]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_enc.c
Fix an exploit in indeo by checking we are not writing out of the strip array.
[ffmpeg] / libavcodec / mpegvideo_enc.c
2009-01-25 Stefano SabatiniMake more descriptive the long names for the various...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-11-29 Baptiste CoudurierImplement the fields rc_max_available_vbv_use and
2008-11-26 Diego BiurrunMove aanscales tables to their own file; fixes compilat...
2008-11-26 Diego Biurruncosmetics: Rename aanscales to ff_aanscales, it will...
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-11-08 Peter RossPromote inv_aanscales array to global scope (ff_inv_aan...
2008-10-02 Carl Eugen HoyosRename copy_picture to ff_copy_picture.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-01 Michael NiedermayerCheck ff_init_me()s return value.
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