summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida
2010-03-19Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not res...Andree Buschmann
2010-03-16Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli
2010-03-14Implement resume for alac codec.Andree Buschmann
2010-03-14Make resume handling in the AAC codec less confusing. No functional change.Magnus Holmgren
2010-03-14Fix FS#11103. Resuming musepack files was handled wrong since ages. This chan...Andree Buschmann
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida
2010-03-12Fix comment on interpolation macro.Andree Buschmann
2010-03-12Fix playback of atrac3 joint stereo encoded files. Define the interpolation m...Andree Buschmann
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann
2010-03-12Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida
2010-03-11Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann
2010-03-11Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann
2010-03-10Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...Jens Arnold
2010-03-09Simplify makefileNils Wallménius
2010-03-09Use bx lr unconditionally in setjmp_arm.SRafaël Carré
2010-03-07Use more IRAM for musepack on S5L870X CPUs.Andree Buschmann
2010-03-07Use larger IRAM for M5/X5 in vorbis.Andree Buschmann
2010-03-07Fix red.Andree Buschmann
2010-03-07Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann
2010-03-07ima adpcm/swf adpcm: corrects the problem the noise occurs after the play ends.Yoshihisa Uchida
2010-03-07wave codecYoshihisa Uchida
2010-03-06When seek action failed, play time is invalid.Yoshihisa Uchida
2010-03-06libpcm: decoded pcm depth corrects.Yoshihisa Uchida
2010-03-05strip trailing spaceMichael Giacomelli
2010-03-05Fix red by moving fsincos back to libwmaMichael Giacomelli
2010-03-05Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.Michael Giacomelli
2010-03-05Fix broken whitespace after r24862Nils Wallménius
2010-03-04Remove leftover unused buffer from the mdctexp branchNils Wallménius
2010-03-03libdemac: Separate filtering calls per channel in preparation for the dual-co...Jens Arnold
2010-03-03Get rid of .rept in inline asm() blocks where possible. Using .rept causes gc...Jens Arnold
2010-02-28fix yellowYoshihisa Uchida
2010-02-28Fix 64-bit sim warning introduced in r24955Dave Chapman
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida
2010-02-24Add missing #include in libpcm codecsBertrik Sikken
2010-02-24fix yellowYoshihisa Uchida
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida
2010-02-24libpcm: deletes PCM_CHUNK_SIZE.Yoshihisa Uchida
2010-02-22Change liba52 and libmad to the original 8-spaced tabbing.Andree Buschmann
2010-02-22Remove all tabs within codec path.Andree Buschmann
2010-02-21Remove CLIP_TO_15 from codeclib. Remove tabs.Andree Buschmann
2010-02-21Make mdct compilable again for non-ARM targets.Andree Buschmann
2010-02-21Further work on cook codec. Rounding is not needed when using a large fract p...Andree Buschmann
2010-02-21Eep, didn't mean to commit those other filesDave Hooper
2010-02-21Get a few more % speedup on ARM (measured on ipod video) - improve imdct full...Dave Hooper