summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12enc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-191-2/+2
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-5/+5
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-7/+0
* mpeg12enc: Remove write-only variables.Alex Converse2011-11-071-15/+4
* mpeg12enc: Don't set up run-level info for level 0.Alex Converse2011-11-071-0/+2
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-4/+4
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-5/+5
* mpeg12enc: use sign_extend() functionMans Rullgard2011-10-091-2/+2
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-311-2/+5
* mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-311-0/+1
* mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov2011-08-311-3/+12
* mpeg12enc: add drop_frame_timecode private option.Anton Khirnov2011-08-311-3/+9
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-311-0/+22
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-14/+14
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-4/+4
* 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