summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add pulseaudio GStreamer element from gst-pulse. Development will continue he...Sebastian Dröge2008-06-1018-0/+3634
* ext/cdio/: Also extract album title and album genre from CD-TEXT if available...Benjamin Kampmann2008-06-094-0/+36
* sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...Sjoerd Simons2008-06-092-5/+49
* sys/v4l2/: Fix compilation with newer GIT kernels that deprecatedBastien Nocera2008-06-093-0/+38
* Require libcdio >= 0.76.Tim-Philipp Müller2008-06-076-28/+11
* gst/interleave/: Properly implement duration and position queries in bytes fo...Sebastian Dröge2008-06-052-0/+85
* gst/avi/gstavidemux.c: Catch UNEXPECTED when downstream has reached end of se...Thijs Vermeir2008-06-053-24/+66
* gst/avi/gstavidemux.c: Fix typo in commentThijs Vermeir2008-06-042-1/+6
* gst/avi/gstavidemux.c: Because we don't know the frame order we need to push ...Thijs Vermeir2008-06-042-4/+20
* sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ...Sjoerd Simons2008-06-042-2/+138
* gst/avi/gstavidemux.c: Set EOS when going out of the segment in reverse playbackThijs Vermeir2008-06-042-4/+24
* ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...Tim-Philipp Müller2008-06-042-1/+7
* gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the...Peter Kjellerstedt2008-06-042-2/+9
* Use new utility functions in libgsttag to process coverart (#512333).Tim-Philipp Müller2008-06-043-192/+20
* ext/flac/gstflacdec.c: We actually support left/side, right/side and mid/side...Sebastian Dröge2008-06-042-7/+76
* gst/matroska/ebml-write.c: Unref the write cache in finalize if it was set an...Sebastian Dröge2008-06-042-1/+21
* gst/interleave/interleave.*: Use an always increasing integer for the number ...Sebastian Dröge2008-06-042-16/+51
* gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's ...Sebastian Dröge2008-06-031-3/+8
* gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() func...Sebastian Dröge2008-06-031-78/+12
* gst/avi/gstavidemux.*: Implement reverse playback. Fixes #535300.Thijs Vermeir2008-06-023-48/+166
* gst/interleave/interleave.*: Allow setting channel positions via a property a...Sebastian Dröge2008-06-023-44/+662
* gst/videomixer/videomixer.c: When using gst_element_iterate_pads() one has to...Sebastian Dröge2008-06-022-0/+68
* gst/qtdemux/: Improve meta-data handling, add 'comment', 'description' and 'c...Bastien Nocera2008-05-313-9/+59
* 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