summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-04Removed not need thread and changed to push out blocksize bytes.Edgard Lima2-136/+72
2005-12-30move smoothwave to gstThomas Vander Stichele6-601/+0
2005-12-28Created new element neonhttpsrc.Edgard Lima4-0/+823
2005-12-19ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2-5/+16
2005-12-19just a small fix. I have to pay more attention when commiting ;-)Edgard Lima1-2/+1
2005-12-19divxdec and divxenc ported to 0.10Edgard Lima6-181/+300
2005-12-18Some more refactoring, handle exotic DirectFB row stride.Julien Moutte1-55/+114
2005-12-18docs/plugins/: Updates.Julien Moutte2-25/+162
2005-12-17docs/plugins/: Updates.Julien Moutte2-136/+443
2005-12-16don't use doc comments for non-docs change some char* into char[]Stefan Kost1-1/+1
2005-12-16ext/directfb/dfbvideosink.c: Always prefer the primary layer.Julien Moutte1-14/+25
2005-12-16ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.Tim-Philipp Müller1-1/+1
2005-12-16ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com2-8/+5
2005-12-15Fixed some mem-leaks in xvid.Edgard Lima3-37/+81
2005-12-15doesn't use liboilThomas Vander Stichele1-1/+0
2005-12-14xviddec and xvideenc ported to 0.10Edgard Lima7-175/+185
2005-12-14dtsdec ported to 0.10Edgard Lima4-152/+171
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller5-16/+19
2005-12-12ext/swfdec/gstswfdec.c: Add a subclass of GstBuffer that wraps SwfdecBuffers....David Schleef1-7/+84
2005-12-11Just removed a weird printf ;-)Edgard Lima1-2/+0
2005-12-11Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL...Edgard Lima2-26/+78
2005-12-09ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is...Jan Schmidt1-4/+20
2005-12-09swfdec Ported to 0.10.Edgard Lima4-134/+364
2005-12-06expand tabsThomas Vander Stichele20-158/+158