summaryrefslogtreecommitdiffstats
path: root/libavcodec/atrac3plusdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc/atrac3plusdsp: change pow(2,x) to exp2f(x)Ganesh Ajjanagadde2016-01-221-1/+2
| | | | | | | | Much faster generation possible; but array is small so don't want to bloat the binary. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* atrac3plus: give the phase_shift flag a better name.Max Poliakovski2015-06-081-6/+6
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* atrac3plus: add support for GHA phase inversion.Max Poliakovski2015-06-081-2/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/atrac3plusdsp: fix on stack alignmentMichael Niedermayer2015-04-171-2/+2
| | | | Fixes fate failure on ARM
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-091-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ATRAC3+ decoder Conflicts: Changelog configure libavcodec/atrac3plus.c libavcodec/atrac3plus.h libavcodec/atrac3plus_data.h libavcodec/atrac3plusdec.c libavcodec/atrac3plusdsp.c libavcodec/version.h See: 2e1fb96af36348479e14aa85f445915ea09e70fa Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ATRAC3+ decoderMaxim Polijakowski2014-01-091-0/+638
| | | | | | Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* ATRAC+ decoderMaxim Poliakovski2013-12-291-0/+637
Cleanup by Diego Biurrun. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud