summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. App...Stefan Kost2008-12-151-13/+7
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-138-111/+112
* gst/avi/gstavidemux.c: More logging.Stefan Kost2008-12-092-13/+32
* gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame whe...Wim Taymans2008-12-091-2/+21
* gst/rtp/gstrtpmp4apay.c: Copy incomming timestamp to outgoing packets.Wim Taymans2008-12-081-0/+5
* gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a val...Wim Taymans2008-12-081-0/+6
* Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge2008-12-054-0/+34
* gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge2008-11-301-2/+2
* gst/autodetect/gstautoaudiosrc.c: Fix classification.Stefan Kost2008-11-291-1/+1
* gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt2008-11-281-22/+16
* gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #5...Sebastian Dröge2008-11-273-14/+48
* gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connec...이문형2008-11-271-2/+14
* gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans2008-11-2576-127/+127
* gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...Julien Moutte2008-11-251-0/+2
* gst/autodetect/: Post an error when we can't set the internal ghostpad target.Wim Taymans2008-11-254-5/+41
* gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties usin...Wim Taymans2008-11-252-66/+45
* gst/rtsp/gstrtspsrc.c: Add some more debugging.Wim Taymans2008-11-241-1/+9
* gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...Tal Shalif2008-11-231-6/+6
* 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