summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videoenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-1/+1
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-8/+8
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-3/+3
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-1/+1
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-14/+14
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-6/+6
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* mpeg4videoenc: don't set MpegEncContext.resync_markerAnton Khirnov2013-11-291-2/+1
* mpeg4videoenc: write 0 instead of vol_sprite_usageAnton Khirnov2013-11-291-4/+3
* mpeg4videoenc: restore macro parenthesesVittorio Giovara2013-11-211-3/+3
* mpeg4videoenc: K&R formatting cosmeticsVittorio Giovara2013-11-191-579/+640
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+5
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-6/+6
* Drop DCTELEM typedefDiego Biurrun2013-01-221-8/+8
* miscellaneous typo fixesDiego Biurrun2012-12-211-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Rename ff_put_string to avpriv_put_stringMartin Storsjö2012-09-091-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+3
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-0/+1
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-191-1/+1
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-3/+3
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2011-10-231-0/+40
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-231-1/+0
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-2/+2
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-311-0/+1
* mpeg4enc: add 'data_partitioning' private option.Anton Khirnov2011-08-311-0/+17
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-12/+13
* mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().Diego Biurrun2011-06-261-65/+0
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-15/+15
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-081-16/+16
* Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer2010-01-081-3/+3
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-081-6/+6