summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* gst/avi/gstavidemux.c: Try to ignore unparsable/unknown streams and give a wa...Wim Taymans2008-06-101-13/+21
* gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) c...Sebastian Dröge2008-06-106-333/+997
* 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-051-24/+60
* gst/avi/gstavidemux.c: Fix typo in commentThijs Vermeir2008-06-041-1/+1
* gst/avi/gstavidemux.c: Because we don't know the frame order we need to push ...Thijs Vermeir2008-06-041-4/+14
* gst/avi/gstavidemux.c: Set EOS when going out of the segment in reverse playbackThijs Vermeir2008-06-041-4/+19
* gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the...Peter Kjellerstedt2008-06-041-2/+3
* Use new utility functions in libgsttag to process coverart (#512333).Tim-Philipp Müller2008-06-041-84/+5
* gst/matroska/ebml-write.c: Unref the write cache in finalize if it was set an...Sebastian Dröge2008-06-041-1/+14
* 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-022-48/+154
* gst/interleave/interleave.*: Allow setting channel positions via a property a...Sebastian Dröge2008-06-022-38/+414
* gst/videomixer/videomixer.c: When using gst_element_iterate_pads() one has to...Sebastian Dröge2008-06-021-0/+61
* gst/qtdemux/: Improve meta-data handling, add 'comment', 'description' and 'c...Bastien Nocera2008-05-312-9/+49
* gst/qtdemux/qtdemux.c: Make sure we we don't clip the segment's stop using th...Julien Moutte2008-05-311-43/+79
* gst/equalizer/gstiirequalizer.c: Don't clip float/double samples, correctly u...Sebastian Dröge2008-05-311-10/+60
* gst/equalizer/gstiirequalizer.*: Update the filter coefficients only when nee...Sebastian Dröge2008-05-302-16/+55
* gst/alpha/gstalpha.c: Try to skip pixels or areas that are too dark or too br...Sebastian Keller2008-05-291-133/+183
* Rename audiovoice to audiokaraoke and add it to the docs.Stefan Kost2008-05-284-59/+59
* gst/videomixer/videomixer.*: duration and latency queries.Sebastian Dröge2008-05-282-0/+205
* 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-272-1/+176
* gst/qtdemux/qtdemux.c: Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526...j^2008-05-261-1/+17
* gst/audiofx/: Add simple voice removal element. Yay karaoke.Wim Taymans2008-05-264-0/+434
* gst/qtdemux/qtdemux.c: Unbreak segment activation again. Fixes #531672.Wim Taymans2008-05-261-3/+23
* gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge2008-05-263-455/+689
* Don't use _gst_pad().Wim Taymans2008-05-261-2/+2
* 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-221-1/+4
* gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2008-05-223-5/+7
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-213-8/+8
* gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans2008-05-214-29/+50
* gst/avi/gstavimux.c: Also support alaw/mulaw.Stefan Kost2008-05-211-23/+49
* gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans2008-05-212-13/+24
* gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.Gustaf Räntilä2008-05-211-0/+4
* gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson2008-05-212-16/+47
* gst/rtp/gstrtptheoradepay.c: Improve debugging of the ident.Wim Taymans2008-05-211-3/+3
* gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos2008-05-216-105/+276
* gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi2008-05-212-1/+49
* gst/videomixer/videomixer.c: Add missing incudes.Stefan Kost2008-05-201-0/+5
* gst/rtp/gstrtph264pay.*: Correct a typo (sinle -> single).Peter Kjellerstedt2008-05-202-5/+3
* gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-...Wim Taymans2008-05-204-35/+289
* gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the in...Sebastian Dröge2008-05-201-6/+6
* gst/videomixer/videomixer.*: Instead of a random number for the request pad i...Jan Schmidt2008-05-202-3/+12
* gst/smpte/: Add new plugin that adds the SMPTE transition in the alpha channe...Wim Taymans2008-05-206-12/+782
* Try using thaytans new mechanism to get extra classes into plugin docs. Apare...Stefan Kost2008-05-191-0/+4