summaryrefslogtreecommitdiffstats
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-3/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* imc/iac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+7
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+5
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* imc: set channels to 1 instead of validating itJustin Ruggles2012-11-011-2/+4
* iac/imc: use planar sample formatJustin Ruggles2012-10-011-15/+11
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+1
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-2/+0
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-131-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-6/+6
* imc: remove unused field IMCContext.one_div_log2Mans Rullgard2012-08-061-2/+0
* imc: fix size of a memset()Mans Rullgard2012-08-061-1/+1
* imc: remove empty if() blockMans Rullgard2012-08-061-3/+0
* iac: generate codec tables as they are supposed to beKostya Shishkov2012-06-091-6/+62
* Indeo Audio decoderKostya Shishkov2012-06-051-13/+59
* imc: make IMDCT support stereo outputKostya Shishkov2012-06-051-6/+10
* imc: move channel-specific data into separate contextKostya Shishkov2012-06-051-187/+217
* imc: some cosmeticsKostya Shishkov2012-05-251-181/+204
* fix typo in commentKostya Shishkov2012-05-201-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-8/+8
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* get_bits: remove A32 variantMans Rullgard2011-12-161-1/+0
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+19
* imc: return error codes instead of 0 for error conditions.Justin Ruggles2011-11-021-2/+2
* imc: return meaningful error codes instead of -1Justin Ruggles2011-11-021-9/+10
* imc: do not set channel layout for stereoJustin Ruggles2011-11-021-1/+1
* imc: validate channel countJustin Ruggles2011-11-021-0/+5
* imc: check for ff_fft_init() failureJustin Ruggles2011-11-021-2/+5
* imc: check output buffer size before decodingJustin Ruggles2011-11-021-2/+8
* imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles2011-11-021-3/+3
* Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* imc: fix undefined float to int conversionMåns Rullgård2010-08-191-1/+1
* Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak2010-07-161-7/+6
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
OpenPOWER on IntegriCloud