summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12enc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variablesMans Rullgard2011-06-021-2/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-9/+9
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-4/+0
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-031-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-201-1/+1
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-201-0/+5
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-2/+2
* Move declarations in mpeg1_encode_motion() closer to where they are needed.Michael Niedermayer2009-04-171-5/+4
* Useless assignment found by the clang static analyzer.Michael Niedermayer2009-04-171-1/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-10/+10
* Support >=4096 dimensions, fixes issue499.Michael Niedermayer2008-06-251-4/+4
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-2/+2
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-9/+9
* get rid of mb_type_lenMichael Niedermayer2007-08-011-8/+6
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-011-1/+1
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-051-32/+32
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-051-0/+956
OpenPOWER on IntegriCloud