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-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-06bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-25Bink version 'b' audio decoderPeter Ross
2011-02-25binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross
2011-02-25binkaudio: remove unnecessary loopPeter Ross
2011-02-25binkaudio: perform band table scaling in decode_initPeter Ross
2011-02-15binkaudio: remove unused copy of AVCodecContext*Peter Ross
2011-02-15binkaudio: fix channel count checkPeter Ross
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-03Make code using 1d-DCT consistent with the API changeVitor Sessak
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-11Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot...Peter Ross
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-03-03Perform coefficient transformations in Bink Audio DCT decoder (issue1770)Peter Ross
2010-02-23Use reported_size to truncate final Bink Audio framePeter Ross
2010-02-19Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp
2010-01-31Update binkaudio to new DECLARE_ALIGNED syntaxDaniel Verkamp
2010-01-31Bink Audio decoderPeter Ross