summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAge
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* imc: support mode 1Kostya Shishkov2013-08-26
* imc: Catch a division by zeroLuca Barbato2013-07-09
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* imc/iac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* imc: set channels to 1 instead of validating itJustin Ruggles2012-11-01
* iac/imc: use planar sample formatJustin Ruggles2012-10-01
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-13
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* imc: remove unused field IMCContext.one_div_log2Mans Rullgard2012-08-06
* imc: fix size of a memset()Mans Rullgard2012-08-06
* imc: remove empty if() blockMans Rullgard2012-08-06
* iac: generate codec tables as they are supposed to beKostya Shishkov2012-06-09
* Indeo Audio decoderKostya Shishkov2012-06-05
* imc: make IMDCT support stereo outputKostya Shishkov2012-06-05
* imc: move channel-specific data into separate contextKostya Shishkov2012-06-05
* imc: some cosmeticsKostya Shishkov2012-05-25
* fix typo in commentKostya Shishkov2012-05-20
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* get_bits: remove A32 variantMans Rullgard2011-12-16
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* imc: return error codes instead of 0 for error conditions.Justin Ruggles2011-11-02
* imc: return meaningful error codes instead of -1Justin Ruggles2011-11-02
* imc: do not set channel layout for stereoJustin Ruggles2011-11-02
* imc: validate channel countJustin Ruggles2011-11-02
* imc: check for ff_fft_init() failureJustin Ruggles2011-11-02
* imc: check output buffer size before decodingJustin Ruggles2011-11-02
* imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles2011-11-02
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Move sine windows to a separate fileMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* imc: fix undefined float to int conversionMåns Rullgård2010-08-19
* Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak2010-07-16
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30