summaryrefslogtreecommitdiffstats
path: root/apps/codecs/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli1-1/+1
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger1-3/+9
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen1-0/+1
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-1/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-0/+1
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-1/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+1
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-1/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-0/+1
2007-07-16simplified the codec specification part in configureDaniel Stenberg1-2/+1
2007-07-16Make the SPC codec run like it used to on Coldfire before -Os crushed it. Bui...Michael Sevakis1-4/+11
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-3/+11
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman1-4/+12
2007-05-14Accept FS#6934 by Akio Idehara to fix an unresolved dependency on apps/codecs...Nils Wallménius1-20/+20
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold1-1/+2
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin1-0/+1
2007-02-10* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton1-5/+3
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton1-3/+13
2007-01-25adding NSF (NES music) codecAdam Gashlin1-0/+1
2006-12-11Stop building, and remove dumb as it has not changed state since its initial ...Martin Arver1-7/+2
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-8/+8
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis1-0/+1
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-36/+18
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-2/+2
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-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod1-0/+1
2006-09-02more make magic to heal the broken buildsDaniel Stenberg1-7/+24
2006-09-02settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg1-2/+1
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-0/+3
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman1-0/+1
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-09Let's not leave the codecs emptyBrandon Low1-18/+18
2006-02-09Fix simulator builds (not positive sims are parallel make compliant still)Brandon Low1-4/+4
2006-02-09Various build sytem cleanupsBrandon Low1-67/+67
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman1-0/+1
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold1-1/+1
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg1-1/+18
2005-12-25Add forgetten libraries to the codec "clean" ruleDave Chapman1-1/+1
2005-12-05Make use of the generated dependency file.Magnus Holmgren1-1/+5
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman1-0/+1
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman1-3/+10
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman1-4/+9
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-10-26New FLAC decoder from the ffmpeg projectDave Chapman1-9/+9
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman1-3/+10
2005-06-28For target builds, make the ELF files depend on its object file, but alsoDaniel Stenberg1-2/+17
2005-06-22fix sim buildsDaniel Stenberg1-4/+4
2005-06-22fixed make clean for the codec libDaniel Stenberg1-0/+1
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg1-2/+79