summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-16Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'Michael Niedermayer6-13/+11
2013-08-15avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun6-13/+11
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje8-24/+64
2013-02-18split out ff_hwaccel_pixfmt_list_420[] over individual codecs.Ronald S. Bultje7-24/+50
2013-02-07Merge commit 'ca1fe6c0e60808da45d4dfd8728f45e843b9f9b0'Michael Niedermayer5-5/+5
2013-02-06h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov4-4/+4
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-10-09Check resync marker only when enabled.Anuj Mittal3-7/+9
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-519/+1217
2012-02-29mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov6-7/+14
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö18-158/+158
2011-11-05Make ff_mba_* arrays const.Reimar Döffinger2-4/+4
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-636/+803
2011-10-23lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2-42/+40
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer58-387/+500
2011-05-21multiple inclusion guard cleanupDiego Biurrun51-76/+97
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-03-08Add lots of missing includesMåns Rullgård8-1/+22
2010-03-06Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2-1/+1
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer15-1990/+2076
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer6-96/+96
2010-01-07Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer14-3884/+4113
2009-12-30Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun4-39/+6
2009-12-30Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.Diego Biurrun1-5/+1
2009-12-30Get rid of pointless CONFIG_WMV_DECODER definition.Diego Biurrun2-2/+2
2009-12-30Simplify CONFIG_ANY_H263_DECODER preprocessor definition:Diego Biurrun1-5/+0
2009-12-28Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2-12/+6
2009-08-05Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2-4/+1
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs29-194/+192
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-10Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs5-15/+86