summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused symbol.Diego Pettenò2008-01-071-2/+0
* Fix encoding wmv1 with -mbd 1.Michael Niedermayer2007-12-271-0/+4
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-101-9/+9
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-081-4/+4
* warn user if max=bitrate && max > minMichael Niedermayer2007-07-291-0/+4
* cosmetics: indentationAurelien Jacobs2007-07-101-16/+18
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-101-15/+32
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-101-1/+18
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-061-24/+0
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-051-0/+8
* cosmetics: indentationAurelien Jacobs2007-07-051-4/+5
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-051-1/+6
* Description: split mpegvideo.cBenoit Fouet2007-07-031-0/+3796
OpenPOWER on IntegriCloud