summaryrefslogtreecommitdiffstats
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAgeFilesLines
* vlc: Add header #include when the types are usedLuca Barbato2017-05-021-0/+1
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-1/+1
* imc: Convert to the new bitstream readerAlexandra Hájková2016-12-031-22/+23
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* imc: Use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-101-1/+1
* imc: add required padding for GetBitContext bufferJanne Grunau2015-06-091-1/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* imc: fix order of operations in coefficients readVittorio Giovara2014-10-151-4/+4
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* imc: support mode 1Kostya Shishkov2013-08-261-57/+120
* imc: Catch a division by zeroLuca Barbato2013-07-091-0/+4
* 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
OpenPOWER on IntegriCloud