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