summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2009-12-281-5/+5
* Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer2009-12-141-0/+8
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-101-8/+8
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-101-1/+1
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-101-0/+6
* Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer2009-12-031-0/+2
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-031-0/+14
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-191-1/+1
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-061-4/+4
* Check for thread_count==0.Michael Niedermayer2009-09-101-0/+5
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-8/+8
* Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.Diego Biurrun2009-08-051-3/+3
* Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.Diego Biurrun2009-08-051-4/+4
* Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2009-08-051-2/+1
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-031-24/+0
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-271-1/+0
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-271-3/+3
* Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier2009-05-231-2/+4
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-141-2/+12
* Remove dead assignments found by CSABenjamin Larsson2009-05-021-3/+0
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-4/+4
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Let rgb32 pass for ljpeg.Michael Niedermayer2009-02-121-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-251-2/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-50/+50
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-291-1/+1
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-261-23/+1
* cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun2008-11-261-9/+9
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-8/+8
* Promote inv_aanscales array to global scope (ff_inv_aanscales)Peter Ross2008-11-081-2/+2
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-021-2/+2
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-081-5/+0
* Check ff_init_me()s return value.Michael Niedermayer2008-09-011-1/+2
* fix 4:2:2 psnrBaptiste Coudurier2008-08-081-4/+5
* Prevent low delay from being used with mpeg1.Michael Niedermayer2008-08-051-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-10/+10
* uniformize trellis quant optionBaptiste Coudurier2008-06-091-2/+7
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-10/+10
* Typo: distoration -> distortion.Ramiro Polla2008-04-291-10/+10
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+4
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-0/+6
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* typo fixesDiego Biurrun2008-03-151-1/+1
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-37/+37
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-251-3/+22
OpenPOWER on IntegriCloud