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-06-12alacenc: Fix missing sign_extend()Michael Niedermayer1-1/+1
2013-06-07alacenc: don't allocate unused avctx->coded_framePaul B Mahol1-7/+0
2013-03-06normalize calls to ff_alloc_packet2James Zern28-32/+28
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-81/+178
2012-12-05alacenc: add support for multi-channel encodingJustin Ruggles6-80/+177
2012-11-20Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer3-77/+116
2012-11-20alacenc: support 24-bit encodingJustin Ruggles1-26/+75
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-43/+71
2012-08-22alacenc: use s16p sample format as inputJustin Ruggles1-13/+12
2012-08-22alacenc: remove unneeded sample_fmt checkJustin Ruggles1-5/+0
2012-08-22alacenc: fix max_frame_size calculation for the final frameJustin Ruggles1-1/+1
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-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22alacenc: switch to ff_alloc_packet2()Michael Niedermayer1-2/+1
2012-02-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer7-207/+250
2012-02-11alacenc: use AVCodec.encode2()Justin Ruggles1-13/+17
2012-02-11alacenc: cosmetics: indentationJustin Ruggles1-27/+27
2012-02-11alacenc: consolidate bitstream writing into a single function.Justin Ruggles1-38/+33
2012-02-11alacenc: only encode frame size in header for a final smaller frameJustin Ruggles2-5/+12
2012-02-11alacenc: store current frame size in AlacEncodeContext.Justin Ruggles1-13/+16
2012-02-11alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles1-2/+2
2012-02-11alacenc: calculate a new max frame size for the final small frameJustin Ruggles1-4/+17
2012-02-11alacenc: pretty-printing and other cosmeticsJustin Ruggles1-71/+64
2012-02-11alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles1-19/+38
2012-02-11alacenc: do not set coded_frame->key_frameJustin Ruggles1-1/+0
2012-02-11alacenc: do not set bits_per_coded_sampleJustin Ruggles1-5/+4
2012-02-11alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles1-5/+0
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-29/+56
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun15-15/+15
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-576/+767
2012-01-03alacenc: implement the 2-pass prediction type.Justin Ruggles1-1/+10
2012-01-03alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles1-0/+8
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer87-1308/+2227
2011-12-02Cleaned up alacenc.cNathan Adil Maxson1-47/+54
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-05-20Encoding alac with more than two channels is not supported.Carl Eugen Hoyos1-0/+5
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
[next]