]> git.sesse.net Git - ffmpeg/history - libavcodec/common.c
* using const buffers for reading
[ffmpeg] / libavcodec / common.c
2003-02-24 Zdenek Kabelac* using const buffers for reading
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-27 Michael Niedermayeroptimizing av_log2
2003-01-23 Fabrice Bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2002-11-20 Michael Niedermayeraspect ratio cleanup
2002-11-12 Zdenek Kabelac* fixing some minor const warnings
2002-11-06 Michael Niedermayercleanup
2002-08-22 Michael Niedermayerfaster ff_sqrt()
2002-07-11 Michael Niedermayerdont trash table in GET_VLC
2002-07-10 Michael Niedermayerget_vlc() optimization
2002-07-09 Zdenek Kabelac* declare av_free
2002-07-09 Michael Niedermayernew bitstream reader API (old get_bits() based one...
2002-06-17 Fabrice Bellarduse #ifdef
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