132 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
Roberto Togni 8017683647 qdm2: initialize coeff_per_sb_select from bit_rate 12 years ago
Anton Khirnov 34f87a5853 qdm2: check that the FFT size is a power of 2 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 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
Michael Niedermayer a3541896c6 qdm2: check "AC" codewords 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 39bec05ed4 qdm2: check array index before use, fix out of array accesses 12 years ago
Justin Ruggles e01e1a4673 qdm2: decode directly to the user-provided AVFrame 12 years ago
Michael Niedermayer d106679fb5 qdm2: disable superblocktype_2_3==0 code 12 years ago
Michael Niedermayer ccfd8cffe8 qdm2: Fix data type used in multiplication. 12 years ago
Michael Niedermayer 2b12d1ffd8 qdm2: fix out of stack array read. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer a7ee6281f7 qdm2: check array index before use, fix out of array accesses 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Peter Ross 9ccc349f77 ensure comment blocks that contain doxygen commands start with double asterix 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer 5ee008e01d qdm2: check that coding_method is valid before using it. 12 years ago
Justin Ruggles eb38d8fe92 qdm2: remove unneeded checks for channel count 12 years ago
Justin Ruggles be2ab8b75a qdm2: make sure channels is not <= 0 and set channel layout 12 years ago
Diego Biurrun 36a8c43073 doxygen: qdm2: Drop documentation for non-existing function parameters 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun bb58c43c69 qdm2: remove broken and disabled dump_context() debug function 13 years ago
Michael Niedermayer 8a0efa9cc0 qdm2: fix incorrect error spam 13 years ago
Michael Niedermayer 66337bf9d5 qdm2: print error messages instead of just retunring failures 13 years ago
Ronald S. Bultje 64953f67f9 qdm2: clip array indices returned by qdm2_get_vlc(). 13 years ago
Michael Niedermayer 20335598f2 qdm2_fft_decode_tones: fix infinite loop 13 years ago
Michael Niedermayer 1a974679d0 qdm2: Check vlc_stage3_values index. 13 years ago
Mans Rullgard f5be7958e3 qdm2: fix a dubious pointer cast 13 years ago
Mans Rullgard 9f3e781eab qdm2: make a table static const 13 years ago
Mans Rullgard 9ffe8ee7c5 qdm2: simplify bitstream reader setup for some subpacket types 13 years ago
Mans Rullgard a31787ee3b qdm2: use get_bits_left() 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer cece491daa qdm2: Fix out of array writes 13 years ago
Michael Niedermayer fe91becc2d qdm2: fix out of array read 13 years ago
Michael Niedermayer 7d74aaf698 qdm2dec: fix out of array read 13 years ago
Alex Converse a8ae00b68c qdm2: Check data block size for bytes to bits overflow. 13 years ago
Alex Converse dac56d9ce0 qdm2: Check data block size for bytes to bits overflow. 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Michael Niedermayer 895d258e9b qdm2dec: fix buffer overflow. 13 years ago
Michael Niedermayer 14db3af4f2 qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones() 13 years ago
Justin Ruggles 7d49f79f1c qdm2: check output buffer size before decoding 13 years ago
Laurent Aimar 5a19acb17c Fix out of bound reads in the QDM2 decoder. 13 years ago
Laurent Aimar 291d74a46d Check for out of bound writes in the QDM2 decoder. 13 years ago
Laurent Aimar 4a7876c6e4 Check for out of bound writes in the QDM2 decoder. 13 years ago
Laurent Aimar 491eaf35ae Fix out of bound reads in the QDM2 decoder. 13 years ago
Diego Biurrun ec679eb453 doxygen: place empty line between brief description and detailed description 14 years ago
Michael Niedermayer 3a07f5a47a qdm2: Fix alignment of local array. 14 years ago
Michael Niedermayer 44d1b4088f qdm2: Fix alignment of local array. 14 years ago