index
:
~arun/gst-plugins-good
master
osxaudio
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
taglib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-28
apev2mux: write APE tags at end for wavpack files
Tim-Philipp Müller
1
-2
/
+37
2014-02-08
id3v2mux: Fix another compiler warning
Sebastian Dröge
1
-1
/
+1
2014-02-08
id3v2mux: Fix unitialized variable compiler warning
Sebastian Dröge
1
-3
/
+1
2013-12-16
id3v2mux: Set picture type in the APIC frames
Sebastian Dröge
1
-2
/
+16
2013-12-16
id3v2mux: Set image-description from the info struct, not the caps
Sebastian Dröge
1
-2
/
+10
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-12-18
taglib: use appropriate printf format for gsize
Thijs Vermeir
1
-3
/
+3
2012-11-04
Fix FSF address
Tim-Philipp Müller
5
-10
/
+10
2012-08-27
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Tim-Philipp Müller
2
-4
/
+4
2012-04-10
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
2
-2
/
+2
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-04-04
gst: Update versioning
Sebastian Dröge
1
-1
/
+1
2012-02-21
id3v2mux: Fix merge error
Edward Hervey
1
-1
/
+1
2012-02-12
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
8
-545
/
+94
2012-02-12
taglib: port to GstTagMux base class
Tim-Philipp Müller
8
-511
/
+103
2012-02-12
taglib: finish off a few missed variable changes
Vincent Penquerc'h
1
-4
/
+3
2012-02-07
taglib: fix object registration
Wim Taymans
1
-6
/
+54
2012-02-01
taglib: port to 0.11
Mark Nauwelaerts
4
-104
/
+95
2011-11-28
various: fix pad template leaks
Vincent Penquerc'h
3
-6
/
+4
2011-02-28
id3: use boxed type instead of miniobject
Wim Taymans
1
-2
/
+2
2010-09-08
id3v2mux: Adds mapping for album artist
Thiago Santos
1
-0
/
+1
2010-08-05
id3v2mux: write beats-per-minute tag using TBPM frame
Jonathan Matthew
1
-1
/
+22
2010-06-18
taglib: Use newly added gst_tag_list_peek_string_index
Thiago Santos
1
-27
/
+18
2010-06-06
ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
Sebastian Dröge
1
-1
/
+1
2010-01-13
apev2mux: Don't call constructors directly, this leads to compiler errors wit...
Sebastian Dröge
1
-29
/
+29
2009-04-02
id3v2mux: write RVA2 frames containing peak/gain volume data
Jonathan Matthew
1
-1
/
+71
2009-01-28
Update and add documentation for plugins with deps (ext).
Stefan Kost
2
-30
/
+20
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
1
-0
/
+1
2008-07-17
Only use -Wno-attributes (which is there to work around a bug in the taglib 1...
Tim-Philipp Müller
1
-2
/
+2
2008-06-04
ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...
Tim-Philipp Müller
1
-1
/
+1
2008-02-23
Check for and define ERROR_CXXFLAGS and use them when building
Tim-Philipp Müller
1
-1
/
+1
2008-01-04
ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...
Sebastian Dröge
2
-4
/
+4
2007-11-20
Fix build on Mac OS X 10.5
Julien Moutte
1
-2
/
+2
2007-11-14
ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_...
Tim-Philipp Müller
1
-1
/
+10
2007-10-25
ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...
Tim-Philipp Müller
1
-1
/
+3
2007-10-11
ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...
Tim-Philipp Müller
1
-1
/
+46
2007-09-25
Add support for the new GST_TAG_COMPOSER (#459809).
Tim-Philipp Müller
2
-0
/
+11
2007-09-19
ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...
Tim-Philipp Müller
2
-15
/
+8
2007-09-13
Update my mail address.
Sebastian Dröge
3
-4
/
+4
2007-03-09
ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...
Wim Taymans
1
-0
/
+1
2006-12-06
ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 t...
Jonathan Matthew
1
-1
/
+2
2006-08-16
configure.ac: Require CVS of GStreamer core and -base (for
Tim-Philipp Müller
1
-7
/
+21
2006-07-26
ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain...
Tim-Philipp Müller
1
-1
/
+33
2006-07-26
ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re...
Tim-Philipp Müller
1
-228
/
+311
2006-07-19
ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
Alex Lancaster
1
-0
/
+63
2006-07-05
ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...
Tim-Philipp Müller
1
-0
/
+4
2006-06-11
moap ignore
Thomas Vander Stichele
1
-0
/
+1
2006-06-11
autogen.sh: require am17
Thomas Vander Stichele
1
-3
/
+3
2006-05-30
Add apev2mux element (#343122).
Sebastian Dröge
6
-10
/
+457
2006-05-28
ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-cou...
Tim-Philipp Müller
1
-0
/
+35
[next]