]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegvideo_enc.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / mpegvideo_enc.c
2009-05-14 michaelFix VBV delay for mpeg1/2 CBR.
2009-05-02 bananRemove dead assignments found by CSA
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-02-12 michaelLet rgb32 pass for ljpeg.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-25 stefanoMake more descriptive the long names for the various...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2008-11-29 stefanoImplement the fields rc_max_available_vbv_use and
2008-11-26 diegoMove aanscales tables to their own file; fixes compilat...
2008-11-26 diegocosmetics: Rename aanscales to ff_aanscales, it will...
2008-11-12 romanshMaking it easier to send arbitrary structures as work...
2008-11-08 prossPromote inv_aanscales array to global scope (ff_inv_aan...
2008-10-02 cehoyosRename copy_picture to ff_copy_picture.
2008-09-08 michaelRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-01 michaelCheck ff_init_me()s return value.
2008-08-08 bcoudurierfix 4:2:2 psnr
2008-08-05 michaelPrevent low delay from being used with mpeg1.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-09 bcoudurieruniformize trellis quant option
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 ramiroTypo: distoration -> distortion.
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-04-28 diegoAdd long names to some AVCodec declarations.
2008-04-19 voroshilImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-15 diegotypo fixes
2008-03-10 diegomisc spelling fixes
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-25 michaelFix trellis quant + AAN DCT.
2008-01-07 benoitRemove unused symbol.
2007-12-27 michaelFix encoding wmv1 with -mbd 1.
2007-11-10 diegocosmetics: Fix vissual --> visual typo.
2007-10-08 bcoudurierexport convert_matrix and add ff_ prefix
2007-07-29 michaelwarn user if max=bitrate && max > min
2007-07-10 aurelcosmetics: indentation
2007-07-10 aurelAvoid linking with h263.c functions when the relevant...
2007-07-10 aurelSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-06 aurelmove ff_copy_bits to bitstream.c
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 aurelmove mpeg encoder specific initialization in the encode...
2007-07-05 aurelcosmetics: indentation
2007-07-05 aurelsplit mpeg12 encoder out of mpeg12.c
2007-07-03 benoitDescription: split mpegvideo.c