215 Commits (ac1594bc179a2bb1a904f565b8de08af5f9acccc)

Author SHA1 Message Date
Justin Ruggles 46043962ea alac: avoid using a double-negative when checking if the frame is compressed 13 years ago
Justin Ruggles 9a6c528e08 alac: factor out output_size check in predictor_decompress_fir_adapt() 13 years ago
Justin Ruggles ebd4c3add1 alac: factor out loading of next decoded sample in LPC prediction 13 years ago
Justin Ruggles a4ecd41442 alac: use index into buffer_out instead of incrementing the pointer 13 years ago
Justin Ruggles f2515cd629 alac: simplify lpc coefficient adaptation 13 years ago
Justin Ruggles abc4376b31 alac: reduce the number of local variables needed in lpc prediction 13 years ago
Justin Ruggles 01880d287b alac: simplify 1st order prediction and reading of warm-up samples 13 years ago
Justin Ruggles d0c0bf0d3e alac: cosmetics: reindent after last commit 13 years ago
Justin Ruggles 79def4c523 alac: remove unneeded conditionals in predictor_decompress_fir_adapt() 13 years ago
Justin Ruggles 4bcd637dcb alac: use sizeof() instead of hardcoded data sizes 13 years ago
Justin Ruggles 91620a04f1 alac: make block_size signed 13 years ago
Justin Ruggles 2fc24b3273 alac: remove a duplicate local variable 13 years ago
Justin Ruggles 5177413d20 alac: conditionally set sign_modifier to 1 13 years ago
Justin Ruggles 7e6593e977 alac: eliminate 2 unneeded local variables in bastardized_rice_decompress() 13 years ago
Justin Ruggles 6fd8a28b59 alac: adjust conditions for updating entropy decoder history 13 years ago
Justin Ruggles a06fdadd97 alac: cosmetics: reindent after last commit 13 years ago
Justin Ruggles d9837434a9 alac: limit the rice param before passing to decode_scalar() 13 years ago
Justin Ruggles 6e91f62256 alac: reduce the number of parameters to bastardized_rice_decompress() 13 years ago
Justin Ruggles 836e8b9ba0 alac: cosmetics: rename some ALACContext parameters 13 years ago
Justin Ruggles 2ac1737583 alac: clean up and update comments leftover from reverse-engineering 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje c3bbd0b53b alac: convert extradata reading to bytestream2. 13 years ago
Baptiste Coudurier 89fc7e36c7 alacdec: support 32 bps 13 years ago
Justin Ruggles e49d21306a alacdec: implement the 2-pass prediction type. 13 years ago
Justin Ruggles e76c7b856f alacdec: fill in missing or guessed info about the extradata format. 13 years ago
Michael Niedermayer a8469223f6 alac: Check for bitstream overread 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 30f3e7b524 alacdec: remove unneeded NULL or zero-size packet checks. 13 years ago
Justin Ruggles 68f7e9cd8e alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO() 13 years ago
Justin Ruggles b316af7a7c alacdec: ask for a sample for unsupported sample depths. 13 years ago
Justin Ruggles 63cf54df7a alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels 13 years ago
Justin Ruggles 01200f1283 alacdec: move some declarations to the top of the function 13 years ago
Justin Ruggles c3a92412c0 alacdec: always use get_sbits_long() for uncompressed samples 13 years ago
Justin Ruggles b46e58f741 alacdec: remove unneeded local variable 13 years ago
Justin Ruggles 7080533cda alacdec: remove the numchannels parameter from several functions. 13 years ago
Justin Ruggles cb50329fc5 alacdec: rename 2 functions. 13 years ago
Justin Ruggles c39bddd392 alacdec: move appending of extra_bits to a separate function. 13 years ago
Justin Ruggles e739d35156 alacdec: split stereo decorrelation into a separate function. 13 years ago
Justin Ruggles d251c85dce alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'. 13 years ago
Justin Ruggles dbbb9262ca alacdec: remove unneeded numsamples checks 13 years ago
Justin Ruggles 53df079a73 alacdec: check for buffer allocation failure. 13 years ago
Justin Ruggles e5e4f92b5c alacdec: allocate per-channel buffers based on channel count. 13 years ago
Justin Ruggles dcaa83a0fc alacdec: read/validate number of channels from the extradata. 13 years ago
Justin Ruggles 47e9c75b36 alacdec: remove unneeded validation of setinfo_sample_size. 13 years ago
Justin Ruggles 0f26f3d5c4 alacdec: set sample_fmt in alac_decode_init() 13 years ago
Justin Ruggles aec8383348 alacdec: set bytespersample using av_get_bytes_per_sample() 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 8b587fa292 alac: Remove unused dummy code. 14 years ago
Diego Biurrun ad4cd0c2a4 doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago