index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
metadata
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
35
-8297
/
+0
2012-03-03
Add the warble test program.
Sean Bartell
1
-3
/
+8
2011-12-22
Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out...
Alexander Levin
2
-8
/
+8
2011-12-22
Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...
Alexander Levin
4
-6
/
+6
2011-12-20
Convert hard-coded unicode byte order mark values to constants.
Nick Peskett
1
-2
/
+6
2011-12-19
Make embedded cuesheet type 1 text encoding check slightly more efficient
Nick Peskett
1
-2
/
+3
2011-12-18
I forgot to flip the true response from memcmp
Nick Peskett
1
-2
/
+2
2011-12-18
Type 1 text encoding uses BOM to decide byte order, type 2 has no BOM and is BE.
Nick Peskett
1
-4
/
+7
2011-12-18
Hard code the cuesheet offset for double byte encoding, rather than pointless...
Nick Peskett
1
-3
/
+5
2011-12-17
Add const to global pointers to strings.
Boris Gjenero
1
-2
/
+3
2011-12-16
FS #12419 : Support for embedded cuesheets.
Nick Peskett
2
-3
/
+51
2011-12-15
Add conditionals for functions only needed on SWCODEC targets.
Boris Gjenero
2
-0
/
+7
2011-11-29
Rockbox does not support encrypted ADX. Clearly state this in the manual and ...
Andree Buschmann
1
-2
/
+8
2011-11-29
Make embedded cover art for APEv2 more flexible. This fixes an issue with foo...
Andree Buschmann
1
-3
/
+4
2011-10-08
More de-tabification
Bertrik Sikken
1
-3
/
+3
2011-09-14
Fix FS#12266, by skipping empty frames when reading ID3v2 tags. Also add some...
Magnus Holmgren
1
-8
/
+12
2011-08-27
FS#12163 by Sean Bartell
Nils Wallménius
2
-12
/
+12
2011-08-11
libgme: make local functions static where possible
Bertrik Sikken
4
-4
/
+4
2011-08-07
Submit initial patch from FS#12176. Adds support for several new game music f...
Andree Buschmann
10
-3
/
+591
2011-08-07
Submit FS#12218. Add support for embedded album art for ASF tags. For now the...
Andree Buschmann
1
-0
/
+47
2011-08-06
Fix replaygain for wma files which was broken since r29388.
Andree Buschmann
1
-1
/
+2
2011-07-25
Submit FS#12196. Adds support for embedded album art (jpg) with APEv2 tags.
Andree Buschmann
1
-0
/
+44
2011-06-30
Use id3v2buf to read the title of MOD files. Avoids additional declaration of...
Andree Buschmann
1
-15
/
+11
2011-05-01
Remove tabs.
Andree Buschmann
1
-23
/
+23
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
1
-1
/
+1
2011-04-28
Get the NSF internal playlists working again. Fix a few wrongdoings in the me...
Michael Sevakis
1
-35
/
+74
2011-04-27
Fix r29790 yellow. Need 'string-extra.h' for strlcpy().
Michael Sevakis
1
-0
/
+1
2011-04-27
Get NSF fixed up a bit and parse metadata in the core.
Michael Sevakis
1
-29
/
+199
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
1
-0
/
+3
2011-04-06
Removed some dead code identified by clang-analyzer.
Björn Stenberg
5
-15
/
+9
2011-03-16
Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...
Andree Buschmann
1
-2
/
+0
2011-03-16
Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.
Andree Buschmann
1
-31
/
+31
2011-03-15
Disable debug output in wave format parser by default.
Andree Buschmann
1
-0
/
+5
2011-03-15
Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu.
Andree Buschmann
1
-0
/
+32
2011-02-27
Remove some useless code and variables in the area of metadata parsing. Bump ...
Andree Buschmann
1
-5
/
+2
2011-02-24
FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...
Andree Buschmann
5
-36
/
+10
2011-02-22
Submit FS11960. Limit metadata item size like done for ID3 tags since r29174.
Andree Buschmann
2
-3
/
+7
2011-02-22
Proper initialize dummy destination address to ensure correct functionality f...
Andree Buschmann
1
-1
/
+1
2011-02-22
Fix FS#11956. Call parse_replaygain() with correct parameters in ID3 tag pars...
Andree Buschmann
1
-7
/
+12
2011-02-21
Fix FS#11955. ID3 tag parser was broken since r29349. Trimming strings must b...
Andree Buschmann
1
-11
/
+10
2011-02-20
FS#11920: Do not overwrite already existing metadata and take into account st...
Andree Buschmann
3
-10
/
+23
2011-02-17
Ensure proper initialization of some variables and arrays in metadata parsing...
Andree Buschmann
1
-2
/
+2
2011-02-15
Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very u...
Andree Buschmann
1
-2
/
+4
2011-02-15
2nd try: All AAC-HE files will double the frame sample count, not only AAC-HE...
Andree Buschmann
1
-12
/
+3
2011-02-15
Undo unwanted commit r29310.
Andree Buschmann
3
-26
/
+22
2011-02-15
All AAC-HE files will double the frame sample count, not only AAC-HE files wi...
Andree Buschmann
3
-22
/
+26
2011-02-09
Fix red. Not all targets have album art support.
Thomas Martitz
1
-1
/
+2
2011-02-09
Embedded album art support in MP3/ID3v2 tags.
Thomas Martitz
1
-0
/
+76
2011-02-03
Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac mus...
Andree Buschmann
1
-33
/
+39
2011-02-03
Submit FS#11918: Add 2 more codec types to be able to differentiate between A...
Andree Buschmann
2
-3
/
+12
[next]