index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
metadata.h
Age
Commit message (
Expand
)
Author
2011-08-14
Redo 30225 differently to not break the audio formats order for skins.
Thomas Martitz
2011-08-07
Submit initial patch from FS#12176. Adds support for several new game music f...
Andree Buschmann
2011-07-31
Move AFMT_MPA_L1 down in the enum as hwcodec can't play it.
Thomas Martitz
2011-05-31
Android: install codecs as native libs instead of extracting them (FS#12134).
Dominik Riebeling
2011-05-04
Commit FS#12096 by Stephan Grossklass. Increases the maximum ID3v2 field len...
Michael Giacomelli
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-04-07
Fix residual red. Keep index in mp3entry for HWCODEC.
Andree Buschmann
2011-04-07
Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...
Andree Buschmann
2011-04-04
Rework parts of the replaygain code to be able to differentiate between 0.00 ...
Andree Buschmann
2011-02-27
Remove some useless code and variables in the area of metadata parsing. Bump ...
Andree Buschmann
2011-02-24
FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...
Andree Buschmann
2011-02-09
Embedded album art support in MP3/ID3v2 tags.
Thomas Martitz
2011-02-08
Add option to resume next track on automatic track change
Michael Hohmuth
2011-02-03
Follow up on r29199. Move new codec types to the end of the list.
Andree Buschmann
2011-02-03
Submit FS#11918: Add 2 more codec types to be able to differentiate between A...
Andree Buschmann
2011-02-02
Find a more consistent and resilient way to handle SBR upsampled files. The d...
Andree Buschmann
2011-01-30
Limit the size of each ID3 metadata item to avoid that the metadata buffer is...
Andree Buschmann
2010-12-11
Commit small piece of FS#11748 by Michael Hohmuth. Disables database specifi...
Michael Giacomelli
2010-11-26
Fix red on hwcodec. Forgot to change the macro for it.
Thomas Martitz
2010-11-26
Change how all the metadata parsers are read from a giant swich/case to funct...
Thomas Martitz
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
2010-08-07
WMA Voice now plays and seeks in the sim. The code is still in floating point...
Mohamed Tarek
2010-05-13
add True Audio (TTA) codec
Yoshihisa Uchida
2010-05-09
nomsg
Mohamed Tarek
2010-02-28
Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...
Bertrik Sikken
2010-02-28
Add wave64(.w64) codec (FS#11022)
Yoshihisa Uchida
2010-02-28
Add vox (Dialogic telephony formats) codec add. (FS#11021)
Yoshihisa Uchida
2010-02-28
Add Sun Audio codec. (FS#10433)
Yoshihisa Uchida
2010-02-24
add SMAF codec (.mmf extension)(FS#10432)
Yoshihisa Uchida
2010-02-16
Add two extra fields to struct mp3entry, in preparation for making ATRAC3 mor...
Mohamed Tarek
2010-02-12
Add support for Sony OMA file format. Currently only supports ATRAC3 (without...
Mohamed Tarek
2010-02-06
Enable 12 other 8bit Atari file formats which the asap codec already supports...
Dominik Wenger
2009-08-14
Support for playback of atrac3 audio in rm, in sim.
Mohamed Tarek
2009-08-04
Add support for AC3 audio in RM container.
Mohamed Tarek
2009-07-27
Change the naming scheme for codecs found in different containers.
Mohamed Tarek
2009-07-25
Adding support for playback of aac audio in rm container, with seeking.
Mohamed Tarek
2009-07-20
rework cuesheet support:
Jonathan Gordon
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek
2009-05-13
Support longer tags on targets with 'enough' memory (more than 2 MB RAM).
Magnus Holmgren
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-28
Cleaned up playblack.h header file and usage of it.
Bertrik Sikken
2007-11-28
Fix red
Brandon Low
2007-11-28
Fix FS8069, because Nico_P made it easy
Brandon Low
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
2007-08-14
Make get_metadata act on a struct mp3entry rather than a struct track_info.
Nicolas Pennequin
2006-03-26
Initial version of tagcache! There are still some bugs in the engine
Miika Pekkarinen
2005-12-01
Set appropriate codec type for .m4a files (ALAC or AAC) inside get_metadata()...
Dave Chapman
2005-09-01
Restructured codec type handling a bit. Reduced code size, esp. on archos.
Jens Arnold
2005-06-14
Move metadata parsing code from playback.c into metadata.c
Dave Chapman