summaryrefslogtreecommitdiff
path: root/apps/tagcache.c (follow)
Commit message (Expand)AuthorAge
* Minor header file cleanup - try and include the minimal number of files, and ...Dave Chapman2007-05-07
* Improved speed when deleting tags and prevent remaining ghost entries with da...Miika Pekkarinen2007-04-29
* Now track total playtime should be accessible as well by using Pm and Ps virt...Miika Pekkarinen2007-04-12
* Added virtual tags in database to break track length to minutes and seconds.Miika Pekkarinen2007-04-12
* Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla2007-03-26
* More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis2007-03-20
* Fix several printf-style warnings in logf builds.Magnus Holmgren2007-03-18
* Fixed database displaying duplicate entries after deleting tracks and databas...Miika Pekkarinen2007-03-11
* Yield regularly during commits so the UI doesn't lock upSteve Bavin2007-03-10
* Really don't try to initialise while the database status is unknownSteve Bavin2007-03-08
* Lead user through database initialisationSteve Bavin2007-03-07
* Sort tagcache so that <Untagged> appears alongside <All tracks>Steve Bavin2007-03-07
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Do the '<Untagged>' check in a more compact way.Magnus Holmgren2007-03-04
* Ignore me. I am silly.Linus Nielsen Feltzing2007-03-04
* You can not use sizeof to find the length of a stringLinus Nielsen Feltzing2007-03-04
* don't hard code sizeRobert Kukla2007-03-04
* don't display "<Untagged>" (tagcache place holder for empty string) in wpsRobert Kukla2007-03-04
* remove numerical genre and use genre_string consistently:Robert Kukla2007-03-02
* Introducing the root menu!Jonathan Gordon2007-03-01
* Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon2007-02-27
* Cleaned up code a bit, fixed possible bug during committing numeric indices a...Miika Pekkarinen2007-02-25
* Fixed database export crashing with long tags. And failing without DB loaded ...Miika Pekkarinen2007-02-25
* Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing2007-02-15
* Make database endianess independent.Miika Pekkarinen2007-02-13
* FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen2007-02-10
* Next round of static'ing and related fixes.Jens Arnold2006-12-25
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* Check if file has already been removed from DB when manually invokingMiika Pekkarinen2006-11-19
* Don't add extra slash at beginning when creating db.Miika Pekkarinen2006-11-10
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Changelog importing was broken.Miika Pekkarinen2006-10-24
* Allow all tag type in formatting string. Included example withMiika Pekkarinen2006-10-24
* Hopefully now fixed the last 64-bit compiler warning.Miika Pekkarinen2006-10-21
* Fixed the simulator warnings.Miika Pekkarinen2006-10-21
* Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen2006-10-21
* (1) New syntax to support conditional formatting.Miika Pekkarinen2006-10-15
* FS#6137: add "oneof" operator to tagnavi.conf syntax.Miika Pekkarinen2006-10-09
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* Accepted FS#6098 as the first patch from Robert Kukla and implemented using t...Miika Pekkarinen2006-10-05
* Fixed find_index returning incorrect entry unless entries are found.Miika Pekkarinen2006-10-04
* Fixed the following critical bugs in tagcache engine: #5934 (or #5529,Miika Pekkarinen2006-09-26
* Oops, fixed the errors.Miika Pekkarinen2006-09-23
* Properly shutdown audio playback early and flush system, including notMiika Pekkarinen2006-09-23
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Fixed tagcache returning incorrect entries.Miika Pekkarinen2006-08-30
* Fixed: With dircache+tagcache in RAM using Search by filename->PlayerMiika Pekkarinen2006-08-27
* Fixed performance problems when initializing tagcache.Miika Pekkarinen2006-08-26
* Browse by year (now numeric tags are fully supported too).Miika Pekkarinen2006-08-25
* Use uniqbuf for unique tags only.Miika Pekkarinen2006-08-25