summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/qtdemux/qtdemux.c: Make sure we we don't clip the segment's stop using th...Julien Moutte2008-05-313-47/+95
* gst/equalizer/gstiirequalizer.c: Don't clip float/double samples, correctly u...Sebastian Dröge2008-05-312-10/+67
* gst/equalizer/gstiirequalizer.*: Update the filter coefficients only when nee...Sebastian Dröge2008-05-303-16/+67
* gst/alpha/gstalpha.c: Try to skip pixels or areas that are too dark or too br...Sebastian Keller2008-05-292-133/+195
* Ignore some more generated thingsJan Schmidt2008-05-284-2/+13
* docs/plugins/: Add SMPTE effect elements to docs.Wim Taymans2008-05-284-0/+37
* Document whats first shown on the fdo plugin docs page :)Stefan Kost2008-05-286-0/+41
* Rename audiovoice to audiokaraoke and add it to the docs.Stefan Kost2008-05-2811-59/+155
* Document aasink and cacasink.Stefan Kost2008-05-2870-583/+618
* gst/videomixer/videomixer.*: duration and latency queries.Sebastian Dröge2008-05-283-0/+214
* gst/interleave/interleave.c: Implement latency query.Sebastian Dröge2008-05-281-0/+89
* gst/videomixer/videomixer.*: Implement proper seek/newsegment handling.Edward Hervey2008-05-273-1/+188
* gst/qtdemux/qtdemux.c: Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526...j^2008-05-262-1/+24
* gst/audiofx/: Add simple voice removal element. Yay karaoke.Wim Taymans2008-05-265-0/+447
* sys/v4l2/v4l2src_calls.c: Fix potential caps leak.William M. Brack2008-05-262-10/+43
* sys/v4l2/v4l2src_calls.c: If we fail to get the frame intervals, simply don't...William M. Brack2008-05-262-9/+21
* sys/v4l2/gstv4l2src.c: Add NV12, NV21 and bayer support. See #520092.William M. Brack2008-05-262-2/+28
* gst/qtdemux/qtdemux.c: Unbreak segment activation again. Fixes #531672.Wim Taymans2008-05-262-3/+29
* gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge2008-05-264-455/+1129
* Don't use _gst_pad().Wim Taymans2008-05-263-8/+8
* ext/flac/: Set the channel layout when decoding FLAC files with more than 2 c...Sebastian Dröge2008-05-253-1/+67
* configure.ac: We need -base CVS (rtsp).Tim-Philipp Müller2008-05-243-1/+6
* docs/plugins/: Add interleave/deinterleave to the docs and while at that run ...Sebastian Dröge2008-05-221-0/+4
* gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads...Sebastian Dröge2008-05-222-8/+25
* gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_AD...Tim-Philipp Müller2008-05-222-1/+10
* gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2008-05-224-5/+16
* tests/check/elements/: Don't use gst_element_get_pad(), it's a bad, bad method.Wim Taymans2008-05-216-15/+33
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-2111-21/+48
* gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans2008-05-216-29/+61
* gst/avi/gstavimux.c: Also support alaw/mulaw.Stefan Kost2008-05-212-23/+54
* gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans2008-05-214-14/+34
* gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.Gustaf Räntilä2008-05-212-0/+11
* gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson2008-05-213-16/+58
* gst/rtp/gstrtptheoradepay.c: Improve debugging of the ident.Wim Taymans2008-05-212-3/+8
* gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos2008-05-217-105/+301
* gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi2008-05-213-1/+61
* ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent...Michael Meeks2008-05-202-1/+8
* gst/videomixer/videomixer.c: Add missing incudes.Stefan Kost2008-05-202-0/+10
* gst/rtp/gstrtph264pay.*: Correct a typo (sinle -> single).Peter Kjellerstedt2008-05-203-5/+10
* gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-...Wim Taymans2008-05-205-35/+309
* gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the in...Sebastian Dröge2008-05-202-6/+13
* gst/videomixer/videomixer.*: Instead of a random number for the request pad i...Jan Schmidt2008-05-203-3/+22
* gst/smpte/: Add new plugin that adds the SMPTE transition in the alpha channe...Wim Taymans2008-05-207-12/+804
* Try using thaytans new mechanism to get extra classes into plugin docs. Apare...Stefan Kost2008-05-198-109/+16404
* tests/check/elements/deinterleave.c: Set keep-positions property to TRUE for ...Sebastian Dröge2008-05-191-0/+1
* gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge2008-05-192-6/+68
* gst/avi/gstavimux.c: Set proper rate in avi stream header for PCM audio, and ...Mark Nauwelaerts2008-05-182-5/+28
* gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge2008-05-173-0/+94
* gst/interleave/deinterleave.c: Always set the channel positions when gst_audi...Sebastian Dröge2008-05-171-20/+23
* sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOve...Sebastian Dröge2008-05-172-0/+46