Justin Ruggles (19): alacdec: set bytespersample using av_get_bytes_per_sample() alacdec: set sample_fmt in alac_decode_init() alacdec: remove unneeded validation of setinfo_sample_size. alacdec: read/validate number of channels from the extradata. alacdec: allocate per-channel buffers based on channel count. alacdec: check for buffer allocation failure. alacdec: remove unneeded channel count checks alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'. alacdec: split stereo decorrelation into a separate function. alacdec: move appending of extra_bits to a separate function. alacdec: cosmetics: rename 2 functions. alacdec: remove the numchannels parameter from several functions. alacdec: remove unneeded local variable alacdec: always use get_sbits_long() for uncompressed samples alacdec: move some declarations to the top of the function alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels alacdec: ask for a sample for unsupported sample depths. alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO() alacdec: remove unneeded NULL or zero-size packet checks.
libavcodec/alac.c | 382 ++++++++++++++++++++++++----------------------------- 1 files changed, 172 insertions(+), 210 deletions(-) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
