summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-28avcodec/dvdec: dont try to decode ac when theres no inputMichael Niedermayer1-1/+1
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-31dvdec: fix lowres=3 with yuv 4:1:1Michael Niedermayer1-2/+2
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer24-35/+47
2013-02-08dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun24-35/+47
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-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-10-15dvdec: Set top_field_first from FS flagTomas Härdin1-1/+2
2012-10-15dvdec: Move the VSC pack parsing to before avctx->execute()Tomas Härdin1-8/+8
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-03dvdec: switch to av_assertMichael Niedermayer1-2/+3
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-386/+991
2012-05-06dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun1-1/+1
2012-04-22lowres2 support.Michael Niedermayer23-45/+387
2012-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer52-841/+219
2012-04-21Remove lowres video decodingMans Rullgard34-755/+56
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-241/+228
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun5-136/+112
2012-04-16dv: Move static tables only used in one place to where they are used.Diego Biurrun3-32/+33
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-28dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun1-1/+0
2012-03-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-401/+448
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun5-397/+442