summaryrefslogtreecommitdiff
path: root/libavcodec/apedec.c
Commit message (Expand)AuthorAge
...
* 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
* 16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov2010-02-19
* refactor and optimize scalarproductLoren Merritt2009-12-05
* 1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt2009-12-04
* 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov2009-12-04
* avoid an unpredictable branchLoren Merritt2009-12-03
* inline to allow constant propagationLoren Merritt2009-12-03
* Implement missing case for decoding samples with large pivot value in APEKostya Shishkov2009-11-20
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-16
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* Correct wrong lower limit and condition used in APE decoderKostya Shishkov2008-09-24
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-29
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-06
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* smaller tablesMichael Niedermayer2008-03-10
* Remove unused elements from tables.Michael Niedermayer2008-03-04
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-04
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-04
* constMichael Niedermayer2008-02-01
* cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...Baptiste Coudurier2008-01-31
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* spellingVitor Sessak2007-12-01
* Monkey Audio decoderKostya Shishkov2007-09-13