summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-17/+28
* 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
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* alac: Remove unused dummy code.Diego Biurrun2011-07-161-11/+0
* 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
* 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
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-081-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-221-1/+5
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-151-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet2008-05-111-8/+8
* simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet2008-05-111-19/+6
* fix reading of samples-per-frameJustin Ruggles2008-05-111-1/+1
* Output buffer overflow.Michael Niedermayer2008-05-031-0/+5
* Heap buffer overflow.Michael Niedermayer2008-05-031-1/+5