1. 418bca8 id3v2mux: Adds mapping for album artist by Thiago Santos · 15 years ago
  2. debe2d5 id3v2mux: write beats-per-minute tag using TBPM frame by Jonathan Matthew · 15 years ago
  3. 0b37991 taglib: Use newly added gst_tag_list_peek_string_index by Thiago Santos · 15 years ago
  4. dcae558 ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs by Sebastian Dröge · 15 years ago
  5. 34d9da8 apev2mux: Don't call constructors directly, this leads to compiler errors with gcc 4.5 by Sebastian Dröge · 15 years ago
  6. 9b7c920 id3v2mux: write RVA2 frames containing peak/gain volume data by Jonathan Matthew · 16 years ago
  7. 9cf73bd Update and add documentation for plugins with deps (ext). by Stefan Kost · 16 years ago
  8. 084812b Don't install static libs for plugins. Fixes #550851 for -good. by Stefan Kost · 16 years ago
  9. adf2c0a Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually... by Tim-Philipp Müller · 17 years ago
  10. 7aa4f99 ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning caused by taglib headers (with gcc 4.3.1). by Tim-Philipp Müller · 17 years ago
  11. 9541878 Check for and define ERROR_CXXFLAGS and use them when building by Tim-Philipp Müller · 17 years ago
  12. 9d06bf9 ext/taglib/: Remove useless typedefs without new type name. Fixes a warning with gcc 4.3. by Sebastian Dröge · 17 years ago
  13. 1f0a03d Fix build on Mac OS X 10.5 by Julien Moutte · 17 years ago
  14. 899fcb8 ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID into ID3v2 TXXX frames (fixe... by Tim-Philipp Müller · 17 years ago
  15. 4f254bd ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539). by Tim-Philipp Müller · 17 years ago
  16. a16be6f ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 WCOP frame). by Tim-Philipp Müller · 17 years ago
  17. ac934ae Add support for the new GST_TAG_COMPOSER (#459809). by Tim-Philipp Müller · 17 years ago
  18. 34974ee ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a string constant to a gchar * (partially fixe... by Tim-Philipp Müller · 17 years ago
  19. bdbd709 Update my mail address. by Sebastian Dröge · 18 years ago
  20. 7eb71ea ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag. by Wim Taymans · 18 years ago
  21. 9366353 ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 tag set when the createFrame method retur... by Jonathan Matthew · 18 years ago
  22. 81d46b8 configure.ac: Require CVS of GStreamer core and -base (for by Tim-Philipp Müller · 19 years ago
  23. 1adb912 ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain or extract the comment descriptions pro... by Tim-Philipp Müller · 19 years ago
  24. 9a40416 ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re-inject unparsed ID3v2 frames that we ge... by Tim-Philipp Müller · 19 years ago
  25. daab8f4 ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as by Alex Lancaster · 19 years ago
  26. b22fbf9 ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing string tags (before, our UTF-8 strings would ... by Tim-Philipp Müller · 19 years ago
  27. b8d1551 moap ignore by Thomas Vander Stichele · 19 years ago
  28. 5a027ff autogen.sh: require am17 by Thomas Vander Stichele · 19 years ago
  29. c121cab Add apev2mux element (#343122). by Sebastian Dröge · 19 years ago
  30. c4b1e8e ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-count without track-number or albume-volume... by Tim-Philipp Müller · 19 years ago
  31. cb3848d ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#339918). Also, don't leak taglist in case... by James Doc Livingston · 19 years ago
  32. a5b0ad8 ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ID3v2 tags (picture type always set to '... by Tim-Philipp Müller · 19 years ago
  33. 8d58b03 docs/plugins/Makefile.am: also check .cc files for gtk-doc markup by Thomas Vander Stichele · 19 years ago
  34. 8602899 small cleanups by Thomas Vander Stichele · 19 years ago
  35. bd3a91a fix docs by Thomas Vander Stichele · 19 years ago
  36. 138b103 ext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely unlikely) case of an error. by Tim-Philipp Müller · 19 years ago
  37. 1b8d416 ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass. by Tim-Philipp Müller · 19 years ago
  38. d60e890 pedantic cleanups by Thomas Vander Stichele · 19 years ago
  39. 56640c9 add taglib checks and docs by Thomas Vander Stichele · 19 years ago
  40. 4c087b7 ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache the first newsegment event, because we ... by Tim-Philipp Müller · 19 years ago
  41. 43dd3b9 ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; our source pad should have application/x-i... by Tim-Philipp Müller · 19 years ago
  42. d1619b7 ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type. by Tim-Philipp Müller · 19 years ago
  43. efbf11f ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match registered plugin name to the filename ... by Tim-Philipp Müller · 19 years ago
  44. 8a611ae ext/taglib/: Add support for writing MusicBrainz IDs. by Tim-Philipp Müller · 19 years ago
  45. 5a72b16 ext/taglib/gsttaglib.cc: and add support for TCOP (copyright) by Alex Lancaster · 19 years ago
  46. 603bb15 new id3v2 muxer based on TagLib by Christophe Fergeau · 19 years ago