222 Commits (f958f431eced497f42220d8f9890506215742512)

Author SHA1 Message Date
Alexandra Hájková f7ec7f546f wma: Convert to the new bitstream reader 8 years ago
Paul B Mahol 71ca855c9d avcodec/wmalosslessdec: remove warning message as bug is fixed 8 years ago
Michael Niedermayer 67318187fb libavcodec/wmalosslessdec: Check the remaining bits 8 years ago
Michael Niedermayer bacc4b6e81 avcodec/wmalosslessdec: Use unsigned operations for overflowing cases 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Christophe Gisquet 7d453aaf65 wmalossless: allow calling madd_int16 9 years ago
Michael Niedermayer 3187277ebb avcodec/wmalosslessdec: Fix memset sizeof 9 years ago
Christophe Gisquet 532e937083 avcodec/wmalosslessdec: silence a sample request 9 years ago
Paul B Mahol 8f4358888f avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms struct 9 years ago
Paul B Mahol a67816bcce avcodec/wmalosslessdec: fix decoding of raw pcm tiles 9 years ago
Paul B Mahol 56759f69a6 avcodec/wmalosslessdec: improve 24bit support 9 years ago
Paul B Mahol 5ac71e9db8 avcodec/wmalosslessdec: improve >2 channel support 9 years ago
Jakub Stachowski 60b75186b2 avcodec/wmalosslessdec: do not discard last frame 9 years ago
Andreas Cadhalpun fa66237b69 lavc: Use get_bitsz where needed 9 years ago
Andreas Cadhalpun 43ff4aed26 lavc: use get_bitsz to simplify the code 9 years ago
Vittorio Giovara 65b96aba28 wmalossless: Warn when decoding 24 bit depth 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Andreas Cadhalpun 42e7a5b3c7 wmalosslessdec: reset frame->nb_samples on packet loss 10 years ago
Andreas Cadhalpun f9020d514e wmalosslessdec: avoid reading 0 bits with get_bits 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer f144e4ddff avcodec/wmalosslessdec: use sizeof() instead of a literal number 10 years ago
Michael Niedermayer dfc2a3982f avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN() 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
zhaoxiu.zeng 9e6198f0a4 avcodec/wmalosslessdec: simplify 10 years ago
zhaoxiu.zeng 80f1378005 avcodec/wmalosslessdec: optimize sign operation 10 years ago
zhaoxiu.zeng bc0a440e88 avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t 10 years ago
Christophe Gisquet 46e2afa4dc wmalossless: reset lms_update 10 years ago
Michael Niedermayer ce6141259b avcodec/wmalosslessdec: support 24bit lossless 10 years ago
Michael Niedermayer 849b9d34c7 wmalosslessdec: fix mclms_coeffs* array size 11 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 12 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