summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/wavparse/gstwavparse.c: Only set DISCONT when there actually is a discont...Wim Taymans2007-05-022-2/+22
* ext/flac/gstflac.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-022-0/+12
* gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files ...Wim Taymans2007-05-023-21/+47
* ext/flac/gstflacdec.c: Correctly post an error on the bus if something went w...Sebastian Dröge2007-05-022-4/+16
* ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2007-05-021-5/+0
* ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2007-05-021-1/+13
* ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2007-05-021-4/+18
* ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2007-05-021-26/+29
* gst/rtsp/test.c: Fix compilation of deprecated test just because I'm too lazy...Wim Taymans2007-05-022-8/+14
* gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place.Wim Taymans2007-05-028-99/+321
* gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824.Sjoerd Simons2007-05-013-0/+53
* docs/plugins/gst-plugins-good-plugins-docs.sgml: Remove v4l2src from docs, si...Tim-Philipp Müller2007-04-303-3/+12
* gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2007-04-294-6/+99
* 80 char policeThomas Vander Stichele2007-04-292-6/+6
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-1/+0
* docs/plugins/inspect/: Add jack and update.Thomas Vander Stichele2007-04-292-2/+2
* gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2007-04-293-3/+15
* gst/rtsp/gstrtspsrc.c: Ignore ASYNC state messages from the udpsink, it's irr...Wim Taymans2007-04-272-1/+19
* gst/rtp/gstrtpilbcdepay.h: Fix mode property when specified as an arg.Wim Taymans2007-04-272-2/+7
* docs/plugins/: Add documentation for osxaudio plugin.Edward Hervey2007-04-265-0/+58
* docs/plugins/: Add documentation for osxvideoEdward Hervey2007-04-261-0/+20
* gst/rtsp/gstrtspsrc.*: Protect state changes with a lock.Wim Taymans2007-04-265-8/+102
* gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans2007-04-262-2/+20
* gst/wavparse/gstwavparse.*: Apply DISCONT to buffers.Wim Taymans2007-04-263-3/+34
* gst/rtsp/gstrtpdec.*: Add dummy latency property to be backwards compat with ...Wim Taymans2007-04-255-2/+55
* gst/alpha/gstalphacolor.c: Double-check that RGB input caps are really RGBA c...Tim-Philipp Müller2007-04-255-14/+337
* ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, f...Tim-Philipp Müller2007-04-252-1/+9
* gst/rtsp/rtspconnection.c: Read the channel byte as an unsigned byte.Wim Taymans2007-04-252-1/+6
* gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans2007-04-2511-45/+95
* gst/rtsp/gstrtspsrc.*: Parse server address from SDP.Wim Taymans2007-04-255-2/+110
* gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135Stefan Kost2007-04-252-5/+9
* Add minimal docs blurb to alphacolor; split out headers into separate header ...Tim-Philipp Müller2007-04-249-34/+105
* gst/debug/progressreport.c: Don't try to post NULL message (in case we can't ...Tim-Philipp Müller2007-04-203-1/+9
* gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now does...Michael Smith2007-04-184-10/+18
* gst/wavenc/gstwavenc.*: everything else results in a invalid block align and ...Sebastian Dröge2007-04-183-9/+31
* gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case.Snaik2007-04-172-0/+8
* gst/wavparse/gstwavparse.c: Use correct format strings for integer types.Vincent Torri2007-04-172-1/+8
* gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instea...Sebastian Dröge2007-04-172-66/+20
* sys/sunaudio/: Fix and/or update copyright attributions (#430228).Brian Cameron2007-04-1611-22/+42
* docs/plugins/inspect/: Add xml doc files for Windows sinksSébastien Moutte2007-04-144-0/+65
* docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs.Wim Taymans2007-04-135-31/+35
* gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: co...Stefan Kost2007-04-132-2/+11
* gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type...Stefan Kost2007-04-133-8/+56
* gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are ...Tim-Philipp Müller2007-04-122-30/+97
* gst/rtp/gstrtph264depay.c: Use the proper sync word for SPS and PPS.Wim Taymans2007-04-122-2/+7
* gst/rtp/Makefile.am: gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HAS...Thomas Vander Stichele2007-04-127-13/+151
* sys/sunaudio/gstsunaudiosrc.c: it is the application's responsibility to make...jerry tan2007-04-122-4/+12
* gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the ...Wim Taymans2007-04-121-1/+1
* gst/rtsp/gstrtpdec.*: Make backward compat with rtpbin by adding the request-...Wim Taymans2007-04-125-5/+134
* gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...Wim Taymans2007-04-112-0/+12