Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-29mpeg4videoenc: don't set MpegEncContext.resync_markerAnton Khirnov
2013-11-29mpeg4videoenc: write 0 instead of vol_sprite_usageAnton Khirnov
2013-11-21mpeg4videoenc: restore macro parenthesesVittorio Giovara
2013-11-19mpeg4videoenc: K&R formatting cosmeticsVittorio Giovara
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-09Rename ff_put_string to avpriv_put_stringMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-29mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov
2012-02-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov
2012-02-19mpegvideo_enc: switch to encode2().Anton Khirnov
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-23lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov
2011-10-23mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-08-31mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov
2011-08-31mpeg4enc: add 'data_partitioning' private option.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-27mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer
2010-01-08Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer
2010-01-08Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer
2010-01-08Explain why the level variable is magically inceased in mpeg4_encode_dc().Diego Biurrun
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer