summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* Allow to uninstall a custom log callbackAxel Holzinger2007-01-13
| | | | | | | | | patch by Axel Holzinger % aholzinger A gmx P de % original thread: date: Jan 11, 2007 4:54 PM subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback Originally committed as revision 7446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-13
| | | | | | patch by Christophe Mutricy, xtophe nxtelevision com Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-09
| | | | Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
| | | | Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-07
| | | | Originally committed as revision 7254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move more macros to internal.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
| | | | | | | optimization/cleanup would be desirable (e.g. LE_* and LD* should be the same on x86). Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
| | | | Originally committed as revision 7208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-11-30
| | | | Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix overflow and remove wrong commentMichael Niedermayer2006-11-30
| | | | Originally committed as revision 7187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return optimal fractionMichael Niedermayer2006-11-30
| | | | | | based on a patch by Uoti Urpala Originally committed as revision 7186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-19
| | | | | | to 7 times, though only up to 4 times for valid utf-8 values. Originally committed as revision 7124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in commentReimar Döffinger2006-11-19
| | | | Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
| | | | Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make option field constBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move commentMåns Rullgård2006-11-14
| | | | Originally committed as revision 7072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove workaround for missing inttypes.hMåns Rullgård2006-11-14
| | | | Originally committed as revision 7068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.5lMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-14
| | | | Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-11-14
| | | | Originally committed as revision 7046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVL treeMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
| | | | Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy comments for macro GET_UTF8Guillaume Poirier2006-11-06
| | | | | | another fix in PUT_UTF8 doxy description Originally committed as revision 6917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier2006-11-06
| | | | Originally committed as revision 6913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* woops, fix missplaced doxy commentGuillaume Poirier2006-11-06
| | | | Originally committed as revision 6912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-06
| | | | | | | | | | | 1. Add a PUT_UTF8 macro to common.h; code borrowed from libavcodec/flacenc.c. 2. Make use of the macro in flacenc.c Patch by Zuxy Meng % zuxy P meng A gmail P com % Original thread: Date: Nov 5, 2006 9:56 AM Subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement Originally committed as revision 6911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define fallback for PRIX64, taken from a patch by Steve L'Homme.Steve L'Homme2006-11-01
| | | | Originally committed as revision 6867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
| | | | | | the semantics of ARCH_X86 to mean both 32 and 64 bits. Originally committed as revision 6852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better #endif commentDiego Biurrun2006-11-01
| | | | Originally committed as revision 6851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit grayscale supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
| | | | | | | Make configure set CMOV_IS_FAST on arches on which cmov has a low latency (typically non-Netburst based processor) Originally committed as revision 6749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sign macro to libavutil.Diego Biurrun2006-10-10
| | | | Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-28
| | | | | | | | | Patch by Siarhei Siamashka %siarhei P siamashka A gmail P com% Original thread: Date: Sep 28, 2006 2:26 AM Subject: [Ffmpeg-devel] [PATCH] ARM implementation of FASTDIV Originally committed as revision 6366 to svn://svn.ffmpeg.org/ffmpeg/trunk