summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans2007-04-261-0/+6
* gst/wavparse/gstwavparse.*: Apply DISCONT to buffers.Wim Taymans2007-04-261-0/+9
* gst/rtsp/gstrtpdec.*: Add dummy latency property to be backwards compat with ...Wim Taymans2007-04-251-0/+17
* gst/alpha/gstalphacolor.c: Double-check that RGB input caps are really RGBA c...Tim-Philipp Müller2007-04-251-0/+17
* ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, f...Tim-Philipp Müller2007-04-251-0/+8
* gst/rtsp/rtspconnection.c: Read the channel byte as an unsigned byte.Wim Taymans2007-04-251-0/+5
* gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans2007-04-251-0/+22
* gst/rtsp/gstrtspsrc.*: Parse server address from SDP.Wim Taymans2007-04-251-0/+13
* gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135Stefan Kost2007-04-251-0/+5
* Add minimal docs blurb to alphacolor; split out headers into separate header ...Tim-Philipp Müller2007-04-241-0/+12
* gst/debug/progressreport.c: Don't try to post NULL message (in case we can't ...Tim-Philipp Müller2007-04-201-0/+6
* gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now does...Michael Smith2007-04-181-0/+8
* gst/wavenc/gstwavenc.*: everything else results in a invalid block align and ...Sebastian Dröge2007-04-181-0/+8
* gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case.Snaik2007-04-171-0/+7
* gst/wavparse/gstwavparse.c: Use correct format strings for integer types.Vincent Torri2007-04-171-0/+7
* gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instea...Sebastian Dröge2007-04-171-0/+8
* sys/sunaudio/: Fix and/or update copyright attributions (#430228).Brian Cameron2007-04-161-0/+16
* docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs.Wim Taymans2007-04-131-0/+17
* gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: co...Stefan Kost2007-04-131-0/+7
* gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type...Stefan Kost2007-04-131-0/+9
* gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are ...Tim-Philipp Müller2007-04-121-0/+10
* gst/rtp/gstrtph264depay.c: Use the proper sync word for SPS and PPS.Wim Taymans2007-04-121-0/+5
* gst/rtp/Makefile.am: gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HAS...Thomas Vander Stichele2007-04-121-0/+20
* sys/sunaudio/gstsunaudiosrc.c: it is the application's responsibility to make...jerry tan2007-04-121-0/+9
* gst/rtsp/gstrtpdec.*: Make backward compat with rtpbin by adding the request-...Wim Taymans2007-04-121-0/+16
* gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...Wim Taymans2007-04-111-0/+6
* gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups.Wim Taymans2007-04-101-0/+20
* gst/auparse/gstauparse.c: limit caps to the formats we announce in the templateStefan Kost2007-04-101-0/+10
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-101-0/+14
* gst/rtsp/: Morph RTPDec into something compatible with RTPBin as a fallback.Wim Taymans2007-04-061-0/+35
* gst/rtp/gstrtpmp4adepay.c: This element is ready to be autoplugged.Wim Taymans2007-04-051-0/+6
* gst/avi/gstavidemux.c: Don't leave the offsets defined by upstream element on...Julien Moutte2007-04-051-0/+7
* gst/avi/: Don't abort on out-of-memory. Use stream-nr as unsigned integer only.Stefan Kost2007-04-041-0/+13
* gst/smpte/barboxwipes.c: Wim Taymans2007-04-031-0/+5
* gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only...Sebastian Dröge2007-03-301-0/+7
* Revert last change as we don't want plugins-good to depend on plugins-base CV...Sebastian Dröge2007-03-301-0/+9
* configure.ac: Require gst-plugins-base CVS for audioconvert with non-native f...René Stadler2007-03-291-0/+14
* gst/rtp/: Flush adapter on disconts.Wim Taymans2007-03-291-0/+15
* gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans2007-03-291-0/+19
* gst/wavenc/gstwavenc.c: Correctly handle width!=depth input.Sebastian Dröge2007-03-291-0/+9
* gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal2007-03-291-0/+20
* gst/rtp/: Added H264 payloader. Fixes #423782.Laurent Glayal2007-03-291-0/+19
* gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 ...Sebastian Dröge2007-03-281-0/+5
* gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-...Sebastian Dröge2007-03-281-0/+6
* gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.Stefan Kost2007-03-281-0/+24
* gst/rtsp/gstrtspsrc.*: Handle default clock-rates for static payload types, r...Wim Taymans2007-03-251-0/+17
* ext/gconf/gconf.c: Accept complex pipeline descriptions as an audio profile i...Christophe Dehais2007-03-221-0/+8
* gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemu...Tim-Philipp Müller2007-03-211-0/+6
* gst/wavparse/gstwavparse.c: Streaming mode fixes: don't unref buffer we don't...Tim-Philipp Müller2007-03-191-0/+6
* REQUIREMENTS: Change the format to key/value, add a bunch of information, rem...David Schleef2007-03-181-0/+6