| Commit message (Expand) | Author | Age | Files | Lines |
* | alacdec: remove unneeded NULL or zero-size packet checks. | Justin Ruggles | 2011-10-26 | 1 | -4/+0 |
* | alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO() | Justin Ruggles | 2011-10-26 | 1 | -11/+10 |
* | alacdec: ask for a sample for unsupported sample depths. | Justin Ruggles | 2011-10-26 | 1 | -3/+3 |
* | alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels | Justin Ruggles | 2011-10-26 | 1 | -13/+13 |
* | alacdec: move some declarations to the top of the function | Justin Ruggles | 2011-10-26 | 1 | -25/+21 |
* | alacdec: always use get_sbits_long() for uncompressed samples | Justin Ruggles | 2011-10-26 | 1 | -11/+1 |
* | alacdec: remove unneeded local variable | Justin Ruggles | 2011-10-26 | 1 | -5/+2 |
* | alacdec: remove the numchannels parameter from several functions. | Justin Ruggles | 2011-10-26 | 1 | -27/+13 |
* | alacdec: rename 2 functions. | Justin Ruggles | 2011-10-26 | 1 | -14/+10 |
* | alacdec: move appending of extra_bits to a separate function. | Justin Ruggles | 2011-10-26 | 1 | -9/+16 |
* | alacdec: split stereo decorrelation into a separate function. | Justin Ruggles | 2011-10-26 | 1 | -49/+28 |
* | alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'. | Justin Ruggles | 2011-10-26 | 1 | -20/+20 |
* | alacdec: remove unneeded numsamples checks | Justin Ruggles | 2011-10-26 | 1 | -5/+0 |
* | alacdec: check for buffer allocation failure. | Justin Ruggles | 2011-10-26 | 1 | -57/+69 |
* | alacdec: allocate per-channel buffers based on channel count. | Justin Ruggles | 2011-10-26 | 1 | -4/+4 |
* | alacdec: read/validate number of channels from the extradata. | Justin Ruggles | 2011-10-26 | 1 | -6/+19 |
* | alacdec: remove unneeded validation of setinfo_sample_size. | Justin Ruggles | 2011-10-26 | 1 | -4/+0 |
* | alacdec: set sample_fmt in alac_decode_init() | Justin Ruggles | 2011-10-26 | 1 | -9/+10 |
* | alacdec: set bytespersample using av_get_bytes_per_sample() | Justin Ruggles | 2011-10-26 | 1 | -2/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | alac: Remove unused dummy code. | Diego Biurrun | 2011-07-16 | 1 | -11/+0 |
* | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun | 2011-07-15 | 1 | -3/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | 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 | -2/+2 |
* | Clean up ALACdec | Jason Garrett-Glaser | 2010-10-26 | 1 | -21/+13 |
* | alac: change VLAs to fixed size | Måns Rullgård | 2010-06-24 | 1 | -5/+5 |
* | 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 |
* | Avoid using an intermediate variable. | Jai Menon | 2010-02-06 | 1 | -2/+1 |
* | Remove redundant use of numchannels since it is 1 for mono. | Jai Menon | 2010-02-06 | 1 | -1/+1 |
* | alac.c : Use av_freep instead of av_free. | Jai Menon | 2010-02-06 | 1 | -2/+2 |
* | Add ALAC 24 bps decoding support. | Jai Menon | 2010-02-04 | 1 | -16/+103 |
* | 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 |
* | alacdec: Simplify reading of uncompressed samples by using | Justin Ruggles | 2009-03-03 | 1 | -2/+1 |
* | ALAC: use sign_extend() from mathops.h | Måns Rullgård | 2009-03-03 | 1 | -9/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | alac : fix case where bits_per_sample is not set. | Baptiste Coudurier | 2008-09-08 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | alac : check readsamplesize to ensure get_bits() doesn't | Matthieu Castet | 2008-08-22 | 1 | -1/+5 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). | Jai Menon | 2008-06-15 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | cosmetics: indent after last commit. patch by matthieu castet <castet matthie... | Matthieu Castet | 2008-05-11 | 1 | -8/+8 |
* | simplify decoding of uncompressed samples. patch by matthieu castet <castet m... | Matthieu Castet | 2008-05-11 | 1 | -19/+6 |
* | fix reading of samples-per-frame | Justin Ruggles | 2008-05-11 | 1 | -1/+1 |
* | Output buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -0/+5 |
* | Heap buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+5 |
* | Fix memset(0) based buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+6 |