summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* sys/ximage/gstximagesrc.c: Document newly-added properties properly, so that ...Tim-Philipp Müller2006-07-251-0/+8
* gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 ...Tim-Philipp Müller2006-07-251-0/+8
* gst/avi/gstavidemux.c: Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gs...Stefan Kost2006-07-251-0/+7
* docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller2006-07-241-0/+62
* ChangeLog surgery: fix Stefan's e-mail addressTim-Philipp Müller2006-07-241-1/+1
* ext/esd/esdsink.c: Prevent libesd from auto-spawning a sound daemon if it is ...Tim-Philipp Müller2006-07-241-0/+10
* ext/esd/Makefile.am: Oops, need to remove README from EXTRA_DIST as well.Tim-Philipp Müller2006-07-241-0/+5
* ext/esd/README: Remove, it contains nothing useful anyway.Tim-Philipp Müller2006-07-241-0/+9
* gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking.Wim Taymans2006-07-241-0/+8
* gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc...Stefan Kost2006-07-241-0/+13
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-241-0/+22
* gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans2006-07-241-0/+5
* gst/id3demux/: On second thought, it might be wiser and more efficient not to...Tim-Philipp Müller2006-07-231-0/+9
* gst/id3demux/id3tags.c: Put ID3v2 frames we can't parse as binary blobs into ...Tim-Philipp Müller2006-07-231-0/+10
* gst/avi/gstavidemux.c: Fix some leaks.Wim Taymans2006-07-211-0/+9
* docs/plugins/: Add annodex and icydemux, cleanup the sections a bitStefan Kost2006-07-201-0/+6
* ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION asAlex Lancaster2006-07-191-0/+8
* ChangeLog surgery: mention fixed bugTim-Philipp Müller2006-07-191-1/+3
* gst/avi/gstavimux.c: Respect mpegversion for "video/mpeg" and give message in...Stefan Kost2006-07-181-0/+6
* ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.Wim Taymans2006-07-171-0/+12
* gst/rtp/: Added simple generic mpeg4 depayloader.Wim Taymans2006-07-161-0/+18
* gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer.Tim-Philipp Müller2006-07-151-0/+5
* gst/rtp/gstrtpamrdepay.*: rtpamrdec isn't a subclass of GstBaseRtpDepayload.Sebastien Cote2006-07-141-0/+11
* sys/ximage/gstximagesrc.c: Fix segfault when moving mouse pointer to the bott...Zaheer Abbas Merali2006-07-141-0/+6
* gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.Wim Taymans2006-07-121-0/+14
* 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