summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* 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