]> git.sesse.net Git - ffmpeg/history - libavcodec/common.c
8bpp support (no dithering yet, use -vop noise for now)
[ffmpeg] / libavcodec / common.c
2002-06-02 Michael Niedermayerfixing get_bits_count at the end
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-03 Michael Niedermayermove put_string() to common.{c,h}
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-13 Michael Niedermayersupport decoding (with mplayer) of 3 .mp4 files from...
2002-02-15 Michael Niedermayeroptimized the normal bitstream writer, its faster than...
2002-02-12 Michael Niedermayeralternative bitstream writer (disabled by default,...
2002-01-26 Arpi(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel...
2002-01-11 Michael Niedermayeraligned bitstream support (optional) - patch by ichael...
2002-01-10 Michael Niedermayeranother bitstream reader code (faster on intel cpus...
2001-11-03 Juanjo- Bug fix on inter MCBPC table for inter+q.
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-06 Fabrice Bellardadded MJPEG decoder + comments
2001-08-03 Arpiinlineing common case of get_bits() -> gives 2speedup...
2001-07-30 Nick KurshevSync with mplayer's stuff
2001-07-22 Fabrice BellardInitial revision