summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller2006-08-081-1/+1
* gst/udp/gstudpsrc.c: Fix docs.Wim Taymans2006-07-311-2/+2
* gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2006-07-282-207/+276
* gst/avi/gstavidemux.*: Whitespace fixes and more debugStefan Kost2006-07-282-3/+8
* gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-serv...Tim-Philipp Müller2006-07-271-68/+55
* gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...Wim Taymans2006-07-272-15/+14
* gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w...Tim-Philipp Müller2006-07-271-1/+1
* gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...Thijs Vermeir2006-07-272-15/+75
* gst/rtp/: Fix timestamp calculation on outgoing RTP packets.Kai Vehmanen2006-07-262-14/+34
* gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling...Tim-Philipp Müller2006-07-261-2/+3
* gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 ...Tim-Philipp Müller2006-07-251-4/+20
* gst/avi/gstavidemux.c: Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gs...Stefan Kost2006-07-251-33/+22
* docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller2006-07-241-1/+1
* gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking.Wim Taymans2006-07-244-10/+15
* gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc...Stefan Kost2006-07-242-41/+132
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-2411-42/+213
* gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans2006-07-241-1/+0
* gst/id3demux/: On second thought, it might be wiser and more efficient not to...Tim-Philipp Müller2006-07-233-7/+8
* gst/id3demux/id3tags.c: Put ID3v2 frames we can't parse as binary blobs into ...Tim-Philipp Müller2006-07-231-4/+42
* gst/avi/gstavidemux.c: Fix some leaks.Wim Taymans2006-07-212-1/+5
* gst/avi/gstavimux.c: Respect mpegversion for "video/mpeg" and give message in...Stefan Kost2006-07-181-1/+23
* gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.Wim Taymans2006-07-171-27/+36
* gst/rtp/: Added simple generic mpeg4 depayloader.Wim Taymans2006-07-165-10/+472
* gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer.Tim-Philipp Müller2006-07-151-4/+6
* gst/rtp/gstrtpamrdepay.*: rtpamrdec isn't a subclass of GstBaseRtpDepayload.Sebastien Cote2006-07-142-146/+42
* gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.Wim Taymans2006-07-124-0/+323
* gst/spectrum/gstspectrum.c: Fix typo in property nick.Tim-Philipp Müller2006-07-121-1/+1
* gst/avi/gstavidemux.*: Don't push tag events found by gst_riff_parse_info() b...Edward Hervey2006-07-102-6/+13
* gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans2006-07-103-22/+30
* gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.Tim-Philipp Müller2006-07-101-1/+1
* gst/filter/: Don't forget new files.Wim Taymans2006-07-102-0/+161
* Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer2006-07-102-420/+357
* gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set...Rob Taylor2006-07-101-9/+35
* gst/qtdemux/qtdemux.c: Extract comment information!!Wim Taymans2006-07-101-0/+5
* gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079).Tim-Philipp Müller2006-07-101-0/+43
* gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans2006-07-071-1/+1
* gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.Wim Taymans2006-07-071-4/+8
* gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller2006-07-052-12/+43
* Port monoscope visualisation to 0.10.Tim-Philipp Müller2006-07-033-155/+490
* 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-032-4/+4
* gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in o...Edward Hervey2006-07-032-32/+86
* gst/matroska/: Send tag event after newsegment event.Tim-Philipp Müller2006-06-292-6/+11
* gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller2006-06-292-19/+31
* gst/goom/gstgoom.c: Fix double caps unref when negotiation fails.Wim Taymans2006-06-231-1/+2
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-2218-22/+20
* gst/matroska/: Try to fix up broken matroska files containing subtitle stream...Tim-Philipp Müller2006-06-223-2/+84
* gst/id3demux/id3v2frames.c: Set image type from APIC frame as "image-type" fi...Tim-Philipp Müller2006-06-221-3/+9
* Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans2006-06-203-9/+62
* gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans2006-06-201-7/+18