summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12enc.c
Commit message (Expand)AuthorAge
...
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-20
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-20
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Move declarations in mpeg1_encode_motion() closer to where they are needed.Michael Niedermayer2009-04-17
* Useless assignment found by the clang static analyzer.Michael Niedermayer2009-04-17
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* Support >=4096 dimensions, fixes issue499.Michael Niedermayer2008-06-25
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* get rid of mb_type_lenMichael Niedermayer2007-08-01
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-05
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05