summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-204-14/+23
* gst/wavparse/gstwavparse.c: Fix the scaling code.Wim Taymans2008-11-201-3/+4
* gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt2008-11-201-1/+2
* gst/matroska/: Make mkvdemux aware of E-AC3.Edward Hervey2008-11-162-0/+5
* gst/rtp/: Add a jpeg depayloader.Wim Taymans2008-11-145-4/+686
* gst/rtp/: Add JPEG payloader. Fixes #560756.Bjorn Ostby2008-11-144-0/+578
* gst/equalizer/: Add presets for equalizer. Fixes #522183.Stefan Kost2008-11-135-4/+225
* gst/rtsp/: Remove google extension again, it's not needed anymore because we ...Wim Taymans2008-11-132-8/+2
* gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.Eric Zhang2008-11-132-76/+213
* gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.Yotam2008-11-131-2/+5
* gst/rtp/gstrtpg729pay.c: Fix compiler warning about printf formatting.Jan Schmidt2008-11-121-2/+2
* gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...Andy Wingo2008-11-122-11/+22
* gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...Mark Nauwelaerts2008-11-113-1/+43
* gst/rtp/gstrtpg729pay.c: Don't ignore the return value of setcaps.Wim Taymans2008-11-111-2/+3
* gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fix...Olivier Crete2008-11-112-74/+232
* gst/rtsp/gstrtspsrc.c: Only send one transport at a time for improved compati...Wim Taymans2008-11-111-4/+3
* gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source wa...Wim Taymans2008-11-111-6/+11
* gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already...Sebastian Dröge2008-11-111-29/+36
* gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...Stefan Kost2008-11-111-1/+1
* gst/matroska/matroska-mux.c: Fix mapping AAC profile to Matroska codec id.Mark Nauwelaerts2008-11-101-4/+58
* gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...Mark Nauwelaerts2008-11-101-111/+114
* gst/: Make author name consistent with others.Thomas Vander Stichele2008-11-103-3/+3
* gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request.Eric Zhang2008-11-101-0/+5
* gst/matroska/: Implement Dirac muxing into Matroska comforming to the spec, i...Sebastian Dröge2008-11-052-0/+75
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-0437-1/+48
* gst/avi/gstavidemux.c: Invert other uncompressed RGB formats. Fixes #558554.Nick Haddad2008-10-311-5/+17
* gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the ...Sebastian Dröge2008-10-302-11/+20
* gst/rtp/: Narrow down the caps of the mpeg audio pay/depayloaders to only acc...Wim Taymans2008-10-302-3/+4
* gst/rtp/gstrtpL16pay.c: Only put an integral amount of samples in the RTP pac...Wim Taymans2008-10-291-2/+4
* gst/rtp/gstrtpchannels.*: Add method to get possible channel positions.Wim Taymans2008-10-282-0/+32
* gst/rtp/Makefile.am: Also commit updated makefileWim Taymans2008-10-281-0/+3
* gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires ...Sebastian Dröge2008-10-281-53/+2
* gst/rtp/: Add mappings for multichannel support. Does not completely just wor...Wim Taymans2008-10-284-3/+375
* gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost2008-10-2843-144/+838
* gst/rtp/gstrtpL16pay.c: Implement getcaps in rtpL16pay. Fixes #556484.Olivier Crete2008-10-271-5/+59
* gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans2008-10-2747-456/+370
* gst/matroska/matroska-demux.c: Forward unknown events upstream.Wim Taymans2008-10-271-3/+4
* gst/autodetect/: Fix "Since" tags in the documentation.Sebastian Dröge2008-10-272-2/+2
* gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks.Stefan Kost2008-10-278-23/+1027
* gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but th...Peter Kjellerstedt2008-10-271-10/+7
* gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be us...Sebastian Dröge2008-10-271-0/+3
* gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge2008-10-273-2/+16
* gst/equalizer/gstiirequalizer.c: Don't calculate the filter coefficients for ...Sebastian Dröge2008-10-271-0/+1
* gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux.Mark Nauwelaerts2008-10-211-4/+5
* gst/videobox/gstvideobox.c: support dynamically changing properties in videoboxWim Taymans2008-10-211-28/+19
* gst/avi/gstavidemux.c: Skip entries for streams that don't have a output pad ...Edward Hervey2008-10-151-0/+6
* gst/qtdemux/qtdemux.c: Remove previous wrong commitEdward Hervey2008-10-151-0/+2
* gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check.Edward Hervey2008-10-151-2/+0
* gst/rtsp/gstrtspsrc.c: Return TRUE instead of FALSE from the event handler wh...Wim Taymans2008-10-091-1/+1
* gst/avi/gstavidemux.c: Reset header state. Fixes #555321.Wim Taymans2008-10-081-0/+1