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-09-14avcodec/bfi: check for malloc failurePiotr Bandurski1-0/+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-01-06Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer10-118/+126
2013-01-06bfi: return meaningful error codes.Anton Khirnov1-6/+6
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-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer24-29/+29
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-04-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-981/+960
2012-04-12avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun4-479/+472
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-17/+22
2012-01-08bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra1-12/+14
2012-01-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-485/+519
2012-01-01bfi: K&R cosmeticsAneesh Dogra1-11/+12
2011-11-12Set BFI palette opaque.Carl Eugen Hoyos1-1/+1
2011-11-05Try to set AVFrame.reference to correct values.Reimar Döffinger40-45/+45
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-15doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun11-14/+14
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini67-6/+109
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-26bfi: store palette data in the contextStefano Sabatini1-0/+4
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-06Prevent a crash by sanity checking buffer reads.Daniel Kang1-1/+10
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-06-05bfi decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier1-0/+1
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp25-60/+60
2009-02-10Fix (with av_uninit()) false positive warning about uninitialized variable:Patrik Kullman1-1/+1
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-04-22Add .longname to bfi_decoder declaration.Sisir Koppaka1-0/+1
2008-04-18BFI video decoder.Sisir Koppaka5-1/+185