summaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
...
| * alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles2012-07-191-3/+0
| * alac: use sizeof() instead of hardcoded data sizesJustin Ruggles2012-07-191-2/+4
| * alac: make block_size signedJustin Ruggles2012-07-191-1/+1
| * alac: remove a duplicate local variableJustin Ruggles2012-07-191-1/+0
| * alac: conditionally set sign_modifier to 1Justin Ruggles2012-07-191-4/+2
| * alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles2012-07-191-16/+7
| * alac: adjust conditions for updating entropy decoder historyJustin Ruggles2012-07-191-3/+3
| * alac: cosmetics: reindent after last commitJustin Ruggles2012-07-191-8/+8
| * alac: limit the rice param before passing to decode_scalar()Justin Ruggles2012-07-191-9/+7
| * alac: reduce the number of parameters to bastardized_rice_decompress()Justin Ruggles2012-07-191-11/+5
| * alac: cosmetics: rename some ALACContext parametersJustin Ruggles2012-07-191-64/+63
| * alac: clean up and update comments leftover from reverse-engineeringJustin Ruggles2012-07-191-31/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-261-19/+20
|\ \ | |/
| * alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-251-19/+20
* | 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
OpenPOWER on IntegriCloud