summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* moap ignoreThomas Vander Stichele2006-06-114-0/+4
* ext/raw1394/gstdv1394src.c: gratuitous comment changesThomas Vander Stichele2006-06-113-4/+32
* ignore moreThomas Vander Stichele2006-06-111-0/+1
* gst/: Use gst_pad_query_peer_duration() utility function here.Tim-Philipp Müller2006-06-113-33/+17
* autogen.sh: require am17Thomas Vander Stichele2006-06-1116-167/+113
* updateThomas Vander Stichele2006-06-112-4/+4
* ext/wavpack/: Add wavpack encoder element (#343131).Sebastian Dröge2006-06-107-6/+1411
* gconf/Makefile.am: Honour --disable-schemas-install configure option. Fixes #...Tim-Philipp Müller2006-06-092-3/+20
* tests/examples/level/Makefile.am: Add -lm to LIBS for pow() function, don't a...Tim-Philipp Müller2006-06-092-1/+8
* configure.ac: We should use $SED and not $(SED) in configure.ac (#343678).Peter Kjellerstedt2006-06-092-2/+9
* configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller2006-06-091-1/+1
* sys/sunaudio/: Attached find a patch that fixes a number of bugs with the Sun...Brian Cameron2006-06-093-32/+67
* ext/jpeg/gstjpegdec.*: API: Added IDCT method propertyWim Taymans2006-06-093-36/+146
* configure.ac: We now require libraw1394 >= 1.1.0 and that version onwards all...Zaheer Abbas Merali2006-06-073-5/+10
* gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... s...Edward Hervey2006-06-022-1/+7
* ext/dv/gstdvdec.*: Added GstSegment handling, now implements dropping/clipping.Edward Hervey2006-06-023-1/+70
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-016-17/+17
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-0189-183/+276
* gst/goom/gstgoom.*: Handle QoS.Wim Taymans2006-05-313-109/+260