126 Commits (3493390d4787089edd71cde7114c587a2bc134b8)

Author SHA1 Message Date
Ronald S. Bultje b4bccf3e4e wma: fix off-by-one in array bounds check. 13 years ago
Ronald S. Bultje 349b7977e4 wma: fix invalid buffer size assumptions causing random overreads. 13 years ago
Michael Niedermayer d964db5742 wmadec: fix off by 1 error on the pow_tab index check. 13 years ago
Ronald S. Bultje 9d3050d3e9 wma: don't return 0 on invalid packets. 13 years ago
Alex Converse 48f1e5212c wmadec: Verify bitstream size makes sense before calling init_get_bits. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Michael Niedermayer 20431a9982 wma: Check channel number before init. 13 years ago
Justin Ruggles d0b1b1c5c7 wmadec: consolidate 2 output buffer size checks into 1 check 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Michael Niedermayer 3cb64e327a wma: fix infinite loop 14 years ago
Michael Niedermayer eb97d4d611 wmadec: avoid infinit loop. 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Michael Niedermayer f08d171caa WMADEC: fix ticket125 14 years ago
Michael Niedermayer 05815b3545 Fix issue1503, this fix may be incomplete we need more samples to know for sure. 14 years ago
Michael Niedermayer 7157334c37 wmadec: prevent null pointer call. 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
Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 79ce107847 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 733dbe7d18 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles b5ec638343 cosmetics: indentation and spacing 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
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Eli Friedman c7310b7b2b Silence warning "new qualifiers in middle of multi-level 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
Carl Eugen Hoyos 2cbc1ec676 Fix indentation after r22414. 15 years ago
Zhou Zongyi d00261a34b SIMD optimization using float_to_int16_interleave. 15 years ago
Stefan Gehrer 3a201bd04f remove a Huffman table from WMA which also exists in AAC 15 years ago
Michael Niedermayer f28f146473 Flush the bitreservour. 15 years ago
Michael Niedermayer 445a9deea6 Print error messages on errors. 15 years ago
Michael Niedermayer f78501b264 Fix apparent 10l typos introduced in r8627. 15 years ago
Måns Rullgård 8b4a6d47b2 WMA: extend exponent range to 95 15 years ago
Måns Rullgård 168f92ffaa WMA: extend exponent table up to 75 15 years ago
Måns Rullgård 0e71841b05 WMA: fix loop unrolling in decode_exp_vlc() 15 years ago
Måns Rullgård ff00b94e9d WMA: use type punning and unroll loops in decode_exp_vlc() 15 years ago
Måns Rullgård c0d1463da7 WMA: use a table instead of pow() in decode_exp_vlc 15 years ago
Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename 15 years ago
Måns Rullgård 0a07e9d012 WMA: remove some unused variables 15 years ago
Diego Biurrun 75bbed517f Remove unused variables, fixes the warnings: 15 years ago
Måns Rullgård 6044538b37 WMA: use DSPContext.butterflies_float 15 years ago
Sascha Sommer 9970c61b4b Introduce WMACoef typedef for decoded coefficients 16 years ago
Sascha Sommer c0e9b2e84f Move run level decode functionality to ff_wma_run_level_decode 16 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
Michael Niedermayer 110baa2e99 Remove unused variable from wma_decode_block() found by CSA. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago