summaryrefslogtreecommitdiff
path: root/apps/metadata (follow)
Commit message (Expand)AuthorAge
* Fix reading of Musicbrainz track IDs from ID3 tags - incorrect return values ...Robert Keevil2009-04-16
* Small code reuse improvementNils Wallménius2009-02-08
* MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9...Magnus Holmgren2009-01-04
* Fix FS#9522: stop reading an ID3v2 tag if a frame length is bad.Magnus Holmgren2008-11-04
* Add support for the album artist field used by Foobar2000 in ID3v2 tags.Magnus Holmgren2008-10-30
* Add missing #include to mp3 metadata parser.Bertrik Sikken2008-10-26
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil2008-10-07
* Print a helpful error in the sim for usupported formats in Ogg containers (f....Nils Wallménius2008-09-24
* asap: fix stereo mode and hopefully fix metadata handling.Dominik Wenger2008-07-28
* SAP codec: Ensure the module_info struct is correctly aligned - seems to fix ...Dave Chapman2008-07-27
* set svn:keywords on the new files.Dominik Wenger2008-07-26
* commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger2008-07-26
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Added missing header file to metadata/mod.cBertrik Sikken2008-05-28
* We do not support mpc sv4-6 anymore.Andree Buschmann2008-05-22
* FS #8680. MOD codec by Rainer Sinsch.Thom Johansen2008-05-21
* Added missing header file metadata_parsers.h to metadata parsers.Bertrik Sikken2008-05-03
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Opps.Michael Giacomelli2008-04-18
* Inform the console when an unsupported WMA flavor is played.Michael Giacomelli2008-04-18
* Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold2008-04-02
* Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold2008-04-02
* Fixes FS #8389 (wv error). For WavPack files that don't have the length store...Dave Bryant2008-03-30
* Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2008-03-25
* Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2008-03-25
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* remove reference to non-existing variable to make rockbox compile with logf e...Robert Kukla2007-12-14
* Unify the Ogg Vorbis and Ogg Speex metadata parsers.Dan Everton2007-12-09
* Correct the (C) info - I committed this on 15 June 2005 - r6715Dave Chapman2007-12-05
* Set proper file attributes.Thom Johansen2007-12-04
* Put A52/AC3 metadata parser in its own file. Cosmetic changes in metadata.c. ...Thom Johansen2007-12-04
* ASF/WMA: Check if the file is encrypted. If so, don't try to play it.Magnus Holmgren2007-12-02
* MPC: Simplify the ReplayGain parsing code.Magnus Holmgren2007-12-01
* Fix FS #8251, replaygain doesn't switch to track gain mode if album gain is m...Thom Johansen2007-11-30
* Add ReplayGain support to WMA (based on tags written by Foobar2000).Magnus Holmgren2007-10-28
* Fix FS #7976. WMA metadata parser didn't store file size in metadata struct.Thom Johansen2007-10-16
* MP4 tag parser: guard against problems when the buffer is full.Magnus Holmgren2007-10-14
* Make the FLAC metadata parser a little more robust.Magnus Holmgren2007-10-13
* read_mp4_tag_string() may return a NULL in the pointer so no code should relyDaniel Stenberg2007-10-11
* Correct another copyright line.Magnus Holmgren2007-08-24
* Correct copyright line.Thom Johansen2007-08-24
* Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant2007-08-12
* Add support for grouping tags. From FS#7362.Dan Everton2007-08-08
* Fix ID3 struct member name for discnum in mp4 metadata parser.Dan Everton2007-08-03
* Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton2007-08-03
* Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli2007-08-02
* MP4: Add support for comment and year tags.Magnus Holmgren2007-07-26
* MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ...Magnus Holmgren2007-07-24