summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Port libcdio cdda source, formerly known as cddasrc, now known as cdiocddasrc...Tim-Philipp Müller2006-01-188-2/+594
* gst/wavparse/gstwavparse.c: Fix conversion from TIME to BYTES format (fixes #...Tommi Myöhänen2006-01-182-2/+8
* Ronald's patch applied. see bug #326318.Edgard Lima2006-01-181-7/+20
* gst/qtdemux/qtdemux.*: Fix seeking for quicktime files. Could still use some ...Tim-Philipp Müller2006-01-172-35/+44
* update with loveChristian Schaller2006-01-161-2/+2
* gst/id3demux/id3v2frames.c: Fix compilation of id3demux when zlib is not pres...Sergey Scobich2006-01-152-0/+12
* ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non...Tim-Philipp Müller2006-01-152-1/+7
* back to headThomas Vander Stichele2006-01-132-1/+6
* releasing 0.10.1Thomas Vander Stichele2006-01-1345-82/+196
* ext/jpeg/gstsmokeenc.c: fix memleak. Fixes #326618Wim Taymans2006-01-132-1/+8
* gst/level/gstlevel.c: Fix memleak. Fixes #326612Mike Smith2006-01-132-0/+12
* configure.ac: prereleasingThomas Vander Stichele2006-01-1116-79/+103
* gst/qtdemux/qtdemux.c: Add support for Indeo3 video in Quicktime files.Edward Hervey2006-01-111-0/+3
* gst/level/gstlevel.c: Don't leak filter arrays.Michael Smith2006-01-102-0/+30
* 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