summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-03-28wmv2: drop non emu edge modeMichael Niedermayer2-1/+2
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2013-01-21Merge commit 'e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0'Michael Niedermayer11-121/+224
2013-01-21wmv2: move IDCT to its own DSP context.Ronald S. Bultje11-120/+223
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun23-69/+105
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun21-94/+6
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-21Remove lowres video decodingMans Rullgard34-755/+56
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-10Eliminate FF_COMMON_FRAME macro.Diego Biurrun39-1248/+1257
2011-05-03Remove lowres support from wmv2 decoderami_stuff1-1/+0
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-04-29Merge remote branch 'qatar/master'Michael Niedermayer23-467/+142
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun18-197/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-02Fix crash decoding broken wmv2 files.Daniel Kang1-1/+1
2010-07-07Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos20-2/+39
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer15-1990/+2076
2010-01-08Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer5-63/+63
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer9-5/+24
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-18moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs20-41/+71
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini61-9/+81
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2008-03-09add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs33-425/+415
2008-01-25Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac4-1/+20
2008-01-16qscale==0 is invalidMichael Niedermayer1-1/+1
2007-11-25split wmv2 encoder and decoder in their own filesAurelien Jacobs5-716/+789