summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAge
...
| * alac: change some data types to plain intJustin Ruggles2012-07-19
| * alac: cosmetics: rename some variables and function namesJustin Ruggles2012-07-19
| * alac: multi-channel decoding supportAndrew D'Addesio2012-07-19
| * alac: split element parsing into a separate functionJustin Ruggles2012-07-19
| * alac: support a read sample size of up to 32Justin Ruggles2012-07-19
| * alac: output in planar sample formatJustin Ruggles2012-07-19
| * alac: add 32-bit decoding supportJustin Ruggles2012-07-19
| * alac: simplify channel interleavingAndrew D'Addesio2012-07-19
| * alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles2012-07-19
| * alac: fix check for valid max_samples_per_frameJustin Ruggles2012-07-19
| * alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles2012-07-19
| * alac: move the current samples per frame to the ALACContextJustin Ruggles2012-07-19
| * alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles2012-07-19
| * alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
| * alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles2012-07-19
| * alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles2012-07-19
| * alac: simplify lpc coefficient adaptationJustin Ruggles2012-07-19
| * alac: reduce the number of local variables needed in lpc predictionJustin Ruggles2012-07-19
| * alac: simplify 1st order prediction and reading of warm-up samplesJustin Ruggles2012-07-19
| * alac: cosmetics: reindent after last commitJustin Ruggles2012-07-19
| * alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
| * alac: use sizeof() instead of hardcoded data sizesJustin Ruggles2012-07-19
| * alac: make block_size signedJustin Ruggles2012-07-19
| * alac: remove a duplicate local variableJustin Ruggles2012-07-19
| * alac: conditionally set sign_modifier to 1Justin Ruggles2012-07-19
| * alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles2012-07-19
| * alac: adjust conditions for updating entropy decoder historyJustin Ruggles2012-07-19
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-26
|\|
| * alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-25
* | alacdec: support 32 bpsBaptiste Coudurier2012-01-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-04
|\|
| * 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
* | alac: Check for bitstream overreadMichael Niedermayer2011-12-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-27
|\|
| * 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