summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
Commit message (Expand)AuthorAge
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
* move ABS() to common.hMichael Niedermayer2002-05-04
* move put_string() to common.{c,h}Michael Niedermayer2002-05-03
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-19
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* dump_stream support (nicely formated 0s and 1s)Michael Niedermayer2002-04-04
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-24
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-13
* optimized the normal bitstream writer, its faster than the alternative one on...Michael Niedermayer2002-02-15
* aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)Michael Niedermayer2002-02-12
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-12
* Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>Nick Kurshev2002-01-20
* (commited by michael / arpi was crazy enough to give me his password)Michael Niedermayer2002-01-12
* aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni...Michael Niedermayer2002-01-11
* another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer2002-01-10
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-10
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-03
* suppressed mpglibFabrice Bellard2001-09-23
* version changeFabrice Bellard2001-09-16
* added get_bits_count()Fabrice Bellard2001-09-15
* win32 fixesFabrice Bellard2001-08-15
* log2 to av_log2 - added integer version defineFabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* get_bits() specialization, gives 4\speedupArpi2001-08-04
* inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...Arpi2001-08-03
* added HAVE_AV_CONFIG_HFabrice Bellard2001-07-30
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
* Initial revisionFabrice Bellard2001-07-22