]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_enc.c
Use enum and constant to avoid three icc warnings.
[ffmpeg] / libavcodec / mpegvideo_enc.c
2009-12-14 Michael NiedermayerCheck sample_aspect_ratio validity for mpeg4/h263/h263p...
2009-12-10 Michael NiedermayerCosmetic (restructure RGB ljpeg check to be more readable)
2009-12-10 Michael Niedermayer10l, Fix YUV ljpeg that i just broke by mistake.
2009-12-10 Michael NiedermayerFix RGB LJPEG encoding.
2009-12-03 Michael NiedermayerMake sure ff_init_qscale_tab() is called one way or...
2009-12-03 Michael NiedermayerMove ff_init_qscale_tab() from h263.c to mpegvideo...
2009-10-19 Stefano SabatiniAdd additional long names for the Flash Video decoder...
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-09-10 Michael NiedermayerCheck for thread_count==0.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-05 Diego BiurrunDo not check for both CONFIG_H263_ENCODER and CONFIG_FL...
2009-08-05 Diego BiurrunDo not check for both CONFIG_H263_ENCODER and CONFIG_H2...
2009-08-05 Diego BiurrunDo not redundantly check for preprocessor definitions...
2009-08-03 Diego BiurrunMove AVCodec declarations for RV10/20 from mpegvideo_en...
2009-05-27 Baptiste Coudurierremove apparently unused real_pict_num from AVCodecContext
2009-05-27 Baptiste CoudurierRename alloc_picture to ff_alloc_picture and move its...
2009-05-23 Baptiste CoudurierSet progressive_sequence before MPV_common_init which...
2009-05-14 Michael NiedermayerFix VBV delay for mpeg1/2 CBR.
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-12 Michael NiedermayerLet rgb32 pass for ljpeg.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
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