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
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-13cosmetics: fix some typosLou Logan
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-19mpegvideo_enc: switch to encode2().Anton Khirnov
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-01mpeg4: fix typo in mpeg4_encode_gop_header()Michael Niedermayer
2011-09-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-31mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov
2011-08-31mpeg4enc: add 'data_partitioning' private option.Anton Khirnov
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-27mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().Diego Biurrun
2011-05-09mpeg4videoenc: Support negative timestamps.Michael Niedermayer
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-07Fix ticket34Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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