| Commit message (Expand) | Author | Age | Files | Lines |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -15/+22 |
* | apedec: fix signed integer overflows | Mans Rullgard | 2011-11-26 | 1 | -1/+1 |
* | apedec: consume the whole packet when copying to the decoder buffer. | Justin Ruggles | 2011-11-10 | 1 | -7/+9 |
* | apedec: do not needlessly copy s->samples to nblocks. | Justin Ruggles | 2011-11-10 | 1 | -4/+2 |
* | apedec: check output buffer size after calculating actual output size | Justin Ruggles | 2011-11-10 | 1 | -8/+10 |
* | apedec: remove unneeded entropy decoder normalization. | Justin Ruggles | 2011-11-10 | 1 | -11/+1 |
* | apedec: assert that s->samples is not negative before trying to decode | Justin Ruggles | 2011-10-28 | 1 | -0/+5 |
* | apedec: use FFALIGN macro for internal data buffer size | Justin Ruggles | 2011-10-28 | 1 | -1/+1 |
* | apedec: do not keep incrementing the input data pointer past the end of the | Justin Ruggles | 2011-10-28 | 1 | -3/+6 |
* | apedec: check for input buffer overflow while reading frame header | Justin Ruggles | 2011-10-28 | 1 | -6/+28 |
* | apedec: use unsigned int for offset | Justin Ruggles | 2011-10-28 | 1 | -4/+5 |
* | apedec: remove pointless increment of 'buf' | Justin Ruggles | 2011-10-28 | 1 | -1/+0 |
* | apedec: set s->currentframeblocks after validating nblocks | Justin Ruggles | 2011-10-28 | 1 | -2/+1 |
* | apedec: use unsigned int for 'nblocks' and make sure that it's within int range | Justin Ruggles | 2011-10-28 | 1 | -4/+4 |
* | apedec: do not set s->samples until after validation. | Justin Ruggles | 2011-10-28 | 1 | -2/+3 |
* | apedec: check for data buffer realloc failure | Justin Ruggles | 2011-10-28 | 1 | -1/+4 |
* | apedec: return meaningful error values in ape_decode_frame() | Justin Ruggles | 2011-10-28 | 1 | -3/+3 |
* | apedec: correct an error message | Justin Ruggles | 2011-10-28 | 1 | -3/+1 |
* | apedec: cosmetics | Justin Ruggles | 2011-10-28 | 1 | -36/+52 |
* | apedec: return meaningful error codes from ape_decode_init() | Justin Ruggles | 2011-10-28 | 1 | -4/+4 |
* | apedec: check for filter buffer allocation failure | Justin Ruggles | 2011-10-28 | 1 | -13/+18 |
* | apedec: use memcpy for pseudo-stereo mode | Justin Ruggles | 2011-10-28 | 1 | -5/+1 |
* | apedec: remove unneeded check for zero-size packet. | Justin Ruggles | 2011-10-28 | 1 | -5/+0 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | apedec: add flush function | Måns Rullgård | 2010-06-30 | 1 | -0/+7 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | 16l trocadero: don't forget to free frame data buffer in APE decoder | Kostya Shishkov | 2010-02-19 | 1 | -0/+1 |
* | refactor and optimize scalarproduct | Loren Merritt | 2009-12-05 | 1 | -9/+3 |
* | 1-13% faster apply_filter, 1-3% faster ape decoding on core2 | Loren Merritt | 2009-12-04 | 1 | -8/+3 |
* | 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder | Kostya Shishkov | 2009-12-04 | 1 | -0/+1 |
* | avoid an unpredictable branch | Loren Merritt | 2009-12-03 | 1 | -38/+17 |
* | inline to allow constant propagation | Loren Merritt | 2009-12-03 | 1 | -6/+5 |
* | Implement missing case for decoding samples with large pivot value in APE | Kostya Shishkov | 2009-11-20 | 1 | -2/+18 |
* | Monkey's Audio uses subframes too, declare that in its capabilities | Kostya Shishkov | 2009-09-16 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix Doxygen comments for APE decoder. | Kostya Shishkov | 2009-01-28 | 1 | -1/+5 |
* | Add channel layout to several audio decoders I maintain | Kostya Shishkov | 2008-11-19 | 1 | -0/+1 |
* | Correct wrong lower limit and condition used in APE decoder | Kostya Shishkov | 2008-09-24 | 1 | -3/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | While APE changed container format in 3.98, frequency tables for range coding | Kostya Shishkov | 2008-08-29 | 1 | -1/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |