summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2008-05-26fix FS#9042 - MOD codec: SoundTracker variant MOD files will not playRobert Kukla1-27/+15
2008-05-22Fixes backward seeking on resumed files and backward seeking to positions to ...Andree Buschmann1-7/+13
2008-05-22Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer of...Andree Buschmann2-117/+75
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen3-0/+1329
2008-05-19Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann4-15/+6
2008-05-17Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann5-161/+265
2008-05-17Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...Andree Buschmann3-3/+17
2008-05-14Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM...Andree Buschmann2-17/+27
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis1-6/+1
2008-05-10Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann6-201/+123
2008-05-10Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one...Andree Buschmann6-70/+59
2008-05-05Fix a couple quirks from the previous commit.Nicolas Pennequin1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin3-4/+4
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken1-0/+1
2008-05-03SPC Codec: I'm pretty sure Gigabeat S can do realtime BRR decode and echo. :)Michael Sevakis1-1/+2
2008-05-03Make local function interp_pitch in filters.c static.Bertrik Sikken1-1/+1
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis1-2/+2
2008-04-29Fix skipping back to the start of WMA files, broken by the addition of resume...Magnus Holmgren1-2/+3
2008-04-21Fix mistake in previous WMA commit. Also update comments to reflect changes.Michael Giacomelli2-3/+3
2008-04-18This table is probably 128 entries long beginning with -60. Greatly improves ...Michael Giacomelli1-49/+78
2008-04-16Correct copyright date and add acknowledgement of projects (libasf and VLC) t...Dave Chapman1-1/+5
2008-04-14Increase the size of one of the look up tables. Fixes 'burst of static' in so...Michael Giacomelli1-9/+10
2008-04-13Remove redundant init call.Magnus Holmgren1-2/+0
2008-04-12Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil...Michael Giacomelli1-9/+19
2008-04-07Make the WMA decoder less noisy in the sim.Michael Giacomelli2-10/+6
2008-04-07Fix sim for now. Eventually I should change the decoder to error out if ther...Michael Giacomelli1-0/+1
2008-04-07Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli2-0/+4
2008-04-07Amazingly, I've only been initing about 1/2 the huffman table entries needed ...Michael Giacomelli1-6/+12
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2-5/+5
2008-04-03Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr...Nicolas Pennequin1-1/+58
2008-04-03Remove obsolete commentNils Wallménius1-3/+0
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold2-2/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold2-0/+2
2008-03-29Move codec_get_file_pos somewhere else like the comment said should be done. ...Michael Sevakis1-1/+52
2008-03-27Fix misleading debug statement.Michael Giacomelli1-1/+1
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2-2/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2-0/+2
2008-03-09Fix (another) overflow when seeking in long WMA files.Michael Giacomelli1-1/+1
2008-03-09Don't assume reading the duration field advances the buffer 12 bytes, instead...Michael Giacomelli1-2/+4
2008-03-09AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what...Magnus Holmgren1-1/+1
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold2-2/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold2-0/+2
2008-03-08Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musep...Michael Giacomelli1-33/+49
2008-02-25clear up some sim warningsAdam Gashlin1-1/+1
2008-02-25Fix ADX decoder, old constant coefficients were for 44.1khz only, they Adam Gashlin1-10/+175
2008-02-24Change to (or add) 'standard' codec startup delay, fixing potential startup p...Magnus Holmgren4-7/+10
2008-02-24Try to fix resume problems for FLAC files.Magnus Holmgren1-3/+3
2008-02-12Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ...Jens Arnold1-12/+4
2008-02-08Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and re...Thom Johansen1-40/+36
2008-02-07make the gcc work-around somewhat more inclusive for gcc 4.2.X where X is 1Daniel Stenberg1-2/+3