summaryrefslogtreecommitdiffstats
path: root/libavcodec/apedec.c
Commit message (Expand)AuthorAgeFilesLines
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-15/+22
* apedec: fix signed integer overflowsMans Rullgard2011-11-261-1/+1
* apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles2011-11-101-7/+9
* apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles2011-11-101-4/+2
* apedec: check output buffer size after calculating actual output sizeJustin Ruggles2011-11-101-8/+10
* apedec: remove unneeded entropy decoder normalization.Justin Ruggles2011-11-101-11/+1
* apedec: assert that s->samples is not negative before trying to decodeJustin Ruggles2011-10-281-0/+5
* apedec: use FFALIGN macro for internal data buffer sizeJustin Ruggles2011-10-281-1/+1
* apedec: do not keep incrementing the input data pointer past the end of theJustin Ruggles2011-10-281-3/+6
* apedec: check for input buffer overflow while reading frame headerJustin Ruggles2011-10-281-6/+28
* apedec: use unsigned int for offsetJustin Ruggles2011-10-281-4/+5
* apedec: remove pointless increment of 'buf'Justin Ruggles2011-10-281-1/+0
* apedec: set s->currentframeblocks after validating nblocksJustin Ruggles2011-10-281-2/+1
* apedec: use unsigned int for 'nblocks' and make sure that it's within int rangeJustin Ruggles2011-10-281-4/+4
* apedec: do not set s->samples until after validation.Justin Ruggles2011-10-281-2/+3
* apedec: check for data buffer realloc failureJustin Ruggles2011-10-281-1/+4
* apedec: return meaningful error values in ape_decode_frame()Justin Ruggles2011-10-281-3/+3
* apedec: correct an error messageJustin Ruggles2011-10-281-3/+1
* apedec: cosmeticsJustin Ruggles2011-10-281-36/+52
* apedec: return meaningful error codes from ape_decode_init()Justin Ruggles2011-10-281-4/+4
* apedec: check for filter buffer allocation failureJustin Ruggles2011-10-281-13/+18
* apedec: use memcpy for pseudo-stereo modeJustin Ruggles2011-10-281-5/+1
* apedec: remove unneeded check for zero-size packet.Justin Ruggles2011-10-281-5/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-1/+1
* 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
* apedec: add flush functionMåns Rullgård2010-06-301-0/+7
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* 16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov2010-02-191-0/+1
* refactor and optimize scalarproductLoren Merritt2009-12-051-9/+3
* 1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt2009-12-041-8/+3
* 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov2009-12-041-0/+1
* avoid an unpredictable branchLoren Merritt2009-12-031-38/+17
* inline to allow constant propagationLoren Merritt2009-12-031-6/+5
* Implement missing case for decoding samples with large pivot value in APEKostya Shishkov2009-11-201-2/+18
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-161-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-281-1/+5
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-191-0/+1
* Correct wrong lower limit and condition used in APE decoderKostya Shishkov2008-09-241-3/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-291-1/+1
OpenPOWER on IntegriCloud