| Commit message (Expand) | Author | Age | Files | Lines |
* | truehd: break out part of output_data into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -0/+38 |
* | truehd: break out part of rematrix_channels into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -0/+33 |
* | truehd: add hand-scheduled ARM asm version of mlp_filter_channel. | Ben Avison | 2014-03-26 | 1 | -0/+2 |
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\ |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -5/+5 |
|\| |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-11 | 1 | -3/+4 |
|\| |
|
| * | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -1/+1 |
|\| |
|
| * | Drop unnecessary directory prefixes from #include directives. | Diego Biurrun | 2011-06-07 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Move prototypes for various dsputil init functions to dsputil.h | Måns Rullgård | 2010-03-06 | 1 | -2/+0 |
* | mlp: Re-enable x86-optimized DSP functions. | Ramiro Polla | 2009-05-25 | 1 | -0/+4 |
* | Revert part of r18903: | Ramiro Polla | 2009-05-23 | 1 | -4/+0 |
* | MLP DSP functions x86-optimized. | Ramiro Polla | 2009-05-23 | 1 | -0/+4 |
* | mlp: Simplify adressing of state and coeffs arrays for both filters by making | Ramiro Polla | 2009-05-15 | 1 | -2/+6 |
* | mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. | Ramiro Polla | 2009-05-15 | 1 | -1/+2 |
* | mlpdec: Move MLP's filter_channel() to dsputils. | Ramiro Polla | 2009-04-30 | 1 | -0/+56 |