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-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-13Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer6-49/+43
2013-02-12adx: decode directly to the user-provided AVFrameJustin Ruggles1-8/+5
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer18-159/+239
2012-10-09adxdec: use planar sample formatJustin Ruggles1-8/+13
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-16adxdec: Check available space before decoding block.Michael Niedermayer1-1/+2
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-942/+964
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-576/+767
2012-01-03adxdec: clear eof flag and channel states when seekingJustin Ruggles1-0/+8
2012-01-03adxdec: Do not require extradata.Michael Niedermayer1-9/+26
2011-12-18adxdec: Fix division by zeroMichael Niedermayer1-0/+2
2011-12-18adxdec: Do not require extradata.Michael Niedermayer1-9/+23
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer87-1308/+2227
2011-12-02Add avcodec_decode_audio4().Justin Ruggles64-766/+1590
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-182/+494
2011-11-26adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles5-10/+12
2011-11-26adx: add an ADX parser.Justin Ruggles7-60/+154
2011-11-26adx: move header decoding to ADX common codeJustin Ruggles3-36/+74
2011-11-26adx: calculate the number of blocks in a packetJustin Ruggles1-2/+11
2011-11-26adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLESJustin Ruggles1-14/+17
2011-11-26adx: check for unsupported ADX formatsJustin Ruggles1-0/+6
2011-11-26adx: calculate correct LPC coeffsJustin Ruggles5-14/+70
2011-11-26adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles3-5/+5
2011-11-26adx: simplify adx_decode() by using get_sbits() to read residual samplesJustin Ruggles1-12/+5
2011-11-26adx: fix the data offset parsing in adx_decode_header()Justin Ruggles1-2/+2
2011-11-26adx: remove unneeded post-decode channel interleavingJustin Ruggles2-39/+20
2011-11-26adx: validate header valuesJustin Ruggles1-5/+12
2011-11-26adx: cosmetics: general pretty-printing and comment clean-upJustin Ruggles1-61/+73
2011-11-26adx: remove useless commentsJustin Ruggles1-7/+2
2011-11-26adx: change short to int16_tJustin Ruggles1-3/+3
2011-11-26adx: rename struct PREV to ADXChannelStateJustin Ruggles3-5/+8
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-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
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini80-234/+234
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-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun14-15/+15
[next]