]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_enc.c
cosmetics in dsp init
[ffmpeg] / libavcodec / mpegvideo_enc.c
2008-08-08 Baptiste Coudurierfix 4:2:2 psnr
2008-08-05 Michael NiedermayerPrevent low delay from being used with mpeg1.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-09 Baptiste Coudurieruniformize trellis quant option
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Ramiro PollaTypo: distoration -> distortion.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-15 Diego Biurruntypo fixes
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-25 Michael NiedermayerFix trellis quant + AAN DCT.
2008-01-07 Diego PettenòRemove unused symbol.
2007-12-27 Michael NiedermayerFix encoding wmv1 with -mbd 1.
2007-11-10 Diego Biurruncosmetics: Fix vissual --> visual typo.
2007-10-08 Baptiste Coudurierexport convert_matrix and add ff_ prefix
2007-07-29 Michael Niedermayerwarn user if max=bitrate && max > min
2007-07-10 Aurelien Jacobscosmetics: indentation
2007-07-10 Aurelien JacobsAvoid linking with h263.c functions when the relevant...
2007-07-10 Aurelien JacobsSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-06 Aurelien Jacobsmove ff_copy_bits to bitstream.c
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-05 Aurelien Jacobsmove mpeg encoder specific initialization in the encode...
2007-07-05 Aurelien Jacobscosmetics: indentation
2007-07-05 Aurelien Jacobssplit mpeg12 encoder out of mpeg12.c
2007-07-03 Benoit FouetDescription: split mpegvideo.c