summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge2006-07-189-264/+761
* gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.Wim Taymans2006-07-171-27/+36
* ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.Wim Taymans2006-07-173-67/+110
* gst/rtp/: Added simple generic mpeg4 depayloader.Wim Taymans2006-07-166-10/+490
* gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer.Tim-Philipp Müller2006-07-152-4/+11
* gst/spectrum/: Do not use deprecated gtk functions.Stefan Kost2006-07-152-2/+2
* gst/rtp/gstrtpamrdepay.*: rtpamrdec isn't a subclass of GstBaseRtpDepayload.Sebastien Cote2006-07-143-146/+53
* sys/ximage/gstximagesrc.c: Fix segfault when moving mouse pointer to the bott...Zaheer Abbas Merali2006-07-142-4/+8
* remove sdlvideosink plugin and update the restThomas Vander Stichele2006-07-132-2/+2
* gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.Wim Taymans2006-07-125-0/+337
* gst/spectrum/gstspectrum.c: Fix typo in property nick.Tim-Philipp Müller2006-07-121-1/+1
* ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there.Tim-Philipp Müller2006-07-112-2/+5
* gst/avi/gstavidemux.*: Don't push tag events found by gst_riff_parse_info() b...Edward Hervey2006-07-103-6/+21
* gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans2006-07-104-22/+39
* gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.Tim-Philipp Müller2006-07-102-1/+6
* 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-102-9/+45
* 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
* sys/ximage/gstximagesrc.*: Fix use-damage property to actually work :)Zaheer Abbas Merali2006-07-083-54/+253
* sys/ximage/gstximagesrc.*: Add use_damage property to offer ability to choose...Zaheer Abbas Merali2006-07-083-2/+27
* gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans2006-07-072-1/+7
* gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.Wim Taymans2006-07-071-4/+8
* win32/vs6/libgstid3demux.dsp: Add a link to libgsttag-0.10.lib.Sébastien Moutte2006-07-052-2/+7
* gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller2006-07-053-12/+55
* ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller2006-07-053-2/+72
* configure.ac: Let's try that again.Tim-Philipp Müller2006-07-042-0/+9
* configure.ac: Disable monoscope plugin for now until it fulfills all the requ...Tim-Philipp Müller2006-07-042-1/+6
* Port monoscope visualisation to 0.10.Tim-Philipp Müller2006-07-035-156/+507
* 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-033-4/+13
* ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2006-07-033-5/+70
* gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in o...Edward Hervey2006-07-034-32/+101
* sys/sunaudio/gstsunaudiomixerctrl.c: Move "Monitor" slider to input tab so it...Brian Cameron2006-06-302-1/+11
* tests/check/elements/level.c: fix a leak, clean up at the endThomas Vander Stichele2006-06-292-2/+10
* gst/matroska/: Send tag event after newsegment event.Tim-Philipp Müller2006-06-293-6/+19
* gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller2006-06-293-19/+43
* sys/ximage/gstximagesrc.c: Fix hypothetical crash.Zaheer Abbas Merali2006-06-292-0/+10
* 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