summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Use more IRAM for musepack on S5L870X CPUs.Andree Buschmann1-2/+2
2010-03-07Use larger IRAM for M5/X5 in vorbis.Andree Buschmann1-9/+2
2010-03-07Fix red.Andree Buschmann1-2/+1
2010-03-07Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann1-2/+3
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann34-2750/+3043
2010-03-07ima adpcm/swf adpcm: corrects the problem the noise occurs after the play ends.Yoshihisa Uchida2-43/+37
2010-03-07wave codecYoshihisa Uchida4-67/+65
2010-03-06When seek action failed, play time is invalid.Yoshihisa Uchida6-12/+14
2010-03-06libpcm: decoded pcm depth corrects.Yoshihisa Uchida16-57/+70
2010-03-05strip trailing spaceMichael Giacomelli1-1/+0
2010-03-05Fix red by moving fsincos back to libwmaMichael Giacomelli2-1/+103
2010-03-05Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.Michael Giacomelli2-101/+0
2010-03-05Fix broken whitespace after r24862Nils Wallménius13-407/+399
2010-03-04Remove leftover unused buffer from the mdctexp branchNils Wallménius1-1/+0
2010-03-03libdemac: Separate filtering calls per channel in preparation for the dual-co...Jens Arnold3-39/+40
2010-03-03Get rid of .rept in inline asm() blocks where possible. Using .rept causes gc...Jens Arnold4-48/+53
2010-02-28fix yellowYoshihisa Uchida1-1/+1
2010-02-28Fix 64-bit sim warning introduced in r24955Dave Chapman1-1/+1
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida3-0/+449
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida3-0/+183
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida3-0/+321
2010-02-24Add missing #include in libpcm codecsBertrik Sikken6-0/+6
2010-02-24fix yellowYoshihisa Uchida1-1/+1
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida3-0/+437
2010-02-24libpcm: deletes PCM_CHUNK_SIZE.Yoshihisa Uchida3-15/+10
2010-02-22Change liba52 and libmad to the original 8-spaced tabbing.Andree Buschmann30-2800/+2800
2010-02-22Remove all tabs within codec path.Andree Buschmann84-8933/+8933
2010-02-21Remove CLIP_TO_15 from codeclib. Remove tabs.Andree Buschmann4-68/+72
2010-02-21Make mdct compilable again for non-ARM targets.Andree Buschmann1-0/+1
2010-02-21Further work on cook codec. Rounding is not needed when using a large fract p...Andree Buschmann2-24/+15
2010-02-21Eep, didn't mean to commit those other filesDave Hooper3-8/+11
2010-02-21Get a few more % speedup on ARM (measured on ipod video) - improve imdct full...Dave Hooper4-34/+116
2010-02-21Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann5-56/+34
2010-02-21Unroll and optimise channel coupling for arm gives 0.6Mhz speed for vorbis on...Dave Hooper1-23/+68
2010-02-20Reinstate ICONST_ATTR for matrixCoeffs_fix ; remove (silly) gain_tab1 and re...Dave Hooper2-9/+3
2010-02-20Remove ICONST_ATTR from some tables, to fit into PP5020 iram (now that mdct i...Dave Hooper1-4/+4
2010-02-20Adding ICODE for imdct (and its constituent ifft bits) gives 0.5MHz boost on ...Dave Hooper2-3/+16
2010-02-20libpcm: linear pcm decode logic separates according to each bitspersample, en...Yoshihisa Uchida1-56/+160
2010-02-20Clarify comments in ARMv6 divider regarding special-case handling of large (h...Andrew Mahone1-4/+6
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida18-311/+1836
2010-02-20Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz.Michael Giacomelli1-11/+11
2010-02-18I don't yet fully understand why this is required, but without it the output ...Dave Hooper1-16/+16
2010-02-17split_radix_permutation also unused (since now a hardcoded table) - but left ...Dave Hooper1-1/+1
2010-02-17FIx typo in coldfire asm which caused yellowDave Hooper1-2/+2
2010-02-17Fix yellow (bad function declaration)Dave Hooper1-2/+3
2010-02-17Fix yellow (ff_fft_permute_c an unused function in codeclib)Dave Hooper1-2/+2
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper31-326/+2006
2010-02-16Add the Rockbox GNU header to some files in libatrac.Mohamed Tarek3-1/+62
2010-02-16Initial support for ATRAC3 streams in wav containers. Mohamed Tarek1-0/+1
2010-02-16Fix yellow.Mohamed Tarek1-1/+1