summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-11configure.ac: prereleasingThomas Vander Stichele16-79/+103
2006-01-11gst/qtdemux/qtdemux.c: Add support for Indeo3 video in Quicktime files.Edward Hervey1-0/+3
2006-01-10gst/level/gstlevel.c: Don't leak filter arrays.Michael Smith2-0/+30
2006-01-09add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller16-9/+1333
2006-01-07gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a ...Philippe Kalaf4-31/+78
2006-01-06ext/gconf/: Add new gconfaudiosrc and gconfvideosrc elements (needed for gnom...Tim-Philipp Müller7-4/+511
2006-01-06gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodeb...Edward Hervey3-6/+19
2006-01-05added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte8-0/+2689
2006-01-05gst/videobox/gstvideobox.c: call oil_init() when using liboilStefan Kost2-0/+11
2006-01-04ext/jpeg/: Fix leaks.Wim Taymans4-3/+15
2006-01-02ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; re...Tim-Philipp Müller2-14/+26
2005-12-30configure.ac: also remove smoothwave's Makefile.amStefan Kost3-2/+8
2005-12-30remove old plugin that went badThomas Vander Stichele6-600/+0
2005-12-30tests/examples/Makefile.am: added missing Makefile.amStefan Kost2-0/+8
2005-12-30moved level-example to tests/examples/level-exampleStefan Kost8-9/+67
2005-12-29gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...Michael Smith3-2/+18
2005-12-29gst/auparse/gstauparse.c: Can't use gst_object_unref() on a GstAdapter (#3251...Tim-Philipp Müller2-1/+6
2005-12-28gst/id3demux/id3tags.c: If a broken tag has 0 bytes payload, at least still s...Jan Schmidt2-1/+10
2005-12-22gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) ...Philippe Kalaf19-175/+142
2005-12-21docs/plugins/gst-plugins-good-plugins.*: Regenerate the plugin hiearchy.Jan Schmidt3-295/+87
2005-12-21Add documentation for id3demux.Jan Schmidt7-14/+170
2005-12-20gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats.Michael Smith3-2/+74
2005-12-19gst/avi/gstavidemux.c: Stupid signedness issue...Edward Hervey2-5/+17
2005-12-19ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2-4/+12
2005-12-19gst/avi/gstavidemux.c: Construct index for indexless files.Edward Hervey3-49/+205
2005-12-18configure.ac: Check for optional dependency on zlib for id3demuxJan Schmidt11-2/+4620
2005-12-17docs/plugins/: Updates.Julien Moutte1-2/+2
2005-12-16change some char* into char[]Stefan Kost4-3/+10
2005-12-16gst/wavparse/gstwavparse.*: Use GstSegment to implement more seeking features.Wim Taymans4-121/+177
2005-12-16ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.Tim-Philipp Müller1-1/+1
2005-12-16gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> ...Benjamin Pineau2-1/+9
2005-12-16ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com2-8/+5
2005-12-14Set clock rate to be fixed in 8000. It fixes bug #324012.Edgard Lima3-4/+10
2005-12-14gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf14-14/+28
2005-12-13gst/videomixer/videomixer.c: Code cleanup and re-enabling queued time validit...Julien Moutte2-5/+12
2005-12-13sys/oss/gstossmixerelement.c: Add 'device-name' property and fix state change...Tim-Philipp Müller2-5/+58
2005-12-13gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the ...Edward Hervey2-0/+11
2005-12-12Adding documentation for videomixer on my way with a funny sample pipeline.Julien Moutte6-3/+65
2005-12-12gst/videomixer/videomixer.c: Fix caps negotiation. (#323896)Julien Moutte2-22/+37
2005-12-12Set correct timestamps on audio laces, fixes playback of mp3 from matroska.Arwed v. Merkatz2-7/+22
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller1-4/+4
2005-12-12gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_...Tim-Philipp Müller3-101/+79
2005-12-11gst/debug/efence.c: Added pull mode.Edward Hervey2-4/+64
2005-12-11gst/: Use audiotestsrc instead of sinesrc (#323798).Tim-Philipp Müller4-7/+14
2005-12-11sys/oss/gstosssink.c: more debug-func-ptr usageStefan Kost2-1/+6
2005-12-11Now flxdec works on big-endian machines as well.Zeeshan Ali6-69/+159
2005-12-11gst/debug/efence.c: Make sure GST_BUFFER_DATA is set on fenced copied buffers...Tim-Philipp Müller2-21/+38
2005-12-10ext/flac/gstflacdec.*: Rewrite flacdec a bit, so that even seeking might work...Tim-Philipp Müller3-260/+500
2005-12-10configure.ac: Update comment in OSS includes check.Tim-Philipp Müller9-41/+113
2005-12-09borgify and fix up documentationThomas Vander Stichele47-255/+324