summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videoenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explain why the level variable is magically inceased in mpeg4_encode_dc().Diego Biurrun2010-01-081-0/+1
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-0/+1351
OpenPOWER on IntegriCloud