summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio_tablegen.h
Commit message (Expand)AuthorAge
* avcodec/mpegaudio_tablegen: Make exponential LUT sharedAndreas Rheinhardt2020-12-08
* avcodec/mpegaudio_tablegen: Don't inappropriately use static arrayAndreas Rheinhardt2020-12-08
* avcodec/mpegaudio_tablegen: Avoid write-only buffersAndreas Rheinhardt2020-12-08
* avcodec/mpegaudio_tablegen: Add (), fix fateMichael Niedermayer2015-12-02
* avcodec/mpegaudio_tablegen: more dynamic table creation speedupsGanesh Ajjanagadde2015-12-01
* avcodec/mpegaudio_tablegen: speed up dynamic table creationGanesh Ajjanagadde2015-12-01
* Add av_cold to table generation functions.Reimar Döffinger2014-08-31
* avcodec/mpegaudio_tablegen: fix build with hardcoded tablesMichael Niedermayer2013-10-24
* libavcodec/mpegaudio_tablegen: clip value before castingMichael Niedermayer2013-10-22
* avcodec/mpegaudio_tablegen: remove dead branchMichael Niedermayer2013-10-15
* avcodec: improve precission for cbrtf() emulationMichael Niedermayer2013-10-15
* mpegaudio_tablegen: Don't use llrintDerek Buitenhuis2013-10-15
* tablegen: Don't use cbrtf in host toolsDerek Buitenhuis2013-10-15
* mpegaudio_tablegen: try to fix hardcoded tablesMichael Niedermayer2012-08-02
* mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer2012-08-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\
| * multiple inclusion guard cleanupDiego Biurrun2011-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-18
|\|
| * mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-10
|\|
| * mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger2010-06-21
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-11
* Revert "Add required header #include to fix 'make checkheaders'."Måns Rullgård2009-11-26
* cosmetics: K&R style, prettyprintingDiego Biurrun2009-11-26
* Add required header #include to fix 'make checkheaders'.Diego Biurrun2009-11-25
* Remove unused variable.Michael Niedermayer2009-11-08
* Simpliy exp*table init, based on patch by reimar.Michael Niedermayer2009-11-07
* Fix out-of-tree builds with --enable-hardcoded-tablesReimar Döffinger2009-10-28
* 10l, fix incorrect endif comment.Reimar Döffinger2009-10-28
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28