86 Commits (52b3cc6047e2b93e8a798734c65904243c1a7be3)

Author SHA1 Message Date
Alexander Strasser 0605cb4332 vorbis dec: Remove obsolete comment 14 years ago
Alexander Strasser 4f03c5d793 vorbis dec: cosmetics: Indent consistently 14 years ago
Alexander Strasser 97f5f97108 vorbis dec: cosmetics: Indent CPP cond properly 14 years ago
Alexander Strasser 07f06540f6 vorbis dec: Delete useless scopes, and reindent after scope deletion 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles 6eabb0d3ad Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
Frank Barchard 925aa96915 Second hunk from secrity fix from google. 14 years ago
Frank Barchard 13184036a6 Check rangebits to avoid a possible crash. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Alex Converse 5fb2f1347e 10l: dx shouldn't exist. 14 years ago
Alex Converse 0611f67525 10l: vorbisdec: declare dy 14 years ago
Gregory Maxwell 8455e8c7c0 vorbisdec: Fix floor1 decoding 14 years ago
Jason Garrett-Glaser 3dde66752d Fix crashes in vorbis decoding found by zzuf 14 years ago
David Conrad c740f737e9 vorbisdec: Use int instead of uint16_fast_t for index variables 14 years ago
Alex Converse 51aaf51143 vorbis_dec: Change partition_class[] to uint8_t. 14 years ago
Alex Converse 55aa55f2e1 vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. 14 years ago
Alex Converse 366d919016 vorbisdec: Prevent a potential integer overflow. 14 years ago
Måns Rullgård c934562c12 vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build 14 years ago
Reimar Döffinger 961b0c41b9 Fix use of unintialized variable introduced in r20411. 15 years ago
Måns Rullgård 3c35da2f7f vorbisdec: remove variable-length arrays 15 years ago
David Conrad a02bb835ac vorbisdec: Take channels into account when checking against residue overflow 15 years ago
David Conrad 54fdf5d150 vorbisdec: Fix header parsing with no floor1 partitions 15 years ago
David Conrad 780621b832 vorbisdec: Remove write-only variable 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
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Robert Swain 4a27f326c5 Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec 15 years ago
Michael Niedermayer b2cc8111d6 More sane error message when extradata has not been set. 15 years ago
Reimar Döffinger 7a41027cc4 vorbis_dec: factor out duplicated code for index reading, bounds checking and 15 years ago
Robert Swain f640478b56 Reindent after channel layout commit from yesterday 15 years ago
Robert Swain 53a71e1ba4 Add vorbis channel layout support according to those defined in the Vorbis I 15 years ago
Diego Biurrun a7adcf29cf whitespace cosmetics, prettyprinting, K&R coding style 15 years ago
Diego Biurrun 0b8e7ab059 some more linebreak and brace placement cosmetics 15 years ago
Diego Biurrun 5e56b30e1f brace placement and linebreak cosmetics 15 years ago
Reimar Döffinger c31afa5d24 Fix format string to match the types printed. 15 years ago
Google Chrome aedc98b0a4 Check submap indexes. 15 years ago
Michael Niedermayer 0a01efd0aa Make error return sign consistent. 15 years ago
Google Chrome 36b7e983a6 Check begin/end/partition_size. 15 years ago
Google Chrome cdf1512eba Check res_setup->books. 15 years ago
Google Chrome 993092dcd3 Check masterbook index and subclass book index. 15 years ago
Google Chrome e5b0cfb541 Add checks for per-packet mode indexes and per-header mode mapping indexes. 15 years ago
Google Chrome 79a4258141 Check classbook value. 15 years ago
Google Chrome 96651e790c Fix book_idx check. 15 years ago
Google Chrome d70fa8f131 Sanity checks for magnitude and angle. 15 years ago
Google Chrome 08c8742cdb = -> == typo. 15 years ago
Michael Niedermayer 98f7bcb119 Check dimensions against 0 too. 15 years ago
Michael Niedermayer 9062cd3544 Check validity of channels & samplerate. 15 years ago