summaryrefslogtreecommitdiffstats
path: root/ext/taglib/gstid3v2mux.cc
Commit message (Expand)AuthorAgeFilesLines
* id3v2mux: write RVA2 frames containing peak/gain volume dataJonathan Matthew2009-04-021-1/+71
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-15/+10
* ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_...Tim-Philipp Müller2007-11-141-1/+10
* ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...Tim-Philipp Müller2007-10-251-1/+3
* ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...Tim-Philipp Müller2007-10-111-1/+46
* Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller2007-09-251-0/+1
* ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...Tim-Philipp Müller2007-09-191-7/+4
* ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...Wim Taymans2007-03-091-0/+1
* ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 t...Jonathan Matthew2006-12-061-1/+2
* configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller2006-08-161-7/+21
* ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain...Tim-Philipp Müller2006-07-261-1/+33
* ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re...Tim-Philipp Müller2006-07-261-228/+311
* ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION asAlex Lancaster2006-07-191-0/+63
* ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller2006-07-051-0/+4
* Add apev2mux element (#343122).Sebastian Dröge2006-05-301-8/+2
* ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-cou...Tim-Philipp Müller2006-05-281-0/+35
* ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ...Tim-Philipp Müller2006-05-151-0/+44
* small cleanupsThomas Vander Stichele2006-04-301-2/+3
* fix docsThomas Vander Stichele2006-04-301-1/+1
* ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass.Tim-Philipp Müller2006-04-291-0/+363