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-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-12nellymoser: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01nellymoserdec: set channels to 1Justin Ruggles
2012-09-16nellymoserdec: drop support for s16 output.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-01nellymoserdec: Saner and faster IMDCT windowingVitor Sessak
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-12nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMTAnton Khirnov
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-22nellymoserdec: Indicate that the decoder can handle changed parametersMartin Storsjö
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-28nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles
2011-10-28nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles
2011-10-28nellymoserdec: fail if output buffer is too smallJustin Ruggles
2011-10-28nellymoserdec: remove pointless buffer size check.Justin Ruggles
2011-10-02nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles
2011-10-02nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles
2011-10-02nellymoser: check output buffer size before decodingJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28cosmetics: indentation and spacingJustin 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-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-06-14nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö
2010-06-14ReindentMartin Storsjö
2010-06-14nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö
2010-06-14ReindentMartin Storsjö
2010-06-14nellymoserdec: Allow using unusual input block sizesMartin Storsjö
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-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-11-29nellymoser: use constant seed for dithering RNGMåns Rullgård