summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2006-08-16gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line.Wim Taymans1-1/+1
2006-08-14gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t...Tim-Philipp Müller1-10/+121
2006-08-10Send the newsegment event in the streaming thread.Edward Hervey1-10/+10
2006-08-08gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller1-1/+1
2006-07-31gst/udp/gstudpsrc.c: Fix docs.Wim Taymans1-2/+2
2006-07-28gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2-207/+276
2006-07-28gst/avi/gstavidemux.*: Whitespace fixes and more debugStefan Kost2-3/+8
2006-07-27gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-serv...Tim-Philipp Müller1-68/+55
2006-07-27gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...Wim Taymans2-15/+14
2006-07-27gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w...Tim-Philipp Müller1-1/+1
2006-07-27gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...Thijs Vermeir2-15/+75
2006-07-26gst/rtp/: Fix timestamp calculation on outgoing RTP packets.Kai Vehmanen2-14/+34
2006-07-26gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling...Tim-Philipp Müller1-2/+3
2006-07-25gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 ...Tim-Philipp Müller1-4/+20
2006-07-25gst/avi/gstavidemux.c: Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gs...Stefan Kost1-33/+22
2006-07-24docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller1-1/+1
2006-07-24gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking.Wim Taymans4-10/+15
2006-07-24gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc...Stefan Kost2-41/+132
2006-07-24Port udp plugin to win32 (#345288).Joni Valtanen11-42/+213
2006-07-24gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans1-1/+0
2006-07-23gst/id3demux/: On second thought, it might be wiser and more efficient not to...Tim-Philipp Müller3-7/+8
2006-07-23gst/id3demux/id3tags.c: Put ID3v2 frames we can't parse as binary blobs into ...Tim-Philipp Müller1-4/+42
2006-07-21gst/avi/gstavidemux.c: Fix some leaks.Wim Taymans2-1/+5
2006-07-18gst/avi/gstavimux.c: Respect mpegversion for "video/mpeg" and give message in...Stefan Kost1-1/+23
2006-07-17gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.Wim Taymans1-27/+36
2006-07-16gst/rtp/: Added simple generic mpeg4 depayloader.Wim Taymans5-10/+472
2006-07-15gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer.Tim-Philipp Müller1-4/+6
2006-07-14gst/rtp/gstrtpamrdepay.*: rtpamrdec isn't a subclass of GstBaseRtpDepayload.Sebastien Cote2-146/+42
2006-07-12gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.Wim Taymans4-0/+323
2006-07-12gst/spectrum/gstspectrum.c: Fix typo in property nick.Tim-Philipp Müller1-1/+1
2006-07-10gst/avi/gstavidemux.*: Don't push tag events found by gst_riff_parse_info() b...Edward Hervey2-6/+13
2006-07-10gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans3-22/+30
2006-07-10gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.Tim-Philipp Müller1-1/+1
2006-07-10gst/filter/: Don't forget new files.Wim Taymans2-0/+161
2006-07-10Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer2-420/+357
2006-07-10gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set...Rob Taylor1-9/+35
2006-07-10gst/qtdemux/qtdemux.c: Extract comment information!!Wim Taymans1-0/+5
2006-07-10gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079).Tim-Philipp Müller1-0/+43
2006-07-07gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans1-1/+1
2006-07-07gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.Wim Taymans1-4/+8
2006-07-05gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller2-12/+43
2006-07-03Port monoscope visualisation to 0.10.Tim-Philipp Müller3-155/+490
2006-07-03gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; addTim-Philipp Müller1-15/+17
2006-07-03gst/: Return FLOW_UNEXPECTED when at the end of the file, notTim-Philipp Müller2-4/+4
2006-07-03gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in o...Edward Hervey2-32/+86
2006-06-29gst/matroska/: Send tag event after newsegment event.Tim-Philipp Müller2-6/+11
2006-06-29gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller2-19/+31
2006-06-23gst/goom/gstgoom.c: Fix double caps unref when negotiation fails.Wim Taymans1-1/+2
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller18-22/+20
2006-06-22gst/matroska/: Try to fix up broken matroska files containing subtitle stream...Tim-Philipp Müller3-2/+84