157 Commits (377883c4be7a5b27d57737a79d6a58a6af0ae6cd)

Author SHA1 Message Date
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
Justin Ruggles 9b0b355e97 als: decode directly to the user-provided AVFrame 12 years ago
Michael Niedermayer 4484c722f6 alsdec/read_specific_config: check for init_get_bits failure 12 years ago
Thilo Borgmann bfde6e5c02 alsdec: Introduce failsafe switch to keep ALSSpecificConfig consistent to the input. 12 years ago
Thilo Borgmann 95f81159de alsdec: Consistently use a period at the end of error messages. 12 years ago
Paul B Mahol d4211c4722 alsdec: change channel sorting so it match reference implementation 12 years ago
Paul B Mahol d885cc41e5 Fix "knwon" typo and add a check in tools/patcheck 12 years ago
Paul B Mahol 98fed176cf alsdec: improve warning message when invalid channel position is found 12 years ago
Paul B Mahol fb3f28ee28 alsdec: cosmetics after previous commit 12 years ago
Paul B Mahol ae27b70b9d alsdec: channel sorting 12 years ago
Michael Niedermayer 1818a1130d alsdec: propagate error codes in read_block() 12 years ago
Michael Niedermayer 0213d5ad86 alsdec: make return checking for read_*_block_data() consistent 12 years ago
Michael Niedermayer 79bfba14b7 alsdec: Use AVERROR_INVALIDDATA in read_const_block_data 12 years ago
Michael Niedermayer 0ceca269b6 alsdec: check block length 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Thilo Borgmann feaff427c0 alsdec: fix clipping of weightings for MCC decoding 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 12 years ago
Thilo Borgmann ac3f5a6879 alsdec: check return values. 12 years ago
Thilo Borgmann 66197988b1 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 12 years ago