summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sys/ximage/gstximagesrc.*: Fix use-damage property to actually work :)Zaheer Abbas Merali2006-07-083-54/+253
* sys/ximage/gstximagesrc.*: Add use_damage property to offer ability to choose...Zaheer Abbas Merali2006-07-083-2/+27
* gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans2006-07-072-1/+7
* gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.Wim Taymans2006-07-071-4/+8
* win32/vs6/libgstid3demux.dsp: Add a link to libgsttag-0.10.lib.Sébastien Moutte2006-07-052-2/+7
* gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller2006-07-053-12/+55
* ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller2006-07-053-2/+72
* configure.ac: Let's try that again.Tim-Philipp Müller2006-07-042-0/+9
* configure.ac: Disable monoscope plugin for now until it fulfills all the requ...Tim-Philipp Müller2006-07-042-1/+6
* Port monoscope visualisation to 0.10.Tim-Philipp Müller2006-07-035-156/+507
* gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; addTim-Philipp Müller2006-07-031-15/+17
* gst/: Return FLOW_UNEXPECTED when at the end of the file, notTim-Philipp Müller2006-07-033-4/+13
* ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2006-07-033-5/+70
* gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in o...Edward Hervey2006-07-034-32/+101
* sys/sunaudio/gstsunaudiomixerctrl.c: Move "Monitor" slider to input tab so it...Brian Cameron2006-06-302-1/+11
* tests/check/elements/level.c: fix a leak, clean up at the endThomas Vander Stichele2006-06-292-2/+10
* gst/matroska/: Send tag event after newsegment event.Tim-Philipp Müller2006-06-293-6/+19
* gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller2006-06-293-19/+43
* sys/ximage/gstximagesrc.c: Fix hypothetical crash.Zaheer Abbas Merali2006-06-292-0/+10
* sys/sunaudio/gstsunaudiosink.c: Do not modify the ports value. If the user ha...Brian Cameron2006-06-282-3/+11
* gst/goom/gstgoom.c: Fix double caps unref when negotiation fails.Wim Taymans2006-06-232-1/+7
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-2231-34/+67
* gst/matroska/: Try to fix up broken matroska files containing subtitle stream...Tim-Philipp Müller2006-06-224-2/+100
* gst/id3demux/id3v2frames.c: Set image type from APIC frame as "image-type" fi...Tim-Philipp Müller2006-06-223-3/+15
* ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...Tim-Philipp Müller2006-06-204-68/+492
* docs/plugins/gst-plugins-good-plugins-sections.txt: Doc updates, merge some u...Wim Taymans2006-06-202-0/+59
* Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans2006-06-207-9/+107
* gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans2006-06-202-7/+24
* sys/sunaudio/: Add a SunAudio source plugin.Brian Cameron2006-06-209-51/+720
* gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen2006-06-202-1/+59
* configure.ac: If we have libraw1394 >= 1.2.1, then we need libiec61883.Zaheer Abbas Merali2006-06-192-21/+45
* ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg...Edward Hervey2006-06-182-0/+9
* gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the fil...Mark Nauwelaerts2006-06-182-2/+17
* configure.ac: Fix --disable-external (can't set conditionals conditionally, #...Tim-Philipp Müller2006-06-172-0/+35
* gst/spectrum/Makefile.am: Fix build.Zaheer Abbas Merali2006-06-161-2/+3
* Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.Tim-Philipp Müller2006-06-166-7/+28
* gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost2006-06-165-107/+402
* gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.Wim Taymans2006-06-151-38/+84
* gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in...Wim Taymans2006-06-151-8/+12
* ext/dv/gstdvdec.c: Reset segment info on flush.Wim Taymans2006-06-143-4/+32
* ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592.Wim Taymans2006-06-142-1/+11
* gst/matroska/matroska-demux.c: No language specified means the implied langua...Tim-Philipp Müller2006-06-142-0/+22
* ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add...Sebastian Dröge2006-06-142-49/+52
* gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assump...Tim-Philipp Müller2006-06-143-27/+60
* gst/wavparse/gstwavparse.c: Handle premature EOS gracefully.Wim Taymans2006-06-132-0/+9
* gst/avi/gstavidemux.c: Prevent out of bounds array access when scrubbing towa...Tim-Philipp Müller2006-06-132-0/+10
* tests/check/elements/.cvsignore: And another one.Tim-Philipp Müller2006-06-122-0/+6
* gst/spectrum/.cvsignore: Ignore more.Tim-Philipp Müller2006-06-121-0/+2
* ext/libmms/gstmms.c: Set caps on outgoing buffers.Tim-Philipp Müller2006-06-121-2/+4
* gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fix...Tim-Philipp Müller2006-06-113-2/+180