| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -24/+20 |
|\ \
| |/ |
|
| * | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -24/+20 |
* | | wma: fix infinite loop | Michael Niedermayer | 2011-06-21 | 1 | -3/+3 |
* | | wmadec: avoid infinit loop. | Michael Niedermayer | 2011-05-22 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -9/+0 |
|\ \
| |/ |
|
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -9/+0 |
* | | WMADEC: fix ticket125 | Michael Niedermayer | 2011-04-27 | 1 | -1/+1 |
* | | Fix issue1503, this fix may be incomplete we need more samples to know for sure. | Michael Niedermayer | 2011-04-26 | 1 | -0/+7 |
* | | wmadec: prevent null pointer call. | Michael Niedermayer | 2011-04-26 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | 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 |
* | | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-04 | 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-28 | 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 |