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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-20Remove unused and non-compiling vestigial g729 decoderDiego Biurrun
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-04-12libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20amrnb: use correct size when copying lsf_r arrayMans Rullgard
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
2010-04-2110l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-11Fix spelling.Ronald S. Bultje
2010-02-21AMR-NB floating-point based decoder.Vitor Sessak