summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-069-33/+40
* ext/sdl/sdlaudiosink.c: Use (NULL) instead of just NULL in GST_ELEMENT_ERROR ...Tim-Philipp Müller2006-05-051-3/+3
* ext/musicbrainz/Makefile.am: Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/ta...Tim-Philipp Müller2006-05-031-1/+1
* Everybody loves docs - add docs for musicbrainz plugin.Tim-Philipp Müller2006-05-032-0/+44
* ext/Makefile.am: Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).Tim-Philipp Müller2006-05-031-0/+1
* ext/Makefile.am: Forgot to commit this one.Tim-Philipp Müller2006-05-031-4/+4
* Port MusicBrainz TRM plugin (#336898).James Doc Livingston2006-05-033-261/+209
* ext/faad/gstfaad.c: Fix #334748: use fake_codec_data if the first bytes of th...Michael Smith2006-05-031-6/+43
* moved to good. Closes #336110Thomas Vander Stichele2006-05-016-901/+0
* 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
* ext/neon/gstneonhttpsrc.*: added iradio-mode support as in gnomevfssrc to ena...Sébastien Moutte2006-04-292-8/+226
* pedantic cleanupsThomas Vander Stichele2006-04-282-100/+104
* ext/faad/gstfaad.*: If we run into a decoding error, try re-opening the decod...Tim-Philipp Müller2006-04-282-93/+161
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-2542-60/+76
* ext/musepack/gstmusepackdec.c: Add support for segment seeks.Tim-Philipp Müller2006-04-201-4/+37
* ext/theora/theoradec.*: Apply fix from j^ for API change in libtheoradec.Michael Smith2006-04-172-52/+195
* ext/musepack/gstmusepackdec.c: Fix track/album peak tag values; use GST_DEBUG...Tim-Philipp Müller2006-04-141-15/+9
* ext/swfdec/gstswfdec.c: Fix build (class_init declaration/definition mismatch).Tim-Philipp Müller2006-04-101-1/+1
* ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is n...Sébastien Moutte2006-04-091-2/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-0825-30/+28
* Fix broken GObject macrosStefan Kost2006-04-081-1/+1
* Fix broken GObject macrosStefan Kost2006-04-081-5/+5
* more distcheck fixesThomas Vander Stichele2006-04-062-8/+6
* ext/: don't dist amr wb source codeThomas Vander Stichele2006-04-062-5/+4
* Unify the long descriptions in the plugin details (#337263).j^2006-04-0638-224/+181
* ext/neon/gstneonhttpsrc.c: Add back "uri" property and mark it as deprecated;...Tim-Philipp Müller2006-04-061-1/+10
* ext/swfdec/Makefile.am: Don't set plugindir.Tim-Philipp Müller2006-04-032-3/+1
* GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller2006-04-032-2/+2
* add taglib checks and docsThomas Vander Stichele2006-04-011-2/+2
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-0125-25/+31
* configure.ac: Add autoconfery for theoradec.Michael Smith2006-03-314-0/+1220
* ext/gsm/: Cleanups, fix leaks.Wim Taymans2006-03-293-26/+143
* Added new plugin amrwb parse.Renato Araujo Oliveira Filho2006-03-2912-0/+1357
* 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/xvid/gstxvidenc.c: Patch to mark outgoing encoded buffers as delta-units ...Mark Nauwelaerts2006-03-231-3/+8
* Add new libsoundtouch-based pitch plugin (#331335).Wouter Paeson2006-03-224-0/+814
* 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
* ext/libmms/gstmms.*: Some clean-ups; more debug output; use blocksize propert...Tim-Philipp Müller2006-03-102-98/+66
* new id3v2 muxer based on TagLibChristophe Fergeau2006-03-094-0/+526
* ext/musepack/: Forgot those two.Tim-Philipp Müller2006-03-062-13/+11
* ext/musepack/gstmusepackdec.c: Some cleanups; pause task when push fails.Tim-Philipp Müller2006-03-061-208/+101
* ext/faad/gstfaad.c: Add query function for position/duration querying (mostly...Tim-Philipp Müller2006-03-041-22/+246
* ext/xvid/gstxviddec.c: Declare variable at the beginning of the block and mak...Jens Granseuer2006-03-031-1/+2