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-26imc: support mode 1Kostya Shishkov
2013-07-09imc: Catch a division by zeroLuca Barbato
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12imc/iac: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
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-01imc: set channels to 1 instead of validating itJustin Ruggles
2012-10-01iac/imc: use planar sample formatJustin Ruggles
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06imc: remove unused field IMCContext.one_div_log2Mans Rullgard
2012-08-06imc: fix size of a memset()Mans Rullgard
2012-08-06imc: remove empty if() blockMans Rullgard
2012-06-09iac: generate codec tables as they are supposed to beKostya Shishkov
2012-06-05Indeo Audio decoderKostya Shishkov
2012-06-05imc: make IMDCT support stereo outputKostya Shishkov
2012-06-05imc: move channel-specific data into separate contextKostya Shishkov
2012-05-25imc: some cosmeticsKostya Shishkov
2012-05-20fix typo in commentKostya Shishkov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-17get_bits: remove A32 variantMans Rullgard
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-03imc: return error codes instead of 0 for error conditions.Justin Ruggles
2011-11-03imc: return meaningful error codes instead of -1Justin Ruggles
2011-11-03imc: do not set channel layout for stereoJustin Ruggles
2011-11-03imc: validate channel countJustin Ruggles
2011-11-03imc: check for ff_fft_init() failureJustin Ruggles
2011-11-03imc: check output buffer size before decodingJustin Ruggles
2011-11-03imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
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-08-19imc: fix undefined float to int conversionMåns Rullgård
2010-07-16Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
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