summaryrefslogtreecommitdiff
path: root/libavcodec/apedec.c
Commit message (Expand)AuthorAge
* apedec: output in planar sample formatJustin Ruggles2012-10-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* ape: Use unsigned integer mathsChristophe Gisquet2012-05-10
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* apedec: check bits <= 32.Michael Niedermayer2012-03-31
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* apedec: allow the user to set the maximum number of output samples per callJustin Ruggles2012-02-07
* apedec: do not unnecessarily zero output samples for mono framesJustin Ruggles2012-02-07
* apedec: allocate a single flat buffer for decoded samplesJustin Ruggles2012-02-07
* apedec: use sizeof(field) instead of sizeof(type)Justin Ruggles2012-02-07
* apedec: 8bit and 24bit supportPaul B Mahol2012-02-04
* apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles2012-02-02
* apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles2012-02-02
* apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-02
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* apedec: fix signed integer overflowsMans Rullgard2011-11-26
* apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles2011-11-10
* apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles2011-11-10
* apedec: check output buffer size after calculating actual output sizeJustin Ruggles2011-11-10
* apedec: remove unneeded entropy decoder normalization.Justin Ruggles2011-11-10
* apedec: assert that s->samples is not negative before trying to decodeJustin Ruggles2011-10-28
* apedec: use FFALIGN macro for internal data buffer sizeJustin Ruggles2011-10-28
* apedec: do not keep incrementing the input data pointer past the end of theJustin Ruggles2011-10-28
* apedec: check for input buffer overflow while reading frame headerJustin Ruggles2011-10-28
* apedec: use unsigned int for offsetJustin Ruggles2011-10-28
* apedec: remove pointless increment of 'buf'Justin Ruggles2011-10-28
* apedec: set s->currentframeblocks after validating nblocksJustin Ruggles2011-10-28
* apedec: use unsigned int for 'nblocks' and make sure that it's within int rangeJustin Ruggles2011-10-28
* apedec: do not set s->samples until after validation.Justin Ruggles2011-10-28
* apedec: check for data buffer realloc failureJustin Ruggles2011-10-28
* apedec: return meaningful error values in ape_decode_frame()Justin Ruggles2011-10-28
* apedec: correct an error messageJustin Ruggles2011-10-28
* apedec: cosmeticsJustin Ruggles2011-10-28
* apedec: return meaningful error codes from ape_decode_init()Justin Ruggles2011-10-28
* apedec: check for filter buffer allocation failureJustin Ruggles2011-10-28
* apedec: use memcpy for pseudo-stereo modeJustin Ruggles2011-10-28
* apedec: remove unneeded check for zero-size packet.Justin Ruggles2011-10-28
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* 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
* apedec: add flush functionMåns Rullgård2010-06-30
* 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