summaryrefslogtreecommitdiffstats
path: root/ext/musicbrainz
AgeCommit message (Collapse)AuthorFilesLines
2005-09-05Fix up all the state change functions.Jan Schmidt1-10/+10
Original commit message from CVS: Fix up all the state change functions.
2005-08-14licensing, name and description changesThomas Vander Stichele1-1/+1
Original commit message from CVS: licensing, name and description changes
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * Way, way, way too many files: Remove crack comment from the 2000 era.
2004-12-16ext/musicbrainz/gsttrm.*: Add support for using a proxy server when getting ↵Ronald S. Bultje2-1/+38
a trm id from the MusicBrainz database (#... Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init), (gst_musicbrainz_init), (gst_musicbrainz_chain), (gst_musicbrainz_set_property), (gst_musicbrainz_get_property): * ext/musicbrainz/gsttrm.h: Add support for using a proxy server when getting a trm id from the MusicBrainz database (#149613).
2004-05-31remove g_printThomas Vander Stichele1-1/+0
Original commit message from CVS: remove g_print
2004-05-09ext/: \1/Codec, (fixes #142193)Benjamin Otte1-1/+1
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * ext/a52dec/gsta52dec.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init): * ext/faac/gstfaac.c: (gst_faac_base_init): * ext/faad/gstfaad.c: (gst_faad_base_init): * ext/ivorbis/vorbisfile.c: * ext/lame/gstlame.c: * ext/libfame/gstlibfame.c: * ext/mpeg2enc/gstmpeg2enc.cc: * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init): * ext/sidplay/gstsiddec.cc: * ext/speex/gstspeexdec.c: * ext/speex/gstspeexenc.c: * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec, (fixes #142193)
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-18/+19
Original commit message from CVS: don't mix tabs and spaces
2004-03-15*.h: Revert indentingJohan Dahlin1-31/+28
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele2-145/+144
Original commit message from CVS: gst-indent
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-1/+1
Original commit message from CVS: fix headers fix signals to use - instead of _
2004-01-24Fix typoJeremy Simon1-2/+2
Original commit message from CVS: Fix typo
2004-01-18Add a trm pluginJeremy Simon3-0/+469
Original commit message from CVS: Add a trm plugin