summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtp/README: Update README with new RTP variables that will be used for sy...Wim Taymans2007-05-113-95/+264
* gst/rtsp/rtsptransport.c: UDP MCAST is actually the default for RTP/AVP.Wim Taymans2007-05-111-1/+1
* gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified.Wim Taymans2007-05-111-1/+1
* gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost2007-05-101-9/+15
* gst/level/gstlevel.c: Revert last change.David Schleef2007-05-101-3/+3
* gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size...Sébastien Moutte2007-05-092-6/+6
* gst/rtsp/: Add code to parse time ranges.Wim Taymans2007-05-094-3/+302
* gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just widt...Tim-Philipp Müller2007-05-081-19/+9
* gst/audiofx/: Sync the GObject properties before each processing step to prop...Sebastian Dröge2007-05-063-4/+13
* gst/rtsp/gstrtspsrc.c: Let more error state trickle down so that we can catch...Wim Taymans2007-05-041-22/+41
* gst/rtsp/gstrtspsrc.c: Ignore errors when trying to use the keep-alive messages.Wim Taymans2007-05-041-1/+3
* gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP con...Wim Taymans2007-05-043-59/+167
* gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers.Wim Taymans2007-05-031-4/+10
* gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first...Wim Taymans2007-05-031-55/+52
* gst/rtsp/gstrtspsrc.c: Refactor transport configuration code.Wim Taymans2007-05-031-220/+416
* gst/rtsp/gstrtspsrc.*: Fix race when multiple udp sources post timeouts, just...Wim Taymans2007-05-023-102/+163
* gst/wavparse/gstwavparse.c: Only set DISCONT when there actually is a discont...Wim Taymans2007-05-021-2/+15
* gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files ...Wim Taymans2007-05-022-21/+36
* gst/rtsp/test.c: Fix compilation of deprecated test just because I'm too lazy...Wim Taymans2007-05-021-8/+8
* gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place.Wim Taymans2007-05-027-99/+289
* gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824.Sjoerd Simons2007-05-012-0/+44
* gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2007-04-293-6/+84
* gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2007-04-292-3/+6
* gst/rtsp/gstrtspsrc.c: Ignore ASYNC state messages from the udpsink, it's irr...Wim Taymans2007-04-271-1/+11
* gst/rtp/gstrtpilbcdepay.h: Fix mode property when specified as an arg.Wim Taymans2007-04-271-2/+2
* gst/rtsp/gstrtspsrc.*: Protect state changes with a lock.Wim Taymans2007-04-264-8/+87
* gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans2007-04-261-2/+14
* gst/wavparse/gstwavparse.*: Apply DISCONT to buffers.Wim Taymans2007-04-262-3/+25
* gst/rtsp/gstrtpdec.*: Add dummy latency property to be backwards compat with ...Wim Taymans2007-04-254-2/+38
* gst/alpha/gstalphacolor.c: Double-check that RGB input caps are really RGBA c...Tim-Philipp Müller2007-04-251-14/+22
* gst/rtsp/rtspconnection.c: Read the channel byte as an unsigned byte.Wim Taymans2007-04-251-1/+1
* gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans2007-04-2510-45/+73
* gst/rtsp/gstrtspsrc.*: Parse server address from SDP.Wim Taymans2007-04-253-2/+96
* gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135Stefan Kost2007-04-251-5/+4
* Add minimal docs blurb to alphacolor; split out headers into separate header ...Tim-Philipp Müller2007-04-243-32/+75
* gst/debug/progressreport.c: Don't try to post NULL message (in case we can't ...Tim-Philipp Müller2007-04-201-1/+3
* gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now does...Michael Smith2007-04-182-10/+10
* gst/wavenc/gstwavenc.*: everything else results in a invalid block align and ...Sebastian Dröge2007-04-182-9/+23
* gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case.Snaik2007-04-171-0/+1
* gst/wavparse/gstwavparse.c: Use correct format strings for integer types.Vincent Torri2007-04-171-1/+1
* gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instea...Sebastian Dröge2007-04-171-66/+12
* docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs.Wim Taymans2007-04-133-23/+6
* gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: co...Stefan Kost2007-04-131-2/+4
* gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type...Stefan Kost2007-04-132-8/+47
* gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are ...Tim-Philipp Müller2007-04-121-30/+87
* gst/rtp/gstrtph264depay.c: Use the proper sync word for SPS and PPS.Wim Taymans2007-04-121-2/+2
* gst/rtp/Makefile.am: gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HAS...Thomas Vander Stichele2007-04-126-13/+131
* 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-124-5/+118
* gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...Wim Taymans2007-04-111-0/+6