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-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-09Check resync marker only when enabled.Anuj Mittal
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-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-11-05Make ff_mba_* arrays const.Reimar Döffinger
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-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-03-08Add lots of missing includesMåns Rullgård
2010-03-07Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2009-12-30Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun
2009-12-30Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.Diego Biurrun
2009-12-30Get rid of pointless CONFIG_WMV_DECODER definition.Diego Biurrun
2009-12-30Simplify CONFIG_ANY_H263_DECODER preprocessor definition:Diego Biurrun
2009-12-28Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun
2009-08-05Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-11Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs