191 Commits (4aedbf234c41c6d2ed06d1d798b7a077dfd2121f)

Author SHA1 Message Date
  Michael Niedermayer 4aedbf234c avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loop 6 years ago
  Michael Niedermayer a003c985bb avcodec/alsdec: Check k from being outside what our implementation can handle 6 years ago
  Michael Niedermayer cb1af09dd0 avcodec/bgmc: Check input space in ff_bgmc_decode_init() 6 years ago
  Michael Niedermayer 9dd231c42c avcodec/alsdec: Fix integer overflow in decode_var_block_data() 6 years ago
  Michael Niedermayer e37b9df6c9 avcodec/alsdec: Limit maximum channels to 512 6 years ago
  Michael Niedermayer e80c90eadb avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data() 6 years ago
  Michael Niedermayer fb12d635c5 avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks() 6 years ago
  Michael Niedermayer 351381a3e3 avcodec/alsdec: fix mantisse shift 6 years ago
  Michael Niedermayer c3ab134903 avcodec/alsdec: Check for block_length <= 0 in read_var_block_data() 6 years ago
  Michael Niedermayer 428dee1a03 avcodec/alsdec: fix undefined shift in multiply() 6 years ago
  Michael Niedermayer 71fd020197 avcodec/alsdec: Fix 2 integer overflows 6 years ago
  Michael Niedermayer 5190d3a2f7 avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUP 6 years ago
  Michael Niedermayer 4852df4a21 avcodec/alsdec: Fix integer overflow with buffer number 6 years ago
  Michael Niedermayer 3e491e9c59 avcodec/alsdec: Fixes signed integer overflow in LSB addition 6 years ago
  Michael Niedermayer 36c278078d avcodec/alsdec: Check opt_order / sb_length in ra_block handling 6 years ago
  Michael Niedermayer 49cb2d44a4 avcodec/alsdec: Fix integer overflow with shifting samples 6 years ago
  Michael Niedermayer 1ebd25b1f1 avcodec/alsdec: Fix undefined behavior in decode_rice() 6 years ago
  Michael Niedermayer 5f5766691d avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_OUTPUT() 6 years ago
  Michael Niedermayer 55fca6e6e5 avcodec/alsdec: Fix invalid shift in multiply() 6 years ago
  Paul B Mahol cbbd330abc avcodec/alsdec: fix some undefined shifts 8 years ago
  Paul B Mahol c3f10ea4bb avcodec/alsdec: remove unused header 8 years ago
  Paul B Mahol c8853568b1 avcodec/alsdec: call correct function for multi-channel coding 8 years ago
  Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 9 years ago
  Alexandra Hájková 54dcd22885 als: Convert to the new bitstream reader 9 years ago
  Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 9 years ago
  Diego Biurrun 6427379f23 als: Restructure DEBUG ifdefs to avoid unused function parameter warnings 10 years ago
  Thilo Borgmann 4d48add89b lavc/alsdec: use get_bitsz() to simplify reading of the mantissa 9 years ago
  Michael Niedermayer 037422178d avcodec/alsdec: Fix reading 0 mantisse bits 9 years ago
  Michael Niedermayer f2192e0f03 avcodec/alsdec: Fix raw_mantissa memleak 9 years ago
  Michael Niedermayer 837e72b016 avcodec/alsdec: Fix mlz memleak 9 years ago
  Michael Niedermayer ebb9a320d7 avcodec/alsdec: Remove unused variable 9 years ago
  Umair Khan dcfd24b10c avcodec/alsdec: Implement floating point sample data decoding 9 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 10 years ago
  Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 10 years ago
  Umair Khan 7d6c264e02 avcodec/alsdec: treat quant_cof as a signed value 10 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 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 11 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