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
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-03amrnbdec: allow sample rates other than 8khzMichael Niedermayer
2012-11-02Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03'Michael Niedermayer
2012-11-01amrnbdec: set channels, channel_layout, and sample_rateJustin Ruggles
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-09-06amrnbdec: silence a warning about unsigned cant be negativeMichael Niedermayer
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2012-06-11amrnbdec: use av_assertMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05amrnb/amrwb: Remove get_bits usage.Alex Converse
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01amrnbdec: check frame size before decoding.Vitor Sessak
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-05Report an error if pitch_lag is zero in AMR-NB decoder.Oana Stratulat
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-09-24Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20Remove unused and non-compiling vestigial g729 decoderDiego Biurrun
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-29amrnbdec: we dont want dtx samples anymore and give the user a hint towards h...Michael Niedermayer
2011-04-12Add forgotten const to enum AVSampleFormatMichael Niedermayer
2011-04-12libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22amrnb: use correct size when copying lsf_r arrayMans Rullgard
2011-02-20amrnb: use correct size when copying lsf_r arrayMans 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ò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-09-10Move AMR-NB frame unpacking code to a common file so it can be reused inMarcelo Galvăo Póvoa
2010-09-08Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa
2010-05-03amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje
2010-04-21Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje