summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there.Tim-Philipp Müller2006-07-111-0/+5
* gst/avi/gstavidemux.*: Don't push tag events found by gst_riff_parse_info() b...Edward Hervey2006-07-101-0/+8
* gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans2006-07-101-0/+9
* gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.Tim-Philipp Müller2006-07-101-0/+5
* gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set...Rob Taylor2006-07-101-0/+10
* sys/ximage/gstximagesrc.*: Fix use-damage property to actually work :)Zaheer Abbas Merali2006-07-081-0/+11
* sys/ximage/gstximagesrc.*: Add use_damage property to offer ability to choose...Zaheer Abbas Merali2006-07-081-0/+9
* gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans2006-07-071-0/+6
* win32/vs6/libgstid3demux.dsp: Add a link to libgsttag-0.10.lib.Sébastien Moutte2006-07-051-0/+5
* gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller2006-07-051-0/+12
* ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller2006-07-051-0/+14
* configure.ac: Let's try that again.Tim-Philipp Müller2006-07-041-0/+5
* configure.ac: Disable monoscope plugin for now until it fulfills all the requ...Tim-Philipp Müller2006-07-041-0/+6
* Port monoscope visualisation to 0.10.Tim-Philipp Müller2006-07-031-0/+14
* gst/: Return FLOW_UNEXPECTED when at the end of the file, notTim-Philipp Müller2006-07-031-0/+9
* ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2006-07-031-0/+9
* gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in o...Edward Hervey2006-07-031-0/+15
* sys/sunaudio/gstsunaudiomixerctrl.c: Move "Monitor" slider to input tab so it...Brian Cameron2006-06-301-0/+10
* tests/check/elements/level.c: fix a leak, clean up at the endThomas Vander Stichele2006-06-291-0/+5
* gst/matroska/: Send tag event after newsegment event.Tim-Philipp Müller2006-06-291-0/+8
* gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller2006-06-291-0/+12
* sys/ximage/gstximagesrc.c: Fix hypothetical crash.Zaheer Abbas Merali2006-06-291-0/+6
* sys/sunaudio/gstsunaudiosink.c: Do not modify the ports value. If the user ha...Brian Cameron2006-06-281-0/+11
* gst/goom/gstgoom.c: Fix double caps unref when negotiation fails.Wim Taymans2006-06-231-0/+5
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-0/+35
* gst/matroska/: Try to fix up broken matroska files containing subtitle stream...Tim-Philipp Müller2006-06-221-0/+16
* gst/id3demux/id3v2frames.c: Set image type from APIC frame as "image-type" fi...Tim-Philipp Müller2006-06-221-0/+6
* ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...Tim-Philipp Müller2006-06-201-0/+26
* docs/plugins/gst-plugins-good-plugins-sections.txt: Doc updates, merge some u...Wim Taymans2006-06-201-0/+5
* Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans2006-06-201-0/+10
* gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans2006-06-201-0/+6
* sys/sunaudio/: Add a SunAudio source plugin.Brian Cameron2006-06-201-0/+33
* gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen2006-06-201-0/+10
* configure.ac: If we have libraw1394 >= 1.2.1, then we need libiec61883.Zaheer Abbas Merali2006-06-191-0/+5
* ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg...Edward Hervey2006-06-181-0/+7
* gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the fil...Mark Nauwelaerts2006-06-181-0/+7
* configure.ac: Fix --disable-external (can't set conditionals conditionally, #...Tim-Philipp Müller2006-06-171-0/+6
* Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.Tim-Philipp Müller2006-06-161-0/+12
* ext/dv/gstdvdec.c: Reset segment info on flush.Wim Taymans2006-06-141-0/+11
* ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592.Wim Taymans2006-06-141-0/+5
* gst/matroska/matroska-demux.c: No language specified means the implied langua...Tim-Philipp Müller2006-06-141-0/+7
* gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assump...Tim-Philipp Müller2006-06-141-0/+16
* gst/wavparse/gstwavparse.c: Handle premature EOS gracefully.Wim Taymans2006-06-131-0/+5
* gst/avi/gstavidemux.c: Prevent out of bounds array access when scrubbing towa...Tim-Philipp Müller2006-06-131-0/+8
* tests/check/elements/.cvsignore: And another one.Tim-Philipp Müller2006-06-121-0/+5
* gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fix...Tim-Philipp Müller2006-06-111-0/+10
* ext/raw1394/gstdv1394src.c: gratuitous comment changesThomas Vander Stichele2006-06-111-0/+7
* gst/: Use gst_pad_query_peer_duration() utility function here.Tim-Philipp Müller2006-06-111-0/+6
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-0/+20
* gconf/Makefile.am: Honour --disable-schemas-install configure option. Fixes #...Tim-Philipp Müller2006-06-091-0/+5