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-07-15ra144enc: set supported channel layouts.Alexis Ballier1-0/+1
2013-06-30Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.Carl Eugen Hoyos3-6/+6
2013-03-12Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer26-258/+2
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov28-375/+0
2013-03-06normalize calls to ff_alloc_packet2James Zern28-32/+28
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer10-10/+10
2013-01-14ra144enc: Fix assignments in if()Michael Niedermayer1-1/+1
2013-01-11ra144enc: fix two "may be used uninitialized in this function" warningsMichael Niedermayer1-2/+2
2012-12-03ra144enc: reject unsupported sample ratesPiotr Bandurski1-0/+1
2012-09-10ra144enc: avoid integer overflows.Michael Niedermayer1-1/+2
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun39-144/+66
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22ra144enc: switch to ff_alloc_packet2()Michael Niedermayer1-2/+1
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-499/+1214
2012-03-21ra144enc: use AVCodec.encode2()Justin Ruggles3-15/+36
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-922/+1062
2012-03-04ra144enc: fix end-of-stream handlingJustin Ruggles2-8/+26
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-237/+552
2012-02-25ra144enc: use int16_t* for input samples rather than void*Justin Ruggles1-1/+2
2012-02-25ra144enc: set AVCodecContext.coded_frameJustin Ruggles1-6/+19
2012-02-25ra144enc: remove unneeded sample_fmt checkJustin Ruggles1-4/+0
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-179/+605
2012-02-02ra144enc: drop pointless "encoder" from .long_namePaul B Mahol1-1/+1
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-501/+600
2011-12-30cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun11-31/+32
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-84/+291
2011-12-22ra144enc: zero the reflection coeffs if the filter is unstableJustin Ruggles1-1/+4
2011-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-177/+175
2011-11-09ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles1-0/+2
2011-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-472/+417
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun16-303/+252
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer56-459/+3934
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov9-60/+141
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-23Separate window function from autocorrelation.Justin Ruggles6-39/+99
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles12-43/+63
2011-01-21Separate window function from autocorrelation.Justin Ruggles6-39/+99
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles12-43/+63
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini80-234/+234
2010-09-25Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini11-12/+12
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles8-39/+130
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
[next]