summaryrefslogtreecommitdiffstats
path: root/apps/metadata.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-04Commit FS#12096 by Stephan Grossklass. Increases the maximum ID3v2 field len...Michael Giacomelli1-2/+2
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-2/+5
2011-04-07Fix residual red. Keep index in mp3entry for HWCODEC.Andree Buschmann1-0/+3
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann1-1/+0
2011-04-04Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann1-0/+2
2011-02-27Remove some useless code and variables in the area of metadata parsing. Bump ...Andree Buschmann1-3/+1
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-5/+2
2011-02-09Embedded album art support in MP3/ID3v2 tags.Thomas Martitz1-0/+21
2011-02-08Add option to resume next track on automatic track changeMichael Hohmuth1-0/+7
2011-02-03Follow up on r29199. Move new codec types to the end of the list.Andree Buschmann1-2/+2
2011-02-03Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann1-1/+3
2011-02-02Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann1-0/+4
2011-01-30Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann1-0/+2
2010-12-11Commit small piece of FS#11748 by Michael Hohmuth. Disables database specifi...Michael Giacomelli1-0/+2
2010-11-26Fix red on hwcodec. Forgot to change the macro for it.Thomas Martitz1-2/+2
2010-11-26Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz1-6/+7
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-1/+1
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek1-0/+1
2010-05-13add True Audio (TTA) codecYoshihisa Uchida1-0/+1
2010-05-09nomsgMohamed Tarek1-0/+1
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