172 Commits (6ca821a3e7751b6b24e63ec1b531e3841d4d7bda)

Author SHA1 Message Date
Paul B Mahol cbbd330abc avcodec/alsdec: fix some undefined shifts 7 years ago
Paul B Mahol c3f10ea4bb avcodec/alsdec: remove unused header 7 years ago
Paul B Mahol c8853568b1 avcodec/alsdec: call correct function for multi-channel coding 7 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Alexandra Hájková 54dcd22885 als: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Diego Biurrun 6427379f23 als: Restructure DEBUG ifdefs to avoid unused function parameter warnings 8 years ago
Thilo Borgmann 4d48add89b lavc/alsdec: use get_bitsz() to simplify reading of the mantissa 8 years ago
Michael Niedermayer 037422178d avcodec/alsdec: Fix reading 0 mantisse bits 8 years ago
Michael Niedermayer f2192e0f03 avcodec/alsdec: Fix raw_mantissa memleak 8 years ago
Michael Niedermayer 837e72b016 avcodec/alsdec: Fix mlz memleak 8 years ago
Michael Niedermayer ebb9a320d7 avcodec/alsdec: Remove unused variable 8 years ago
Umair Khan dcfd24b10c avcodec/alsdec: Implement floating point sample data decoding 8 years ago
Michael Niedermayer c36fc857b5 avcodec/alsdec: Check r to prevent out of array read 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Umair Khan a2ba50b03a avcodec/alsdec: Fix bitstream reading 9 years ago
Umair Khan 5d64ba9d18 avcodec/alsdec: fix max bits in ltp prefix code 9 years ago
Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 9 years ago
Umair Khan 7d6c264e02 avcodec/alsdec: treat quant_cof as a signed value 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer c265763318 avcodec/alsdec: Check for overread 10 years ago
Andreas Cadhalpun 60f1cc4a1f alsdec: only adapt order for positive max_order 10 years ago
Andreas Cadhalpun 94bb1ce882 alsdec: check sample pointer range in revert_channel_correlation 10 years ago
Andreas Cadhalpun e191aaca44 alsdec: limit avctx->bits_per_raw_sample to 32 10 years ago
Andreas Cadhalpun 58d605ee9b alsdec: only adapt order for positive max_order 10 years ago
Andreas Cadhalpun afc7748d1f alsdec: check sample pointer range in revert_channel_correlation 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Andreas Cadhalpun faf9fe2c22 alsdec: validate time diff index 10 years ago
Andreas Cadhalpun 4c2b88678b alsdec: limit avctx->bits_per_raw_sample to 32 10 years ago
Michael Niedermayer 7e104647a3 avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays never contain random data 10 years ago
Andreas Cadhalpun ef16501aeb alsdec: ensure channel reordering is reversible 10 years ago
Paul B Mahol c2fc466351 avcodec/alsdec: use av_malloc(z)_array() 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Paul B Mahol dccd648f9f avcodec/alsdec: use init_get_bits8() 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer 6e6bd5481c avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer 18f94df8af avcodec/alsdec: check predictor order against block length 11 years ago
Michael Niedermayer 5c74fa6ce0 avcodec/alsdec: skip cases where the master channel equals the current channel 11 years ago
Reinhard Tartler 2a0fb7286d alsdec: check block length 11 years ago
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Thilo Borgmann 6a64b23d93 Update my email address. 11 years ago
Michael Niedermayer 800637709c alsdec: minor simplification in read_block() 11 years ago
Luca Barbato ca488ad480 alsdec: Clean up error paths 11 years ago
Luca Barbato 70ecc175c7 alsdec: Fix the clipping range 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 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