summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Let rgb32 pass for ljpeg.Michael Niedermayer2009-02-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-29
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-26
* cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun2008-11-26
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* Promote inv_aanscales array to global scope (ff_inv_aanscales)Peter Ross2008-11-08
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-02
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Check ff_init_me()s return value.Michael Niedermayer2008-09-01
* fix 4:2:2 psnrBaptiste Coudurier2008-08-08
* Prevent low delay from being used with mpeg1.Michael Niedermayer2008-08-05
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Typo: distoration -> distortion.Ramiro Polla2008-04-29
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* typo fixesDiego Biurrun2008-03-15
* misc spelling fixesDiego Biurrun2008-03-10
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-25
* Remove unused symbol.Diego Pettenò2008-01-07
* Fix encoding wmv1 with -mbd 1.Michael Niedermayer2007-12-27
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-10
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-08
* warn user if max=bitrate && max > minMichael Niedermayer2007-07-29
* cosmetics: indentationAurelien Jacobs2007-07-10
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-10
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-10
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-05
* cosmetics: indentationAurelien Jacobs2007-07-05
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05
* Description: split mpegvideo.cBenoit Fouet2007-07-03