summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAge
...
* alac: cosmetics: reindent after last commitJustin Ruggles2012-07-19
* alac: limit the rice param before passing to decode_scalar()Justin Ruggles2012-07-19
* alac: reduce the number of parameters to bastardized_rice_decompress()Justin Ruggles2012-07-19
* alac: cosmetics: rename some ALACContext parametersJustin Ruggles2012-07-19
* alac: clean up and update comments leftover from reverse-engineeringJustin Ruggles2012-07-19
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-25
* alacdec: implement the 2-pass prediction type.Justin Ruggles2012-01-03
* alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles2012-01-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* alacdec: remove unneeded NULL or zero-size packet checks.Justin Ruggles2011-10-26
* alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()Justin Ruggles2011-10-26
* alacdec: ask for a sample for unsupported sample depths.Justin Ruggles2011-10-26
* alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channelsJustin Ruggles2011-10-26
* alacdec: move some declarations to the top of the functionJustin Ruggles2011-10-26
* alacdec: always use get_sbits_long() for uncompressed samplesJustin Ruggles2011-10-26
* alacdec: remove unneeded local variableJustin Ruggles2011-10-26
* alacdec: remove the numchannels parameter from several functions.Justin Ruggles2011-10-26
* alacdec: rename 2 functions.Justin Ruggles2011-10-26
* alacdec: move appending of extra_bits to a separate function.Justin Ruggles2011-10-26
* alacdec: split stereo decorrelation into a separate function.Justin Ruggles2011-10-26
* alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.Justin Ruggles2011-10-26
* alacdec: remove unneeded numsamples checksJustin Ruggles2011-10-26
* alacdec: check for buffer allocation failure.Justin Ruggles2011-10-26
* alacdec: allocate per-channel buffers based on channel count.Justin Ruggles2011-10-26
* alacdec: read/validate number of channels from the extradata.Justin Ruggles2011-10-26
* alacdec: remove unneeded validation of setinfo_sample_size.Justin Ruggles2011-10-26
* alacdec: set sample_fmt in alac_decode_init()Justin Ruggles2011-10-26
* alacdec: set bytespersample using av_get_bytes_per_sample()Justin Ruggles2011-10-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* alac: Remove unused dummy code.Diego Biurrun2011-07-16
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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
* Clean up ALACdecJason Garrett-Glaser2010-10-26
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-24
* 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
* Avoid using an intermediate variable.Jai Menon2010-02-06
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-06
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-06
* Add ALAC 24 bps decoding support.Jai Menon2010-02-04
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles2009-03-03
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08