Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-12alacenc: Fix missing sign_extend()Michael Niedermayer
2013-06-07alacenc: don't allocate unused avctx->coded_framePaul B Mahol
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-11-20Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer
2012-11-20alacenc: support 24-bit encodingJustin Ruggles
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-23alacenc: use s16p sample format as inputJustin Ruggles
2012-08-23alacenc: remove unneeded sample_fmt checkJustin Ruggles
2012-08-23alacenc: fix max_frame_size calculation for the final frameJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22alacenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-02-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-11alacenc: use AVCodec.encode2()Justin Ruggles
2012-02-11alacenc: cosmetics: indentationJustin Ruggles
2012-02-11alacenc: consolidate bitstream writing into a single function.Justin Ruggles
2012-02-11alacenc: only encode frame size in header for a final smaller frameJustin Ruggles
2012-02-11alacenc: store current frame size in AlacEncodeContext.Justin Ruggles
2012-02-11alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles
2012-02-11alacenc: calculate a new max frame size for the final small frameJustin Ruggles
2012-02-11alacenc: pretty-printing and other cosmeticsJustin Ruggles
2012-02-11alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles
2012-02-11alacenc: do not set coded_frame->key_frameJustin Ruggles
2012-02-11alacenc: do not set bits_per_coded_sampleJustin Ruggles
2012-02-11alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-03alacenc: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-02Cleaned up alacenc.cNathan Adil Maxson
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-21Encoding alac with more than two channels is not supported.Carl Eugen Hoyos
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Separate window function from autocorrelation.Justin Ruggles
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-21Separate window function from autocorrelation.Justin Ruggles