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
/
tagcache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-27
Tagcache - Ramcache Move ref checks, speed up disk searches
William Wilgus
1
-5
/
+8
2023-01-15
[Feature] Add total entries to database info
William Wilgus
1
-0
/
+1
2022-12-03
Fix red 8f582c90de
Aidan MacDonald
1
-0
/
+2
2022-12-03
tagcache: move TAGCACHE_STATEFILE define to .c file
Aidan MacDonald
1
-3
/
+1
2022-12-03
tagcache: move most defines to .c file
Aidan MacDonald
1
-56
/
+0
2022-10-22
PictureFlow: Minor fixes & changed defaults
Christian Soffke
1
-0
/
+1
2022-03-19
tagtree/tagcache add new clause operators begins/ends _oneof
William Wilgus
1
-1
/
+3
2022-03-02
tagcache compress uniqbuf 2 16-bit indices occupy a single 32 bit slot
William Wilgus
1
-1
/
+1
2022-02-27
tagcache, coverity cleanup, Add TAGS_ALL_COUNT
William Wilgus
1
-2
/
+4
2021-09-17
Database: Fix tag_albumartist; new tag_virt_canonicalartist.
James D. Smith
1
-5
/
+5
2021-08-07
tagcache: Don't treat tag_virt_basename as a numeric tag
Aidan MacDonald
1
-4
/
+3
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-6
/
+8
2012-07-31
Fix database tool.
Thomas Martitz
1
-3
/
+3
2012-07-30
Database: Support for multiple search roots.
Thomas Martitz
1
-2
/
+0
2011-12-19
Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
Boris Gjenero
1
-0
/
+1
2011-12-14
FS#12378 : Remove various unused code, and comment out some unused code and d...
Boris Gjenero
1
-3
/
+0
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-1
/
+3
2011-07-31
FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"
Michael Hohmuth
1
-2
/
+2
2011-07-01
Allocate indices directly in ramcache header. Add version code to
Miika Pekkarinen
1
-0
/
+3
2011-06-06
FS#12132 patch 4: Added a comment for the tagcache_search.type field.
Michael Hohmuth
1
-1
/
+1
2011-05-10
tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.
Michael Hohmuth
1
-1
/
+1
2011-02-27
Fix database import and export
Michael Hohmuth
1
-1
/
+1
2011-01-17
Fix player becoming unresponsive on Stop / Pause in some cases.
Dominik Riebeling
1
-0
/
+1
2011-01-02
Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...
Michael Giacomelli
1
-2
/
+3
2010-09-30
use correct condition for #if for tagcache_fill_tags().
Teruaki Kawashima
1
-0
/
+2
2010-05-20
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...
Jonathan Gordon
1
-0
/
+3
2010-03-03
FS#10756 - Free unused init code
Thomas Martitz
1
-1
/
+1
2009-06-20
Keep simulators happy.
Miika Pekkarinen
1
-1
/
+1
2009-06-20
A bunch of stability fixes into tagcache engine and database browser. Mainly ...
Miika Pekkarinen
1
-14
/
+19
2009-06-06
Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...
Andrew Mahone
1
-6
/
+2
2009-06-03
Replace bitfield for tagcache tag sets with array of char on SH.
Andrew Mahone
1
-1
/
+2
2009-06-03
Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...
Andrew Mahone
1
-2
/
+17
2009-03-06
Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effort
Thomas Martitz
1
-1
/
+1
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
1
-1
/
+1
2008-08-29
Fixed a possible index id destruction and temporary problems with the DB when...
Miika Pekkarinen
1
-2
/
+6
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-03
Renamed build_tagcache to tagcache_build to make it consistent with the funct...
Bertrik Sikken
1
-1
/
+1
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
1
-1
/
+2
2008-03-25
Tiny fix of spelling in comment.
Steve Bavin
1
-1
/
+1
2008-02-17
Fixed red, forgot to commit header changes.
Miika Pekkarinen
1
-0
/
+1
2007-12-18
Preserve song statistics when moving files or altering metadata. Conditions r...
Miika Pekkarinen
1
-7
/
+5
2007-12-16
Added file modify time field to the DB. Now metadata changes should be detect...
Miika Pekkarinen
1
-3
/
+16
2007-10-30
some improvements to FS#8008 - see tracker entry for details
Robert Kukla
1
-4
/
+3
2007-10-29
rework my previous commit (FS#8008) to be able to work for any of the strings...
Jonathan Gordon
1
-4
/
+6
2007-10-29
Accept FS#8008 - allows the current artist or album to be used in databse sea...
Jonathan Gordon
1
-1
/
+7
2007-10-21
Fixed debug menu crashing. Show last file processed by tagcache engine in deb...
Miika Pekkarinen
1
-0
/
+7
2007-08-08
Add support for grouping tags. From FS#7362.
Dan Everton
1
-3
/
+3
2007-08-03
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
1
-3
/
+3
2007-07-21
Queue song statistical data to the tagcache system and update entirely in bac...
Miika Pekkarinen
1
-0
/
+6
2007-04-12
Now track total playtime should be accessible as well by using Pm and Ps virt...
Miika Pekkarinen
1
-0
/
+1
[next]