summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/examples/level/Makefile.am: Add -lm to LIBS for pow() function, don't a...Tim-Philipp Müller2006-06-091-0/+7
* configure.ac: We should use $SED and not $(SED) in configure.ac (#343678).Peter Kjellerstedt2006-06-091-0/+7
* sys/sunaudio/: Attached find a patch that fixes a number of bugs with the Sun...Brian Cameron2006-06-091-0/+24
* ext/jpeg/gstjpegdec.*: API: Added IDCT method propertyWim Taymans2006-06-091-0/+13
* configure.ac: We now require libraw1394 >= 1.1.0 and that version onwards all...Zaheer Abbas Merali2006-06-071-0/+6
* gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... s...Edward Hervey2006-06-021-0/+5
* ext/dv/gstdvdec.*: Added GstSegment handling, now implements dropping/clipping.Edward Hervey2006-06-021-0/+7
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-0/+93
* gst/goom/gstgoom.*: Handle QoS.Wim Taymans2006-05-311-0/+12
* ext/raw1394/gstdv1394src.c: Fix bus reset when using libiec61883Zaheer Abbas Merali2006-05-311-0/+29
* gst/avi/gstavidemux.c: add an explicit dll imported declaration for GST_CAT_E...Sébastien Moutte2006-05-301-0/+13
* Add apev2mux element (#343122).Sebastian Dröge2006-05-301-0/+23
* gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller2006-05-281-0/+7
* gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag toSebastian Dröge2006-05-281-0/+10