28 Commits (7b58702cbdce097f32f62c87cd537ab28c04ffb2)

Author SHA1 Message Date
Michael Niedermayer 721624c2f6 avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel() 5 years ago
Michael Niedermayer 1b7d02642b avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block() 5 years ago
Michael Niedermayer f4ecf6c39d avcodec/ralf: Skip initializing unused filter variables 5 years ago
Michael Niedermayer fbb314b6f2 avcodec/ralf: Fix integer overflow in decode_channel() 5 years ago
Michael Niedermayer 4778407ab3 avcodec/ralf: fix undefined shift in extend_code() 5 years ago
Michael Niedermayer 0ee886988e avcodec/ralf: fix undefined shift 5 years ago
Michael Niedermayer 3c06ba1716 avcodec/ralf: Fix undefined pointer in decode_channel() 5 years ago
Michael Niedermayer ccca484324 avcodec/ralf: Fix integer overflow in apply_lpc() 5 years ago
Alexandra Hájková 5a6da49dd0 ralf: Convert to the new bitstream reader 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Paul B Mahol 9cd2ca9966 avcodec/ralf: add support for mono 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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 cbeb3ed38d ralf: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles a34be78546 ralf: use planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Kostya Shishkov 494bce6224 ralf: read Huffman code lengths without GetBitContext 13 years ago
Kostya Shishkov b8560637d9 RealAudio Lossless decoder 13 years ago