summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/ebml-read.c: Prevent unaligned memory access when reading floats.Sebastian Dröge2008-06-151-20/+12
* gst/matroska/: Make sure that every Tags element is only parsed once and it's...Sebastian Dröge2008-06-154-1/+41
* gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base c...Sebastian Dröge2008-06-152-45/+26
* gst/matroska/: Reverse the level list as we usually are only interested in th...Sebastian Dröge2008-06-142-14/+57
* gst/debug/gsttaginject.c: Don't unref NULL taglist in finalize. Don't use c++...Tim-Philipp Müller2008-06-131-7/+11
* gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for tran...Sebastian Dröge2008-06-132-13/+10
* gst/matroska/matroska-demux.*: Only parse Tracks, SeekHead and SegmentInfo el...Sebastian Dröge2008-06-132-59/+242
* gst/replaygain/: More doc updates.Stefan Kost2008-06-133-38/+28
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-132-38/+24
* gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...Wim Taymans2008-06-132-54/+72
* gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.Wim Taymans2008-06-131-1/+1
* gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.Wim Taymans2008-06-131-4/+4
* gst/rtp/gstrtptheoradepay.c: Make the delivery-method mandatory on the caps a...Olivier Crete2008-06-133-22/+21
* gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to...Wim Taymans2008-06-121-2/+2
* gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks...Stefan Kost2008-06-121-8/+4
* gst/debug/gsttaginject.*: Now actually adding the new element.Stefan Kost2008-06-112-0/+252
* Remove dummy plugin_init. Remove some undefined entries from doc- section fil...Stefan Kost2008-06-1112-100/+49
* gst/matroska/matroska-mux.c: Update the counter for the number of streams whe...Sebastian Dröge2008-06-111-0/+3
* gst/matroska/: Add some more tags, improve debugging a bit and make sure thatSebastian Dröge2008-06-113-26/+45
* gst/rtp/gstrtptheorapay.c: The Theora RTP payloader only supports the "inline...Olivier Crete2008-06-111-1/+26
* gst/videomixer/videomixer.c: Remove bogus check.Wim Taymans2008-06-101-2/+3
* gst/videomixer/videomixer.c: Use stream_time to synchronize the object proper...Wim Taymans2008-06-101-7/+26
* 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