summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Collapse)AuthorAge
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-15
| | | | Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2008-03-10
| | | | Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused symbol.Diego Pettenò2008-01-07
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix encoding wmv1 with -mbd 1.Michael Niedermayer2007-12-27
| | | | | | fixes issue262 Originally committed as revision 11327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-10
| | | | Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if max=bitrate && max > minMichael Niedermayer2007-07-29
| | | | Originally committed as revision 9829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-07-10
| | | | Originally committed as revision 9582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-10
| | | | | | are not compiled in. Originally committed as revision 9581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-10
| | | | | | into mpegvideo_enc.c. Originally committed as revision 9577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Description: split mpegvideo.cBenoit Fouet2007-07-03
Originally committed as revision 9467 to svn://svn.ffmpeg.org/ffmpeg/trunk