summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller2006-01-0916-9/+1333
* gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a ...Philippe Kalaf2006-01-074-31/+78
* ext/gconf/: Add new gconfaudiosrc and gconfvideosrc elements (needed for gnom...Tim-Philipp Müller2006-01-067-4/+511
* gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodeb...Edward Hervey2006-01-063-6/+19
* added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte2006-01-058-0/+2689
* gst/videobox/gstvideobox.c: call oil_init() when using liboilStefan Kost2006-01-052-0/+11
* ext/jpeg/: Fix leaks.Wim Taymans2006-01-044-3/+15
* ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; re...Tim-Philipp Müller2006-01-022-14/+26
* configure.ac: also remove smoothwave's Makefile.amStefan Kost2005-12-303-2/+8
* remove old plugin that went badThomas Vander Stichele2005-12-306-600/+0
* tests/examples/Makefile.am: added missing Makefile.amStefan Kost2005-12-302-0/+8
* moved level-example to tests/examples/level-exampleStefan Kost2005-12-308-9/+67
* gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...Michael Smith2005-12-293-2/+18
* gst/auparse/gstauparse.c: Can't use gst_object_unref() on a GstAdapter (#3251...Tim-Philipp Müller2005-12-292-1/+6
* gst/id3demux/id3tags.c: If a broken tag has 0 bytes payload, at least still s...Jan Schmidt2005-12-282-1/+10
* gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) ...Philippe Kalaf2005-12-2219-175/+142
* docs/plugins/gst-plugins-good-plugins.*: Regenerate the plugin hiearchy.Jan Schmidt2005-12-213-295/+87
* Add documentation for id3demux.Jan Schmidt2005-12-217-14/+170
* gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats.Michael Smith2005-12-203-2/+74
* gst/avi/gstavidemux.c: Stupid signedness issue...Edward Hervey2005-12-192-5/+17
* ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2005-12-192-4/+12
* gst/avi/gstavidemux.c: Construct index for indexless files.Edward Hervey2005-12-193-49/+205
* configure.ac: Check for optional dependency on zlib for id3demuxJan Schmidt2005-12-1811-2/+4620
* docs/plugins/: Updates.Julien Moutte2005-12-171-2/+2
* change some char* into char[]Stefan Kost2005-12-164-3/+10
* gst/wavparse/gstwavparse.*: Use GstSegment to implement more seeking features.Wim Taymans2005-12-164-121/+177
* ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.Tim-Philipp Müller2005-12-161-1/+1
* gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> ...Benjamin Pineau2005-12-162-1/+9
* ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com2005-12-162-8/+5
* Set clock rate to be fixed in 8000. It fixes bug #324012.Edgard Lima2005-12-143-4/+10
* gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf2005-12-1414-14/+28
* gst/videomixer/videomixer.c: Code cleanup and re-enabling queued time validit...Julien Moutte2005-12-132-5/+12
* sys/oss/gstossmixerelement.c: Add 'device-name' property and fix state change...Tim-Philipp Müller2005-12-132-5/+58
* gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the ...Edward Hervey2005-12-132-0/+11
* Adding documentation for videomixer on my way with a funny sample pipeline.Julien Moutte2005-12-126-3/+65
* gst/videomixer/videomixer.c: Fix caps negotiation. (#323896)Julien Moutte2005-12-122-22/+37
* Set correct timestamps on audio laces, fixes playback of mp3 from matroska.Arwed v. Merkatz2005-12-122-7/+22
* ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller2005-12-121-4/+4
* gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_...Tim-Philipp Müller2005-12-123-101/+79
* gst/debug/efence.c: Added pull mode.Edward Hervey2005-12-112-4/+64
* gst/: Use audiotestsrc instead of sinesrc (#323798).Tim-Philipp Müller2005-12-114-7/+14
* sys/oss/gstosssink.c: more debug-func-ptr usageStefan Kost2005-12-112-1/+6
* Now flxdec works on big-endian machines as well.Zeeshan Ali2005-12-116-69/+159
* gst/debug/efence.c: Make sure GST_BUFFER_DATA is set on fenced copied buffers...Tim-Philipp Müller2005-12-112-21/+38
* ext/flac/gstflacdec.*: Rewrite flacdec a bit, so that even seeking might work...Tim-Philipp Müller2005-12-103-260/+500
* configure.ac: Update comment in OSS includes check.Tim-Philipp Müller2005-12-109-41/+113
* borgify and fix up documentationThomas Vander Stichele2005-12-0947-255/+324
* ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is...Jan Schmidt2005-12-092-18/+20
* ext/flac/gstflacdec.c: Accept a wider range of flac files, more closely match...Michael Smith2005-12-092-5/+27
* docs/plugins/Makefile.am: Add multipart elements.Julien Moutte2005-12-087-11/+95