summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodsp_template.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt2020-11-241-1/+13
* avcodec/mpegaudiodsp: Combine initializing float and int tablesAndreas Rheinhardt2020-11-241-42/+0
* Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-211-2/+2
|\
| * mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+2
* | avcodec/mpegaudiodec: Eliminate many undefined operationsMichael Niedermayer2017-02-201-5/+5
* | libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOATMichael Niedermayer2013-12-031-3/+3
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-1/+0
|\ \ | |/
| * mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard2012-08-241-1/+0
* | mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer2012-08-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-041-1/+1
|\ \ | |/
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-101-27/+94
|\ \ | |/
| * mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak2012-01-081-11/+16
| * mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-081-0/+190
* | mpegaudiodec: move imdct36() to MPADSPContextVitor Sessak2011-11-071-0/+129
* | mpegaudio: Correct license headerMichael Niedermayer2011-05-231-4/+4
|/
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-0/+205