summaryrefslogtreecommitdiffstats
path: root/apps/metadata.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...Bertrik Sikken1-6/+6
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida1-0/+1
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida1-0/+1
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida1-0/+1
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida1-0/+1
2010-02-16Add two extra fields to struct mp3entry, in preparation for making ATRAC3 mor...Mohamed Tarek1-0/+3
2010-02-12Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek1-0/+1
2010-02-06Enable 12 other 8bit Atari file formats which the asap codec already supports...Dominik Wenger1-1/+13
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek1-0/+1
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek1-0/+1
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek1-4/+4
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek1-0/+1
2009-07-20rework cuesheet support:Jonathan Gordon1-1/+1
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek1-0/+1
2009-05-13Support longer tags on targets with 'enough' memory (more than 2 MB RAM).Magnus Holmgren1-0/+4
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+218
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-28Cleaned up playblack.h header file and usage of it.Bertrik Sikken1-1/+3
2007-11-28Fix redBrandon Low1-0/+2
2007-11-28Fix FS8069, because Nico_P made it easyBrandon Low1-0/+1
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-2/+1
2007-08-14Make get_metadata act on a struct mp3entry rather than a struct track_info.Nicolas Pennequin1-1/+1
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-0/+1
2005-12-01Set appropriate codec type for .m4a files (ALAC or AAC) inside get_metadata()...Dave Chapman1-1/+0
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold1-1/+1
2005-06-14Move metadata parsing code from playback.c into metadata.cDave Chapman1-0/+31