104 Commits (89715a3cf187c271f7cf4c230b23cd6f6d638e32)

Author SHA1 Message Date
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
Vitor Sessak 984ece7503 qdm2: Use floating point synthesis filter. 14 years ago
Mans Rullgard c4f5c2d6f4 Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
Mans Rullgard 4bac1bbc3b mpegaudio: add _fixed suffix to some names 14 years ago
Mans Rullgard 1362a291c9 qdm2: include correct header for rdft 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Reimar Döffinger 0c1758f018 Return the amount of input data actually used in the qdm2 decoder, 14 years ago
Baptiste Coudurier 47d2ddca80 Fix qdm2 decoder packet handling to match the api 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Alex Converse 4c399dc82b Fix undefined expressions that use multiple calls to get_bits(). 14 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 062777b343 Allow hard-coding several QDM2 tables (about 32 kB size). 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago