summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/level/gstlevel.c: Fix compilation (also known as the classic 'fix code th...Edward Hervey2008-08-111-1/+1
* gst/level/gstlevel.c: Little renaming (l -> level).Stefan Kost2008-08-103-14/+58
* gst/level/gstlevel.*: Send same timestamp/duration details as videoanalysis. ...Stefan Kost2008-08-102-12/+58
* gst/matroska/matroska-mux.c: We need to drop one additional buffer for FLAC a...Sebastian Dröge2008-08-091-3/+9
* gst/matroska/matroska-mux.c: Add support for muxing FLAC into Matroska contai...Sebastian Dröge2008-08-091-0/+89
* gst/matroska/matroska-demux.*: Close the current segment if we're doing a non...Sebastian Dröge2008-08-082-37/+69
* gst/qtdemux/qtdemux.c: Use audio/x-qdm for caps. Collect some info - mplayer ...Stefan Kost2008-08-061-2/+13
* gst/wavparse/gstwavparse.c: Handle the list chunk and use gst_riff_parse_info...Stefan Kost2008-08-051-1/+66
* gst/wavparse/gstwavparse.c: Handle the acid chunk and send tempo as part of t...Stefan Kost2008-08-051-0/+34
* gst/wavparse/gstwavparse.c: Refactor wavparse. Call _reset() from dispose() a...Stefan Kost2008-08-051-54/+71
* gst/rtsp/gstrtspsrc.c: Improve udp port setup. Fixes #545710.Aurelien Grimaud2008-08-051-39/+51
* gst/rtp/: Add MP1S depayloader.Wim Taymans2008-08-055-0/+313
* gst/rtsp/URLS: Add another URL.Wim Taymans2008-08-051-0/+3
* gst/avi/gstavimux.c: Provide cbSize field for audio extra_data size, and take...Mark Nauwelaerts2008-08-041-8/+18
* gst/qtdemux/qtdemux.c: Return the result of gst_pad_{start,stop}_task instead...Stefan Kost2008-08-041-4/+3
* gst/qtdemux/: Add keyword tag support. Fixes #520694 for qtdemux.Stefan Kost2008-08-042-0/+13
* gst/qtdemux/qtdemux.c: Add support for tmpo tag (BPM).Stefan Kost2008-08-041-0/+31
* gst/matroska/matroska-demux.c: When receiving a SEEK event on a specific pad ...Sebastian Dröge2008-08-021-13/+25
* Build depend on core CVS for the attachment tag.Sebastian Dröge2008-08-022-10/+0
* Decode the codec private data and following ContentEncoding if necessary.Sebastian Dröge2008-08-025-110/+686
* gst/matroska/matroska-mux.c: Fix muxing of MP3/MP2 with different MPEG versio...Sebastian Dröge2008-08-021-10/+21
* gst/matroska/matroska-demux.*: Allow an infinite number of stream inside Matr...Sebastian Dröge2008-08-022-51/+74
* gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge2008-08-024-266/+5
* gst/matroska/matroska-demux.c: If no Tracks are found error out instead of tr...Sebastian Dröge2008-08-021-2/+2
* gst/matroska/matroska-demux.c: Fix demuxing of raw integer audio. The samples...Sebastian Dröge2008-08-021-1/+1
* gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supporte...Sebastian Dröge2008-08-021-1/+2
* gst/matroska/matroska-mux.c: Add support for muxing raw float audio now that ...Sebastian Dröge2008-08-021-8/+32
* gst/matroska/matroska-mux.c: Add locking to the global array of used track UI...Sebastian Dröge2008-08-021-27/+15
* gst/qtdemux/qtdemux.c: Fix segment-stop regression.Edward Hervey2008-07-251-1/+71
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-237-13/+37
* gst/debug/gsttaginject.*: Sent tags in _transform_ip() instead of _start(). F...Stefan Kost2008-07-222-12/+17
* 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