]> git.sesse.net Git - ffmpeg/history - libavcodec/common.c
get_bit_count -> put_bits_count
[ffmpeg] / libavcodec / common.c
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-01-31 Mike Melansonthese functions (get_bit_count and align_put_bits)...
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-12-05 Michael Niedermayerremoving unused var & converting 64->32bit
2003-11-03 Michael Niedermayerav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-20 Michael NiedermayerAVRational
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-07-28 Alex Beregszasziusing av_abort instead exit
2003-05-14 Michael Niedermayerlibmpeg2 style bitstream reader 17 vs 16 bit bugfix
2003-05-14 Michael Niedermayerlibmpeg2 style bitstream reader fixes
2003-05-14 BERObitstream reader optimize patch by (BERO <bero at geoci...
2003-05-12 Michael Niedermayer100l (document buffer padding requirements)
2003-05-07 Michael Niedermayermore #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler ...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-06 Michael Niedermayerper file doxy
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