summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/rtsp/rtspconnection.c: Read the channel byte as an unsigned byte.Wim Taymans2007-04-251-1/+1
* gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans2007-04-2510-45/+73
* gst/rtsp/gstrtspsrc.*: Parse server address from SDP.Wim Taymans2007-04-253-2/+96
* gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135Stefan Kost2007-04-251-5/+4
* Add minimal docs blurb to alphacolor; split out headers into separate header ...Tim-Philipp Müller2007-04-243-32/+75
* gst/debug/progressreport.c: Don't try to post NULL message (in case we can't ...Tim-Philipp Müller2007-04-201-1/+3
* gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now does...Michael Smith2007-04-182-10/+10
* gst/wavenc/gstwavenc.*: everything else results in a invalid block align and ...Sebastian Dröge2007-04-182-9/+23
* gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case.Snaik2007-04-171-0/+1
* gst/wavparse/gstwavparse.c: Use correct format strings for integer types.Vincent Torri2007-04-171-1/+1
* gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instea...Sebastian Dröge2007-04-171-66/+12
* docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs.Wim Taymans2007-04-133-23/+6
* gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: co...Stefan Kost2007-04-131-2/+4
* gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type...Stefan Kost2007-04-132-8/+47
* gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are ...Tim-Philipp Müller2007-04-121-30/+87
* gst/rtp/gstrtph264depay.c: Use the proper sync word for SPS and PPS.Wim Taymans2007-04-121-2/+2
* gst/rtp/Makefile.am: gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HAS...Thomas Vander Stichele2007-04-126-13/+131
* gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the ...Wim Taymans2007-04-121-1/+1
* gst/rtsp/gstrtpdec.*: Make backward compat with rtpbin by adding the request-...Wim Taymans2007-04-124-5/+118
* gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...Wim Taymans2007-04-111-0/+6
* gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations.Wim Taymans2007-04-112-21/+52
* gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups.Wim Taymans2007-04-105-85/+146
* gst/auparse/gstauparse.c: limit caps to the formats we announce in the templateStefan Kost2007-04-102-25/+55
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-106-3/+9
* gst/rtsp/: Morph RTPDec into something compatible with RTPBin as a fallback.Wim Taymans2007-04-068-212/+776
* gst/qtdemux/gstrtpxqtdepay.*: Try to recover from packet loss a little better.Wim Taymans2007-04-052-1/+25
* gst/rtp/gstrtpmp4adepay.c: This element is ready to be autoplugged.Wim Taymans2007-04-051-1/+1
* gst/avi/gstavidemux.c: Don't leave the offsets defined by upstream element on...Julien Moutte2007-04-051-0/+2
* gst/avi/: Don't abort on out-of-memory. Use stream-nr as unsigned integer only.Stefan Kost2007-04-042-41/+77
* gst/smpte/barboxwipes.c: Wim Taymans2007-04-031-1/+1
* gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only...Sebastian Dröge2007-03-301-0/+5
* Revert last change as we don't want plugins-good to depend on plugins-base CV...Sebastian Dröge2007-03-302-2/+41
* configure.ac: Require gst-plugins-base CVS for audioconvert with non-native f...René Stadler2007-03-292-41/+2
* gst/rtp/: Flush adapter on disconts.Wim Taymans2007-03-297-13/+61
* gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans2007-03-2914-75/+24
* gst/wavenc/gstwavenc.c: Correctly handle width!=depth input.Sebastian Dröge2007-03-292-12/+17
* gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal2007-03-294-34/+94
* gst/rtp/: Added H264 payloader. Fixes #423782.Laurent Glayal2007-03-295-10/+404
* gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 ...Sebastian Dröge2007-03-281-1/+1
* gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-...Sebastian Dröge2007-03-281-1/+1
* gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.Stefan Kost2007-03-286-44/+460
* gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov ...Edward Hervey2007-03-285-4/+53
* gst/rtsp/gstrtspsrc.*: Handle default clock-rates for static payload types, r...Wim Taymans2007-03-252-32/+190
* gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ...Tim-Philipp Müller2007-03-241-0/+1
* gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai...Tim-Philipp Müller2007-03-221-28/+26
* gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemu...Tim-Philipp Müller2007-03-211-2/+1
* gst/wavparse/gstwavparse.c: Streaming mode fixes: don't unref buffer we don't...Tim-Philipp Müller2007-03-191-6/+1
* gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost2007-03-161-1/+18
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2007-03-144-278/+24
* gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost2007-03-148-24/+541