summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
| | | | | | SunStudio 12 only supports the former. Originally committed as revision 12275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify lzo-test ruleMåns Rullgård2008-02-27
| | | | Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-26
| | | | | | | stdint.h. This has the sideeffect of fixing the build on Interix. patch by Pete Ross, pross xvid org Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-25
| | | | Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make code C conformant.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintDiego Biurrun2008-02-25
| | | | Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-20
| | | | | | patch by Eddie Pang, eddpang gmail com Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2008-02-15
| | | | Originally committed as revision 11941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid void*-arithmetic.avcoder2008-02-14
| | | | | | Patch by mvplayer: ffmpeg gmail com Originally committed as revision 11932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-09
| | | | Originally committed as revision 11889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-03
| | | | Originally committed as revision 11838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZO decoder input is constReimar Döffinger2008-02-01
| | | | Originally committed as revision 11797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not cast const away.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont cast const away.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-31
| | | | | | | | avoiding casts would be even less readable, but other suggestions are welcome. lls.c:56: warning: initialization from incompatible pointer type lls.c:57: warning: initialization from incompatible pointer type Originally committed as revision 11697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing warningMichael Niedermayer2008-01-30
| | | | | | md5.c:150: warning: passing argument 2 of 'av_md5_update' from incompatible pointer type Originally committed as revision 11665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove integer.h inclusion.Benoit Fouet2008-01-28
| | | | Originally committed as revision 11654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Makefile rules for test programs.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
| | | | | | Should make it easier to work around compilation problems with e.g. ICC. Originally committed as revision 11641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-23
| | | | Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster ff_sqrt()Michael Niedermayer2008-01-21
| | | | Originally committed as revision 11586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-17
| | | | Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print removing of nodes in the test code.Michael Niedermayer2008-01-16
| | | | Originally committed as revision 11534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-01-16
| | | | Originally committed as revision 11533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
| | | | | | patch by Sigbjørn Skjæret, cisc broadpark no Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
| | | | | | non-void function' warnings in test code. Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable j.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable variance.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix access to the last element of the table.Aurelien Jacobs2008-01-07
| | | | | | (size of the table vs. number of elements in the table) Originally committed as revision 11448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install crc.h which is now part of public APIAurelien Jacobs2008-01-04
| | | | Originally committed as revision 11410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve CRC APIAurelien Jacobs2008-01-04
| | | | | | | - don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-01-04
| | | | Originally committed as revision 11405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-04
| | | | | | using it in libav*. Originally committed as revision 11404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document O() time.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document node removial API.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix selftest.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support removing elements.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
| | | | | | flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-04
| | | | | | how it is documented and used). Originally committed as revision 11391 to svn://svn.ffmpeg.org/ffmpeg/trunk