summaryrefslogtreecommitdiff
path: root/junklib.h
Commit message (Collapse)AuthorAge
* improved cuesheet charset detectionGravatar Alexey Yakovenko2014-06-13
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* added config options to control cp1251 and cp936 recodingGravatar waker2012-09-03
|
* junklib: switched to ZLIB license, fixed some whitespace/formattingGravatar waker2012-09-03
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* fixed writing non-ascii id3v1 tagsGravatar waker2011-08-31
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* added functions to parse apev2 tags from memoryGravatar Alexey Yakovenko2010-08-19
|
* unified id3v2 text frame handlers in junklib;Gravatar Alexey Yakovenko2010-04-10
| | | | fixed several bugs in id3v2 code
* moved high level id3v2/apev2/id3v1 tag writer into junklib;Gravatar Alexey Yakovenko2010-04-06
| | | | added tag writer to wavpack plugin
* reduced amount of copy-pasted iconv code in junklib;Gravatar Alexey Yakovenko2010-04-05
| | | | added junk_iconv to DB_functions_t
* mp3 id3v1/id3v2/apev2 tag editingGravatar Alexey Yakovenko2010-04-01
|
* initial implementation of tag writer in mp3 pluginGravatar Alexey Yakovenko2010-03-31
|
* apev2 editing;Gravatar Alexey Yakovenko2010-03-31
| | | | | apev2->id3v2.4 converter; apev2 writer
* id3v2.2->2.4 converter;Gravatar Alexey Yakovenko2010-03-30
| | | | | fixed id3v2.2 loader; improved id3v2 COM/COMM parser
* id3v2 conversions code WIPGravatar Alexey Yakovenko2010-03-30
|
* id3v2.4 -> 2.3 converter WIPGravatar Alexey Yakovenko2010-03-29
|
* added id3v2.3 text frame editing supportGravatar Alexey Yakovenko2010-03-28
|
* id3v2 writer WIPGravatar Alexey Yakovenko2010-03-28
|
* playlist thread-safety measuresGravatar Alexey Yakovenko2010-02-11
|
* updated copyright notice to 2010Gravatar Alexey Yakovenko2010-01-03
|
* added junk_copy API to copy metadata from one track to a list of tracksGravatar Alexey Yakovenko2010-01-02
|
* added VFS pluginsGravatar Alexey Yakovenko2009-09-28
| | | | | implemented stdio VFS plugin ported flac, mpgmad, ffap, vorbis, wavpack, junklib to VFS
* basic cuesheet charset detectionGravatar Alexey Yakovenko2009-09-07
|
* tag reader is now exposed through plugin API; fixed some mp3 parsing problemsGravatar waker2009-09-03