summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12enc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-22
* lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-21
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-11-11
* mpeg12enc: factor out check in encode_dcVittorio Giovara2014-11-06
* mpeg12enc: Add missing #include for PICT_FRAMEDiego Biurrun2014-08-21
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* mpeg2: add sequence display extension informationMarc-Antoine Arnaud2014-06-06
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara2013-12-09
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* mpeg12enc: K&R formatting cosmeticsVittorio Giovara2013-09-05
* mpeg12enc: drop forward declarationsVittorio Giovara2013-09-05
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-18
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-19
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* mpeg12enc: Remove write-only variables.Alex Converse2011-11-07
* mpeg12enc: Don't set up run-level info for level 0.Alex Converse2011-11-07
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* mpeg12enc: use sign_extend() functionMans Rullgard2011-10-09
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-31
* mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-31
* mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov2011-08-31
* mpeg12enc: add drop_frame_timecode private option.Anton Khirnov2011-08-31
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-31
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Remove unused variablesMans Rullgard2011-06-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Introduce slice threads flag.Ronald S. Bultje2011-04-21