188 Commits (3574d34aca9dfac28d61bd783a7aa9b4c2d736f0)

Author SHA1 Message Date
Michael Niedermayer 849b9d34c7 wmalosslessdec: fix mclms_coeffs* array size 10 years ago
Michael Niedermayer 49bf712a89 libavcodec/wmalosslessdec: add missing emms 11 years ago
Christophe Gisquet adf4ee40e7 wma lossless: reuse scalarproduct_and_madd_int16 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer ec9578d54d avcodec/wmalosslessdec: fix mclms_coeffs* array size 11 years ago
Michael Niedermayer 2a03eb4c99 avcodec/wmalosslessdec: use sizeof() instead of literal number 11 years ago
Michael Niedermayer 6b18a6839b avcodec/wmalosslessdec: shrink output on error so no uninitialized data is returned 11 years ago
Michael Niedermayer ae3856dcaf avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() failure 11 years ago
Michael Niedermayer 03fff09b32 avcodec/wmalosslessdec: Pass on error code from decode_tilehdr() 11 years ago
Michael Niedermayer e2742d6ad6 avcodec/wmalosslessdec: completely initialize contains_subframe 11 years ago
Michael Niedermayer 4fb14f8492 avcodec/wmalosslessdec: fix data flushing at the end 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 286beebdc3 avcodec/wmalosslessdec: check block_align 11 years ago
Michael Niedermayer 851a6e2f1a avcodec/wmalosslessdec: Fix return code for invalid buffer sizes 11 years ago
Hendrik Leppkes 3ca5df36a5 wmall: use AVFrame API properly 11 years ago
Paul B Mahol 4511973901 wmalosslessdec: do not set avctx->coded_frame 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 6471f63da2 wmalosslessdec: make arrays indexed by ch large enough for maximum number of channels 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Justin Ruggles 2725ce7c7c wmalossless: output in planar sample format 12 years ago
Michael Niedermayer 89074e9066 wmalosslessdec: remove unused variable 12 years ago
Michael Niedermayer d65d834731 wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. 12 years ago
Anton Khirnov 6a99310fce wmalosslessdec: Fix reading too many bits in decode_channel_residues() 12 years ago
Michael Niedermayer f48fbf2eb5 wmalosslessdec: fix a get_bits(0) in decode_ac_filter 12 years ago
Michael Niedermayer 607f57152c wmalosslessdec: make MCLMS arrays big enough for what is written into them. 12 years ago
Anton Khirnov 065b3a1cfa wmalosslessdec: increase channel_coeffs/residues size 12 years ago
Anton Khirnov 4a969030e4 wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14. 12 years ago
Michael Niedermayer b0545800bd wmalosslessdec: remove unused variable 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Jakub Stachowski ddffe3de43 WMAL: Shift output samples by the specified number of padding zeroes. 13 years ago
Mashiat Sarker Shakkhar 363c3a44ff WMAL: Restore removed code in mclms_predict() 13 years ago
Kostya Shishkov 0e23b50821 wmall: fix reconstructing audio with uncoded channels 13 years ago
Mashiat Sarker Shakkhar c8370e6e35 WMAL cosmetics: fix indentation 13 years ago
Jakub Stachowski 8501bed08c Don't restrict reverse decorrelation to both coded channels. It is also used for mono data. 13 years ago
Jakub Stachowski 035a394eac WMAL: do not output last frame again if nothing was decoded in current packet 13 years ago
Mashiat Sarker Shakkhar f92f452378 WMAL: do not start decoding if frame does not end in current packet 13 years ago
Jakub Stachowski 93bf1aac6a wmalossless: Ensure that last frame is not written again if nothing was decoded in current packet. 13 years ago
Jakub Stachowski 56dcfe87ef Clear residues only in not coded channel. This fixes overwriting coded residues with zeros if first channel is coded and second is not. 13 years ago
Michael Niedermayer 64bd7f8e4d wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. 13 years ago
Mashiat Sarker Shakkhar dac79c2737 wmal: vertical alignment cosmetics 13 years ago
Mashiat Sarker Shakkhar 2e13f57993 wmal: Warn about missing bitstream splicing feature and ask for sample. 13 years ago
Mashiat Sarker Shakkhar 9900dd2d9c wmal: Skip seekable_frame_in_packet. 13 years ago
Mashiat Sarker Shakkhar 07933b44dd wmal: Drop unused variable num_possible_block_size. 13 years ago