summaryrefslogtreecommitdiff
path: root/ext/taglib
AgeCommit message (Expand)AuthorFilesLines
2009-04-02id3v2mux: write RVA2 frames containing peak/gain volume dataJonathan Matthew1-1/+71
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost2-30/+20
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-07-17Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller1-2/+2
2008-06-04ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...Tim-Philipp Müller1-1/+1
2008-02-23Check for and define ERROR_CXXFLAGS and use them when buildingTim-Philipp Müller1-1/+1
2008-01-04ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge2-4/+4
2007-11-20Fix build on Mac OS X 10.5Julien Moutte1-2/+2
2007-11-14ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_...Tim-Philipp Müller1-1/+10
2007-10-25ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...Tim-Philipp Müller1-1/+3
2007-10-11ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...Tim-Philipp Müller1-1/+46
2007-09-25Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller2-0/+11
2007-09-19ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...Tim-Philipp Müller2-15/+8
2007-09-13Update my mail address.Sebastian Dröge3-4/+4
2007-03-09ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...Wim Taymans1-0/+1
2006-12-06ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 t...Jonathan Matthew1-1/+2
2006-08-16configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller1-7/+21
2006-07-26ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain...Tim-Philipp Müller1-1/+33
2006-07-26ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re...Tim-Philipp Müller1-228/+311
2006-07-19ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION asAlex Lancaster1-0/+63
2006-07-05ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller1-0/+4
2006-06-11moap ignoreThomas Vander Stichele1-0/+1
2006-06-11autogen.sh: require am17Thomas Vander Stichele1-3/+3
2006-05-30Add apev2mux element (#343122).Sebastian Dröge6-10/+457
2006-05-28ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-cou...Tim-Philipp Müller1-0/+35
2006-05-18ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#3...James Doc Livingston1-15/+12
2006-05-15ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ...Tim-Philipp Müller1-0/+44
2006-05-01docs/plugins/Makefile.am: also check .cc files for gtk-doc markupThomas Vander Stichele4-10/+13
2006-04-30small cleanupsThomas Vander Stichele2-4/+3
2006-04-30fix docsThomas Vander Stichele1-1/+1
2006-04-29ext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely u...Tim-Philipp Müller1-3/+16
2006-04-29ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass.Tim-Philipp Müller5-315/+469
2006-04-28pedantic cleanupsThomas Vander Stichele2-100/+104
2006-04-01add taglib checks and docsThomas Vander Stichele1-2/+2
2006-03-26ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache...Tim-Philipp Müller2-81/+154
2006-03-25ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; ou...Tim-Philipp Müller1-10/+20
2006-03-20ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type.Tim-Philipp Müller1-1/+1
2006-03-13ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match...Tim-Philipp Müller1-1/+27
2006-03-12ext/taglib/: Add support for writing MusicBrainz IDs.Tim-Philipp Müller3-5/+86
2006-03-11ext/taglib/gsttaglib.cc: and add support for TCOP (copyright)Alex Lancaster1-2/+17
2006-03-09new id3v2 muxer based on TagLibChristophe Fergeau3-0/+518