summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-24Changed property name from "uri" to "location".Edgard Lima1-8/+8
2006-02-20ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem t...Jan Schmidt1-1/+3
2006-02-19ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author...Tim-Philipp Müller5-10/+15
2006-02-14ext/libmms/gstmms.c: Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no ...Tim-Philipp Müller1-21/+15
2006-02-06Now it uses libneon 0.25.5 that supports shoutcast.Edgard Lima1-5/+9
2006-02-06ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".Edward Hervey2-7/+105
2006-02-06ext/bz2/: No need to init parent_class, the boilerplate does it for you.Andy Wingo2-4/+0
2006-02-06Hook it up.Andy Wingo7-0/+680
2006-01-29ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller3-507/+680
2006-01-27ext/faad/gstfaad.c: Handle 'framed' field in caps; Port syncing for raw strea...Tim-Philipp Müller1-15/+102
2006-01-27ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc...Jan Schmidt2-84/+172
2006-01-25Just chain up finalize calls (calling parent_class->finalize).Edgard Lima2-1/+7
2006-01-25Finalize method has been created and others small changes.Edgard Lima1-2/+22
2006-01-24ext/musepack/: Fix seeking in musepack files (it's still incredibly slow, but...Tim-Philipp Müller4-328/+340
2006-01-21Update from swfdec.David Schleef1-25/+21
2006-01-20Fixed state transictions PLAYING->NULL->PLAYING.Edgard Lima2-8/+26
2006-01-19Some minor improvements on log messages.Edgard Lima1-40/+49
2006-01-16Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima3-4/+2
2006-01-11Now implementing navigation interface and using GST_BOILER_PLATE_FULL.Edgard Lima1-50/+127
2006-01-11Replaced wrong style code by GST_BOILERPLATE.Edgard Lima1-37/+6
2006-01-09Created new element, sdlaudiosink.Edgard Lima5-24/+611
2006-01-04Some improvements in cancellation and debug messages.Edgard Lima2-95/+138