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-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-15avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-12binkaudio: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-12binkaudio: set channel layoutJustin Ruggles
2012-09-18binkaudio: remove unneeded GET_BITS_SAFE macroJustin Ruggles
2012-09-18binkaudio: use float sample formatJustin Ruggles
2012-09-18binkaudio: use a different value for the coefficient scale for the DCT codecJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-04binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles
2011-10-29binkaudio: change short to int16_tJustin Ruggles
2011-10-29binkaudio: only decode one block at a time.Justin Ruggles
2011-10-29binkaudio: store interleaved overlap samples in BinkAudioContext.Justin Ruggles
2011-10-29binkaudio: pre-calculate quantization factorsJustin Ruggles
2011-10-29binkaudio: add some buffer overread checks.Justin Ruggles
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