| Commit message (Expand) | Author | Age | Files | Lines |
| * | gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don... | Tim-Philipp Müller | 2006-08-16 | 1 | -0/+8 |
| * | sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os... | Tim-Philipp Müller | 2006-08-16 | 1 | -0/+62 |
| * | gst/rtp/: Caps extra properties must be defined as strings for depayloaders b... | Wim Taymans | 2006-08-16 | 1 | -0/+20 |
| * | gst/rtsp/gstrtpdec.c: Add pads after setting them up. | Wim Taymans | 2006-08-16 | 1 | -0/+22 |
| * | gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line. | Wim Taymans | 2006-08-16 | 1 | -0/+5 |
| * | sys/oss/: Small cleanups. Better error reporting. | Wim Taymans | 2006-08-16 | 1 | -0/+13 |
| * | gconf/Makefile.am: Make --disable-schemas work right (they still need to be c... | Jens Granseuer | 2006-08-15 | 1 | -0/+9 |
| * | back to HEAD | Thomas Vander Stichele | 2006-08-14 | 1 | -0/+4 |
| * | releasing 0.10.4 | Thomas Vander Stichele | 2006-08-14 | 1 | -18/+25 |
| * | Send the newsegment event in the streaming thread. | Edward Hervey | 2006-08-10 | 1 | -0/+10 |
| * | ChangeLog surgery: mention bug number | Tim-Philipp Müller | 2006-08-08 | 1 | -3/+3 |
| * | ext/jpeg/: Refuse sink caps in the encoder if width or height is not a multip... | Tim-Philipp Müller | 2006-08-08 | 1 | -0/+10 |
| * | ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro... | Andy Wingo | 2006-08-04 | 1 | -0/+22 |
| * | sys/ximage/ximageutil.c: Fix rgb masks when recording in < 24bpp. | Zaheer Abbas Merali | 2006-08-04 | 1 | -0/+5 |
| * | BPB | Andy Wingo | 2006-08-04 | 1 | -0/+1 |
| * | ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps) (gst_signal_pr... | Andy Wingo | 2006-08-04 | 1 | -0/+13 |
| * | ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process): Fix nframes-c... | Andy Wingo | 2006-07-31 | 1 | -0/+4 |
| * | ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default ... | Andy Wingo | 2006-07-31 | 1 | -0/+20 |
| * | ext/ladspa/gstsignalprocessor.c: don't query buffer-frames from caps, add lot... | Stefan Kost | 2006-07-31 | 1 | -0/+7 |
| * | gst/udp/gstudpsrc.c: Fix docs. | Wim Taymans | 2006-07-31 | 1 | -0/+5 |
| * | ext/ladspa/gstsignalprocessor.c: Add debugs logs here and there, add more err... | Stefan Kost | 2006-07-29 | 1 | -0/+13 |
| * | ext/jpeg/gstsmokeenc.c: Set caps on buffer correctly. Fixes bug #349155. | Zaheer Abbas Merali | 2006-07-29 | 1 | -0/+6 |
| * | gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering. | Sjoerd Simons | 2006-07-28 | 1 | -0/+20 |
| * | sys/sunaudio/gstsunaudiosrc.c: Open source with O_NONBLOCK (#349015). | Brian Cameron | 2006-07-28 | 1 | -0/+7 |
| * | gst/avi/gstavidemux.*: Whitespace fixes and more debug | Stefan Kost | 2006-07-28 | 1 | -0/+7 |
| * | gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-serv... | Tim-Philipp Müller | 2006-07-27 | 1 | -0/+10 |
| * | gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s... | Wim Taymans | 2006-07-27 | 1 | -2/+11 |
| * | gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w... | Tim-Philipp Müller | 2006-07-27 | 1 | -0/+6 |
| * | gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu... | Thijs Vermeir | 2006-07-27 | 1 | -0/+13 |
| * | gst/rtp/: Fix timestamp calculation on outgoing RTP packets. | Kai Vehmanen | 2006-07-26 | 1 | -0/+11 |
| * | ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain... | Tim-Philipp Müller | 2006-07-26 | 1 | -0/+8 |
| * | gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling... | Tim-Philipp Müller | 2006-07-26 | 1 | -0/+7 |
| * | ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re... | Tim-Philipp Müller | 2006-07-26 | 1 | -0/+8 |
| * | sys/ximage/gstximagesrc.c: Document newly-added properties properly, so that ... | Tim-Philipp Müller | 2006-07-25 | 1 | -0/+8 |
| * | gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 ... | Tim-Philipp Müller | 2006-07-25 | 1 | -0/+8 |
| * | gst/avi/gstavidemux.c: Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gs... | Stefan Kost | 2006-07-25 | 1 | -0/+7 |
| * | docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs. | Tim-Philipp Müller | 2006-07-24 | 1 | -0/+62 |
| * | ChangeLog surgery: fix Stefan's e-mail address | Tim-Philipp Müller | 2006-07-24 | 1 | -1/+1 |
| * | ext/esd/esdsink.c: Prevent libesd from auto-spawning a sound daemon if it is ... | Tim-Philipp Müller | 2006-07-24 | 1 | -0/+10 |
| * | ext/esd/Makefile.am: Oops, need to remove README from EXTRA_DIST as well. | Tim-Philipp Müller | 2006-07-24 | 1 | -0/+5 |
| * | ext/esd/README: Remove, it contains nothing useful anyway. | Tim-Philipp Müller | 2006-07-24 | 1 | -0/+9 |
| * | gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking. | Wim Taymans | 2006-07-24 | 1 | -0/+8 |
| * | gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc... | Stefan Kost | 2006-07-24 | 1 | -0/+13 |
| * | Port udp plugin to win32 (#345288). | Joni Valtanen | 2006-07-24 | 1 | -0/+22 |
| * | gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line. | Wim Taymans | 2006-07-24 | 1 | -0/+5 |
| * | gst/id3demux/: On second thought, it might be wiser and more efficient not to... | Tim-Philipp Müller | 2006-07-23 | 1 | -0/+9 |
| * | gst/id3demux/id3tags.c: Put ID3v2 frames we can't parse as binary blobs into ... | Tim-Philipp Müller | 2006-07-23 | 1 | -0/+10 |
| * | gst/avi/gstavidemux.c: Fix some leaks. | Wim Taymans | 2006-07-21 | 1 | -0/+9 |
| * | docs/plugins/: Add annodex and icydemux, cleanup the sections a bit | Stefan Kost | 2006-07-20 | 1 | -0/+6 |
| * | ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as | Alex Lancaster | 2006-07-19 | 1 | -0/+8 |