summaryrefslogtreecommitdiffstats
path: root/apps/metadata.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-14Extension entries need an extra nul byte.Thomas Martitz1-1/+1
2011-08-14Redo 30225 differently to not break the audio formats order for skins.Thomas Martitz1-2/+2
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann1-0/+24
2011-06-19Fix non-working .talk clips on hwcodec (follow-up to r28672 and r29432): .tal...Jens Arnold1-5/+11
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-2/+128
2011-02-27Fix corrupted metadata on manual track change on hwcodec.Thomas Martitz1-1/+1
2011-02-24Use macro for better readability of adjust_mp3entry().Andree Buschmann1-27/+20
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-6/+0
2011-02-11autoresume: Match full directory path names only in autoresumable()Michael Hohmuth1-22/+38
2011-02-08Fix red: Do not compile autoresume() function for the database tool.Michael Hohmuth1-0/+2
2011-02-08Add option to resume next track on automatic track changeMichael Hohmuth1-0/+47
2011-02-03Follow up on r29199. Move new codec types to the end of the list.Andree Buschmann1-6/+6
2011-02-03Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann1-3/+9
2010-12-11Commit FS#11776 by Jonas Haggqvist. Enables option to log building the datab...Michael Giacomelli1-0/+14
2010-11-26Re-add the lseek to the beginning of the file which was accidentally removed.Thomas Martitz1-0/+1
2010-11-26Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz1-288/+80
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek1-1/+4
2010-05-13add True Audio (TTA) codecYoshihisa Uchida1-0/+11
2010-05-09nomsgMohamed Tarek1-0/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-2/+1
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida1-0/+11
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida1-0/+11
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida1-0/+11
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida1-0/+11
2010-02-16Initial support for ATRAC3 streams in wav containers. Mohamed Tarek1-2/+2
2010-02-12Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek1-0/+10
2010-02-06Enable 12 other 8bit Atari file formats which the asap codec already supports...Dominik Wenger1-1/+55
2010-02-04sync asap codec to ASAP 2.1Dominik Wenger1-1/+1
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-1/+0
2009-08-30Accept FS#10570 by Jason Yu. Adds metadata parsing for NSF files.Michael Giacomelli1-10/+2
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek1-0/+3
2009-08-04Rename codecs/dnet.c to codecs/a52_rm.cMohamed Tarek1-1/+1
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek1-0/+3
2009-08-01Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...Maurus Cuelenaere1-1/+2
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek1-7/+7
2009-07-27Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porper...Mohamed Tarek1-2/+2
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek1-0/+3
2009-07-20rework cuesheet support:Jonathan Gordon1-7/+0
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek1-0/+11
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-0/+2
2008-10-30Add .oga as a valid file extension for Ogg vorbis files. Even though Xiph re...Dave Chapman1-1/+1
2008-10-21Fix .talk clips on hwcodec targets. mp3info() must not call get_metadata(), b...Jens Arnold1-1/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-2/+169
2008-07-26Ogg and Speex have the same metadata handling function so use the same case f...Dominik Riebeling1-9/+2
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger1-1/+11
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen1-0/+8
2008-04-28Update source files to include the header file for the functions they impleme...Bertrik Sikken1-0/+1
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-8/+0