summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/qtdemux/qtdemux.c: Revert ISO base media spec based pixel-aspect-ratio ca...Mark Nauwelaerts2008-07-181-32/+0
* gst/debug/gsttaginject.c: Don't pass NULL taglists to gst_tag_list_is_empty().Sebastian Dröge2008-07-141-1/+1
* gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge2008-07-141-0/+5
* gst/avi/gstavidemux.c: Fix build of avidemux on big endian architectures.Alessandro Decina2008-07-141-3/+3
* gst/qtdemux/qtdemux.c: Correctly distinguish 8bit vs 16bit raw audio. Fixes ...Thiago Sousa Santos2008-07-101-2/+2
* gst/qtdemux/qtdemux.c: Set pixel-aspect-ratio in caps using display width and...Mark Nauwelaerts2008-07-081-0/+32
* gst/rtp/gstrtpspeexdepay.*: Revert last change: Only the jitterbuffer is able...Sebastian Dröge2008-07-072-10/+1
* gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi().Stefan Kost2008-07-072-1/+2
* gst/rtp/gstrtpspeexdepay.*: Take timestamp from the RTP packet as a first ste...Tomasz Grobelny2008-07-072-1/+10
* gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.Tero Saarni2008-07-051-1/+1
* gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT ...Sebastian Dröge2008-07-021-32/+69
* gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NA...Sebastian Dröge2008-07-021-1/+11
* gst/matroska/matroska-demux.*: Don't set the segment duration to the duration...Sebastian Dröge2008-07-022-3/+4
* gst/matroska/matroska-demux.c: If no Tracks element is found until the first ...Sebastian Dröge2008-07-021-3/+68
* gst/matroska/matroska-demux.c: Resync non-subtitle tracks too if a too large ...Sebastian Dröge2008-07-021-2/+0
* gst/rtp/: Add raw video pay and depayloaders, see RFC4175.Wim Taymans2008-07-016-2/+1260
* 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