| Commit message (Expand) | Author | Age | Files | Lines |
* | wma: fix off-by-one in array bounds check. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+1 |
* | wma: fix invalid buffer size assumptions causing random overreads. | Ronald S. Bultje | 2012-03-02 | 1 | -3/+10 |
* | wma: don't return 0 on invalid packets. | Ronald S. Bultje | 2012-02-18 | 1 | -2/+6 |
* | wmadec: Verify bitstream size makes sense before calling init_get_bits. | Alex Converse | 2012-01-30 | 1 | -0/+2 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+18 |
* | wmadec: consolidate 2 output buffer size checks into 1 check | Justin Ruggles | 2011-10-28 | 1 | -11/+14 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -24/+20 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -9/+0 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -1/+1 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -7/+7 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -19/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Silence warning "new qualifiers in middle of multi-level | Eli Friedman | 2010-07-07 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Fix indentation after r22414. | Carl Eugen Hoyos | 2010-03-09 | 1 | -10/+10 |
* | SIMD optimization using float_to_int16_interleave. | Zhou Zongyi | 2010-03-09 | 1 | -0/+11 |
* | remove a Huffman table from WMA which also exists in AAC | Stefan Gehrer | 2010-02-19 | 1 | -3/+3 |
* | Flush the bitreservour. | Michael Niedermayer | 2010-01-30 | 1 | -0/+10 |
* | Print error messages on errors. | Michael Niedermayer | 2009-12-07 | 1 | -6/+19 |
* | Fix apparent 10l typos introduced in r8627. | Michael Niedermayer | 2009-12-06 | 1 | -5/+5 |
* | WMA: extend exponent range to 95 | Måns Rullgård | 2009-11-24 | 1 | -1/+11 |
* | WMA: extend exponent table up to 75 | Måns Rullgård | 2009-11-23 | 1 | -3/+10 |
* | WMA: fix loop unrolling in decode_exp_vlc() | Måns Rullgård | 2009-09-29 | 1 | -12/+12 |
* | WMA: use type punning and unroll loops in decode_exp_vlc() | Måns Rullgård | 2009-09-29 | 1 | -6/+16 |
* | WMA: use a table instead of pow() in decode_exp_vlc | Måns Rullgård | 2009-09-29 | 1 | -4/+73 |
* | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård | 2009-09-27 | 1 | -4/+4 |
* | WMA: remove some unused variables | Måns Rullgård | 2009-09-26 | 1 | -7/+3 |
* | Remove unused variables, fixes the warnings: | Diego Biurrun | 2009-09-23 | 1 | -3/+0 |
* | WMA: use DSPContext.butterflies_float | Måns Rullgård | 2009-09-23 | 1 | -6/+1 |
* | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer | 2009-06-20 | 1 | -3/+3 |
* | Move run level decode functionality to ff_wma_run_level_decode | Sascha Sommer | 2009-06-12 | 1 | -43/+7 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -1/+1 |
* | Remove unused variable from wma_decode_block() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. | Michael Niedermayer | 2008-08-28 | 1 | -7/+1 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -2/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | indent | Michael Niedermayer | 2008-07-11 | 1 | -17/+17 |
* | Fix not coded channels / silence decoding. | Michael Niedermayer | 2008-07-11 | 1 | -5/+8 |
* | Check that we have enough output space available. | Michael Niedermayer | 2008-07-11 | 1 | -0/+9 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |