218 Commits (5676b7cdcfec5f07c591891d2f1361464f652352)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Michael Niedermayer 9fec43a92d avcodec/alsdec: No channels cannot be accessed 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Michael Niedermayer 31916d3d9f avcodec/alsdec: Set channels from data after data is set 3 years ago
Vittorio Giovara 62473cbd8e als: convert to new channel layout API 3 years ago
Andreas Rheinhardt 6b39573547 avcodec/alsdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 3b08e046af avcodec/alsdec, mlz: Check allocation 3 years ago
Andreas Rheinhardt e925d5453b avcodec/alsdec: Improve code locality 3 years ago
Andreas Rheinhardt 1fc631c94a avcodec/alsdec: Return directly upon error 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Michael Niedermayer f7987ce966 avcodec/alsdec: Fix decoding error with mono audio files 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 53d739db4e avcodec/alsdec: Check bitstream input in read_block() 4 years ago
Michael Niedermayer 7ce40dde03 avcodec/alsdec: Fix integer overflow with quant_cof 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Michael Niedermayer a11aa5f3ed avcodec/alsdec: Discard frames for which no channel could be decoded 5 years ago
Michael Niedermayer fd3c34ff30 avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT() 5 years ago
Michael Niedermayer 09581f7923 avcodec/alsdec: Check that input space for header exists in read_diff_float_data() 5 years ago
James Almer d582cc17e1 avcodec: use avpriv_mpeg4audio_get_config2() 5 years ago
Michael Niedermayer 581a895c5c avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loop 5 years ago
Michael Niedermayer e125578994 avcodec/alsdec: Check k from being outside what our implementation can handle 5 years ago
Michael Niedermayer b54031a6e9 avcodec/bgmc: Check input space in ff_bgmc_decode_init() 5 years ago
Michael Niedermayer 661a9b274b avcodec/alsdec: Fix integer overflow in decode_var_block_data() 5 years ago
Michael Niedermayer f51e4d026c avcodec/alsdec: Limit maximum channels to 512 5 years ago
Michael Niedermayer fad3ec89b7 avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data() 5 years ago
Michael Niedermayer ce65232406 avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks() 5 years ago
Michael Niedermayer 02346292a3 avcodec/alsdec: fix mantisse shift 5 years ago
Michael Niedermayer be4fb282f9 avcodec/alsdec: Check for block_length <= 0 in read_var_block_data() 5 years ago
Michael Niedermayer b880b3b236 avcodec/alsdec: fix undefined shift in multiply() 5 years ago
Michael Niedermayer 9cd0d94f59 avcodec/alsdec: Fix 2 integer overflows 5 years ago
Michael Niedermayer b7b6ddd596 avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Michael Niedermayer 5f64f6058e avcodec/alsdec: Fix integer overflow with buffer number 5 years ago
Michael Niedermayer 7f527021df avcodec/alsdec: Fixes signed integer overflow in LSB addition 5 years ago
Michael Niedermayer 0794494c8f avcodec/alsdec: Check opt_order / sb_length in ra_block handling 5 years ago
Michael Niedermayer a3bd4b260e avcodec/alsdec: Fix integer overflow with shifting samples 5 years ago
Michael Niedermayer 51f6870c37 avcodec/alsdec: Fix undefined behavior in decode_rice() 5 years ago
Michael Niedermayer e131568752 avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_OUTPUT() 5 years ago
Michael Niedermayer f30be1ec98 avcodec/alsdec: Fix invalid shift in multiply() 5 years ago
Umair Khan 55937bb4a7 libavcodec/als: fix address sanitization error in decoder 7 years ago
Umair Khan e510a8251b libavcodec/als: remove check for predictor order of a block 7 years ago
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