summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-23avcodec/mpegaudio_tablegen: fix build with hardcoded tablesMichael Niedermayer1-1/+1
2013-10-22libavcodec/mpegaudio_tablegen: clip value before castingMichael Niedermayer1-1/+1
2013-10-15avcodec/mpegaudio_tablegen: remove dead branchMichael Niedermayer1-1/+1
2013-10-15avcodec: improve precission for cbrtf() emulationMichael Niedermayer2-3/+3
2013-10-15mpegaudio_tablegen: Don't use llrintDerek Buitenhuis1-1/+2
2013-10-15tablegen: Don't use cbrtf in host toolsDerek Buitenhuis2-3/+6
2012-08-02mpegaudio_tablegen: try to fix hardcoded tablesMichael Niedermayer1-0/+1
2012-08-02mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer3-3/+5
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer58-387/+500
2011-05-21multiple inclusion guard cleanupDiego Biurrun51-76/+97
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-168/+296
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard6-17/+17
2011-05-10Merge remote branch 'qatar/master'Michael Niedermayer16-161/+56
2011-05-09mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard7-64/+6
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-21mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger4-13/+3
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer6-148/+294
2009-11-26Revert "Add required header #include to fix 'make checkheaders'."Måns Rullgård1-1/+0
2009-11-26cosmetics: K&R style, prettyprintingDiego Biurrun1-13/+13
2009-11-25Add required header #include to fix 'make checkheaders'.Diego Biurrun1-0/+1
2009-11-08Remove unused variable.Michael Niedermayer1-1/+0
2009-11-07Simpliy exp*table init, based on patch by reimar.Michael Niedermayer1-8/+8
2009-10-28Fix out-of-tree builds with --enable-hardcoded-tablesReimar Döffinger2-2/+2
2009-10-2810l, fix incorrect endif comment.Reimar Döffinger1-1/+1
2009-10-28Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger6-28/+273