summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2010-04-18Clean up libmusepack: move declarations to internal.h and set svn properties.Bertrik Sikken14-14/+17
2010-03-22fix yellowYoshihisa Uchida2-2/+2
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida16-69/+187
2010-03-19Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not res...Andree Buschmann1-0/+2
2010-03-16Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli2-4/+4
2010-03-14Implement resume for alac codec.Andree Buschmann1-5/+16
2010-03-14Make resume handling in the AAC codec less confusing. No functional change.Magnus Holmgren1-8/+4
2010-03-14Fix FS#11103. Resuming musepack files was handled wrong since ages. This chan...Andree Buschmann1-6/+13
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida2-157/+197
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida4-52/+54
2010-03-12Fix comment on interpolation macro.Andree Buschmann1-3/+3
2010-03-12Fix playback of atrac3 joint stereo encoded files. Define the interpolation m...Andree Buschmann1-7/+7
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann2-2/+2
2010-03-12Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann2-5/+11
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida7-9/+9
2010-03-11Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann2-7/+9
2010-03-11Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann1-23/+12
2010-03-10Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...Jens Arnold4-22/+45
2010-03-09Simplify makefileNils Wallménius1-6/+0
2010-03-09Use bx lr unconditionally in setjmp_arm.SRafaël Carré1-0/+2
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