summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* gst/avi/avi-ids.h: Add vprp chunk related structures.Mark Nauwelaerts2008-06-294-3/+273
* gst/qtdemux/qtdemux.c: Add Dirac stream typeDavid Schleef2008-06-271-0/+4
* gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a comple...Mark Nauwelaerts2008-06-272-29/+44
* gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...Sebastian Dröge2008-06-251-0/+32
* gst/matroska/matroska-demux.c: Fix buggy format strings in macros. (makes it ...Julien Moutte2008-06-231-4/+4
* gst/: Added debug.Thomas Vander Stichele2008-06-202-2/+7
* gst/rtp/gstrtpg726pay.c: Remove unused variable so that we can compile again.Wim Taymans2008-06-191-1/+0
* gst/rtp/gstrtpg726pay.c: No need to check for audio/G723 and audio/32KADPCM h...Peter Kjellerstedt2008-06-191-13/+1
* gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken.Sebastian Dröge2008-06-192-37/+127
* gst/matroska/: Add a "vfunc" to the track context for postprocessing frames a...Sebastian Dröge2008-06-192-40/+121
* gst/matroska/matroska-demux.c: If a gap of more than 1/2 second is found in o...Sebastian Dröge2008-06-191-9/+21
* gst/matroska/matroska-demux.c: Update FIXME/TODOs and only ignore EOS at the ...Sebastian Dröge2008-06-181-16/+5
* gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.Wim Taymans2008-06-181-4/+2
* gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...Sebastian Dröge2008-06-185-574/+743
* gst/rtp/: Added G726 pay/depayloaders. Fixes #538891.mersad2008-06-186-0/+500
* gst/rtsp/URLS: Some more urls.Wim Taymans2008-06-172-0/+6
* gst/matroska/matroska-demux.c: When comparing index elements with the same ti...Sebastian Dröge2008-06-161-0/+7
* gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_attached_file)Tim-Philipp Müller2008-06-161-5/+2
* gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect ...Sebastian Dröge2008-06-166-15/+238
* gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERRO...Sebastian Dröge2008-06-161-1/+1
* gst/matroska/: Use a GArray for storing the Cue (i.e. seek) information, stor...Sebastian Dröge2008-06-153-69/+132
* gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all C...Sebastian Dröge2008-06-152-64/+2
* 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