summaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* alacdec: support 32 bpsBaptiste Coudurier2012-01-141-0/+22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-041-37/+38
|\
| * alacdec: implement the 2-pass prediction type.Justin Ruggles2012-01-031-16/+21
| * alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles2012-01-031-21/+17
* | alac: Check for bitstream overreadMichael Niedermayer2011-12-201-2/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-17/+28
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-17/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-271-210/+172
|\ \ | |/
| * alacdec: remove unneeded NULL or zero-size packet checks.Justin Ruggles2011-10-261-4/+0
| * alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()Justin Ruggles2011-10-261-11/+10
| * alacdec: ask for a sample for unsupported sample depths.Justin Ruggles2011-10-261-3/+3
| * alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channelsJustin Ruggles2011-10-261-13/+13
| * alacdec: move some declarations to the top of the functionJustin Ruggles2011-10-261-25/+21
| * alacdec: always use get_sbits_long() for uncompressed samplesJustin Ruggles2011-10-261-11/+1
| * alacdec: remove unneeded local variableJustin Ruggles2011-10-261-5/+2
| * alacdec: remove the numchannels parameter from several functions.Justin Ruggles2011-10-261-27/+13
| * alacdec: rename 2 functions.Justin Ruggles2011-10-261-14/+10
| * alacdec: move appending of extra_bits to a separate function.Justin Ruggles2011-10-261-9/+16
| * alacdec: split stereo decorrelation into a separate function.Justin Ruggles2011-10-261-49/+28
| * alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.Justin Ruggles2011-10-261-20/+20
| * alacdec: remove unneeded numsamples checksJustin Ruggles2011-10-261-5/+0
| * alacdec: check for buffer allocation failure.Justin Ruggles2011-10-261-57/+69
| * alacdec: allocate per-channel buffers based on channel count.Justin Ruggles2011-10-261-4/+4
| * alacdec: read/validate number of channels from the extradata.Justin Ruggles2011-10-261-6/+19
| * alacdec: remove unneeded validation of setinfo_sample_size.Justin Ruggles2011-10-261-4/+0
| * alacdec: set sample_fmt in alac_decode_init()Justin Ruggles2011-10-261-9/+10
| * alacdec: set bytespersample using av_get_bytes_per_sample()Justin Ruggles2011-10-261-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-161-11/+0
|\ \ | |/
| * alac: Remove unused dummy code.Diego Biurrun2011-07-161-11/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-3/+1
|\ \ | |/
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-151-3/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Clean up ALACdecJason Garrett-Glaser2010-10-261-21/+13
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-241-5/+5
* 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
* Avoid using an intermediate variable.Jai Menon2010-02-061-2/+1
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-061-1/+1
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-061-2/+2
* Add ALAC 24 bps decoding support.Jai Menon2010-02-041-16/+103
* 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
* alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles2009-03-031-2/+1
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-031-9/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
OpenPOWER on IntegriCloud