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