summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2006-10-30Adapted more Makefiles to the more efficient info printing.Jens Arnold1-5/+3
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold11-89/+50
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen13-13/+0
2006-10-25Assembler optimised FLAC 24 bit handling routines for Coldfire based players....Thom Johansen3-40/+299
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold12-13/+23
2006-10-11Forgot one file...Magnus Holmgren1-1/+1
2006-10-11AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren4-248/+448
2006-10-10AAC codec: Fix buffer overrun on high-bitrate files.Magnus Holmgren1-1/+8
2006-10-01AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire).Magnus Holmgren1-4/+4
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell1-6/+0
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-2/+8
2006-09-25oops, forgot to 'cvs add' it [thanks for reminding me, linuxstb]Rani Hod1-0/+343
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod2-0/+2
2006-09-24Fix the warning.Magnus Holmgren1-0/+4
2006-09-24Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on Cold...Magnus Holmgren11-41/+62
2006-09-24Add profiling support for libfaad, and enable a small optimization.Magnus Holmgren2-9/+2
2006-09-23Fix profiling builds.Magnus Holmgren1-10/+2
2006-09-16Reverted workaround for the gcc warning. There was a change of behaviour in a...Jens Arnold1-16/+2
2006-09-09FS patch #5959 by Antonius Hellmann. Update MP3 encoder to the state of the M...Thom Johansen1-2417/+1827
2006-09-05Recude iram usage for the Vorbis decoder a little. Makes it possible to build...Magnus Holmgren3-2/+1
2006-09-05A few minor changes to match upstream svn.Magnus Holmgren2-3/+3
2006-09-02more make magic to heal the broken buildsDaniel Stenberg2-9/+26
2006-09-02settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg4-8/+7
2006-09-01Hopefully this tweak to the Coldfire assembly in mp3_enc.c will fix the compi...Michael Sevakis1-9/+11
2006-09-01Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen3-9/+13
2006-09-01Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.Thom Johansen1-0/+7
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen9-252/+836
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis5-0/+3273
2006-08-23Add resume support to AAC files.Magnus Holmgren3-3/+80
2006-08-23Fix broken resume for wav files.Magnus Holmgren1-4/+8
2006-08-17Adding a slightly painful workaround to silence a compiler warning.Daniel Stenberg1-2/+16
2006-08-10Only cast if value is used. This should fix a build warning.Antoine Cellerier1-1/+2
2006-08-02Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes F...Thom Johansen1-7/+7
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing1-1/+1
2006-07-26Add resume support for AC3 files.Magnus Holmgren1-1/+11
2006-07-25Vorbis: Improve ability to decode old files (using floor0). Not enough to be ...Magnus Holmgren1-5/+10
2006-07-24Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst...Dave Chapman1-1/+9
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman3-0/+1344
2006-06-27Fix for wav files where the fmt chunk is not close to the start of the fileAdam Boot1-19/+28
2006-06-04Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...Magnus Holmgren2-13/+48
2006-05-20Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback a...Dave Chapman1-88/+75
2006-05-01Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren1-4/+10
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen1-2/+6
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen3-14/+21
2006-04-27Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen4-1121/+1315
2006-04-25The last frame of Musepack files can contain double the amount of samples as ...Thom Johansen1-2/+1
2006-04-25Make playback not screw up if the user tries to seek on musepackBrandon Low1-2/+2
2006-04-25Fix warning.Thom Johansen1-1/+1
2006-04-25Use the Rockbox endian swap routine instead of the default one.Thom Johansen1-0/+4
2006-04-25Correctly identify end of file.Thom Johansen1-0/+2