summaryrefslogtreecommitdiffstats
path: root/ext/taglib
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-282-30/+20
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller2008-07-171-2/+2
* ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...Tim-Philipp Müller2008-06-041-1/+1
* Check for and define ERROR_CXXFLAGS and use them when buildingTim-Philipp Müller2008-02-231-1/+1
* ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge2008-01-042-4/+4
* Fix build on Mac OS X 10.5Julien Moutte2007-11-201-2/+2
* 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-252-0/+11
* ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...Tim-Philipp Müller2007-09-192-15/+8
* Update my mail address.Sebastian Dröge2007-09-133-4/+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
* moap ignoreThomas Vander Stichele2006-06-111-0/+1
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-3/+3
* Add apev2mux element (#343122).Sebastian Dröge2006-05-306-10/+457
* ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-cou...Tim-Philipp Müller2006-05-281-0/+35
* ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#3...James Doc Livingston2006-05-181-15/+12
* ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ...Tim-Philipp Müller2006-05-151-0/+44
* docs/plugins/Makefile.am: also check .cc files for gtk-doc markupThomas Vander Stichele2006-05-014-10/+13
* small cleanupsThomas Vander Stichele2006-04-302-4/+3
* fix docsThomas Vander Stichele2006-04-301-1/+1
* ext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely u...Tim-Philipp Müller2006-04-291-3/+16
* ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass.Tim-Philipp Müller2006-04-295-315/+469
* pedantic cleanupsThomas Vander Stichele2006-04-282-100/+104
* add taglib checks and docsThomas Vander Stichele2006-04-011-2/+2
* ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache...Tim-Philipp Müller2006-03-262-81/+154
* ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; ou...Tim-Philipp Müller2006-03-251-10/+20
* ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type.Tim-Philipp Müller2006-03-201-1/+1
* ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match...Tim-Philipp Müller2006-03-131-1/+27
* ext/taglib/: Add support for writing MusicBrainz IDs.Tim-Philipp Müller2006-03-123-5/+86
* ext/taglib/gsttaglib.cc: and add support for TCOP (copyright)Alex Lancaster2006-03-111-2/+17
* new id3v2 muxer based on TagLibChristophe Fergeau2006-03-093-0/+518