172 Commits (abb0306bf301f82e1f18a3a70c04261fb0daa1e8)

Author SHA1 Message Date
Andreas Cadhalpun 0ccddbad20 smacker: limit recursion depth of smacker_decode_bigtree 7 years ago
Michael Niedermayer cd4663dc80 smacker: add sanity check for length in smacker_decode_tree() 7 years ago
Diego Biurrun 5edded9df3 smacker: Improve error handling 8 years ago
Michael Niedermayer b98f082d8d smacker: Check that the data size is a multiple of a sample vector 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 6efbc88a5c smacker: Convert to the new bitstream reader 8 years ago
Andreas Cadhalpun 946ecd19ea smacker: limit recursion depth of smacker_decode_bigtree 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Diego Biurrun 6b96d2dcda cosmetics: Drop particularly redundant silly comments 9 years ago
Michael Niedermayer 4a9af07a49 avcodec/smacker: Check that the data size is a multiple of a sample vector 9 years ago
Michael Niedermayer 21d8c6612f avcodec/smacker: Check init_get_bits8() for failure 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Lukasz Marek 969382162f lavc/smacker: fix mem leak in case of init failure 10 years ago
Timothy Gu 0035783488 smacker: remove dead code 10 years ago
Michael Niedermayer 683b6e3183 avcodec/smacker: use av_mallocz_array() 11 years ago
Michael Niedermayer b07a5e9b6b avformat/smacker: check for format mismatch more completely 11 years ago
Anton Khirnov 84099f51f3 smacker: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 1b99514dfd avcodec/smacker: use init_get_bits8() 11 years ago
Michael Niedermayer f144168d9b avcodec/smacker: fix some memleaks 11 years ago
Michael Niedermayer fbab9a7c22 avcodec/smacker: remove check that has become redundant 11 years ago
Michael Niedermayer 59a08d1939 avcodec/smacker: use the correct field instead of a hardcoded value for the index check in smacker_decode_tree() 11 years ago
Martin Storsjö f3d57dc691 smacker: Free memory properly if the init function fails 11 years ago
Martin Storsjö 0679cec6e8 smacker: Make sure we don't fill in huffman codes out of range 11 years ago
Martin Storsjö d002fce24a smacker: Check malloc return values 11 years ago
Paul B Mahol 76e27b1d05 smacker: make code independent of sizeof(AVFrame) 11 years ago
Carl Eugen Hoyos 90bd75e6eb Avoid a null pointer dereference on oom when decoding smacker. 12 years ago
Carl Eugen Hoyos a1dbe49d02 Propagate error return values from the smacker decoder. 12 years ago
Kostya Shishkov bbb2945f2d smacker: check the return value of smacker_decode_tree 12 years ago
Kostya Shishkov f52edef301 smacker: fix an off by one in huff.length computation 12 years ago
Kostya Shishkov 268bb88544 smacker: add a clarification notice about audio decoding 12 years ago
Kostya Shishkov 5f30c6c8ed Revert "smackaud: clip output samples" 12 years ago
Michael Niedermayer 2211c76287 smacker: remove av_clip_int16() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 903b62cc0b smackaud: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 2c69fcc2ff smacker: more complete vlc length check, fixes out of array read 12 years ago
Michael Niedermayer 50cbe09d8c smacker: check smacker_decode_tree() return value 12 years ago
Michael Niedermayer 48cbdaea15 smacker: fix smacker_decode_header_tree() empty vlc table init 12 years ago
Michael Niedermayer 57c0da6fe4 smacker: sanity check audio size. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Paul B Mahol c1947015b2 smackaud: return meaningful error codes 12 years ago
Paul B Mahol 916e40b5b4 smacker: return more meaningfull error codes 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Paul B Mahol adc5539e7b smacker: read escape codes in single get_bits() call 12 years ago