summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2006-07-281-0/+20
* sys/sunaudio/gstsunaudiosrc.c: Open source with O_NONBLOCK (#349015).Brian Cameron2006-07-281-0/+7
* gst/avi/gstavidemux.*: Whitespace fixes and more debugStefan Kost2006-07-281-0/+7
* gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-serv...Tim-Philipp Müller2006-07-271-0/+10
* gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...Wim Taymans2006-07-271-2/+11
* gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w...Tim-Philipp Müller2006-07-271-0/+6
* gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...Thijs Vermeir2006-07-271-0/+13
* gst/rtp/: Fix timestamp calculation on outgoing RTP packets.Kai Vehmanen2006-07-261-0/+11
* ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain...Tim-Philipp Müller2006-07-261-0/+8
* gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling...Tim-Philipp Müller2006-07-261-0/+7
* ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re...Tim-Philipp Müller2006-07-261-0/+8
* 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