index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
metadata
/
metadata_common.h
(
unfollow
)
Commit message (
Expand
)
Author
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
2011-08-27
FS#12163 by Sean Bartell
Nils Wallménius
2011-08-07
Submit initial patch from FS#12176. Adds support for several new game music f...
Andree Buschmann
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-28
Add wave64(.w64) codec (FS#11022)
Yoshihisa Uchida
2009-11-18
Unify fourcc macro and some style changes
Nils Wallménius
2009-10-06
add gapless playback for Nero encoded AAC files
Marcoen Hirschberg
2009-05-30
Improved Vorbis comment reader. The tags no longer need to fit in the first O...
Magnus Holmgren
2009-05-16
Add read_uint8() and read_uint16be() to metadata_common.c/h
Mohamed Tarek
2009-05-15
Change the type of read_uint32be to uint32_t and ensure all variables passed ...
Dave Chapman
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
2007-07-03
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...
Dave Chapman
2007-06-16
fix build for big-endian targets
Marcoen Hirschberg
2007-06-16
split up the metadata parser
Marcoen Hirschberg
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
2004-06-19
wrong functions have been here
Jörg Hohensohn
2002-08-02
Mingw compile adjustments. Mostly from Bill Napier.
Daniel Stenberg
2002-07-20
defined APPSVERSION for win32 simulator and defined strncasecmp
Felix Arends
2002-06-19
1.1 compability
Felix Arends
2002-06-12
Threading is working on uisw32 as well now, code is up-to-date, makefile is u...
Felix Arends
2002-04-27
removed unneeded code from lcd.c and renamed it do lcd-win32.c
Felix Arends
2002-04-25
First Version of UISimulator for Win32
Felix Arends
2002-04-20
First commit
Linus Nielsen Feltzing
2002-04-15
First check in
Björn Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg