summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2006-06-22gst/id3demux/id3v2frames.c: Set image type from APIC frame as "image-type" fi...Tim-Philipp Müller1-3/+9
2006-06-20Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans3-9/+62
2006-06-20gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans1-7/+18
2006-06-20gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen1-1/+49
2006-06-18gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the fil...Mark Nauwelaerts1-2/+10
2006-06-16gst/spectrum/Makefile.am: Fix build.Zaheer Abbas Merali1-2/+3
2006-06-16gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost2-68/+244
2006-06-15gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.Wim Taymans1-38/+84
2006-06-15gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in...Wim Taymans1-8/+12
2006-06-14gst/matroska/matroska-demux.c: No language specified means the implied langua...Tim-Philipp Müller1-0/+15
2006-06-14gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assump...Tim-Philipp Müller2-27/+44
2006-06-13gst/wavparse/gstwavparse.c: Handle premature EOS gracefully.Wim Taymans1-0/+4
2006-06-13gst/avi/gstavidemux.c: Prevent out of bounds array access when scrubbing towa...Tim-Philipp Müller1-0/+2
2006-06-12gst/spectrum/.cvsignore: Ignore more.Tim-Philipp Müller1-0/+2
2006-06-11gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fix...Tim-Philipp Müller1-1/+169
2006-06-11gst/: Use gst_pad_query_peer_duration() utility function here.Tim-Philipp Müller2-33/+11
2006-06-02gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... s...Edward Hervey1-1/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-3/+3
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost55-101/+101
2006-05-31gst/goom/gstgoom.*: Handle QoS.Wim Taymans2-109/+248
2006-05-30gst/avi/gstavidemux.c: add an explicit dll imported declaration for GST_CAT_E...Sébastien Moutte1-21/+31
2006-05-28gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller3-17/+4
2006-05-28gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag toSebastian Dröge1-16/+51
2006-05-28gst/id3demux/id3v2frames.c: A track/volume number or count of 0 does not make...Tim-Philipp Müller1-5/+5
2006-05-26gst/spectrum/: added another exampleStefan Kost1-1/+5
2006-05-26gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur...Edward Hervey1-3/+8
2006-05-26gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.Wim Taymans1-1/+0
2006-05-24gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.Wim Taymans1-1/+16
2006-05-24gst/law/: Some cleanups in the chain functions.Wim Taymans8-96/+91
2006-05-23gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called befor...Mark Nauwelaerts1-1/+3
2006-05-23gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad...Tim-Philipp Müller3-146/+252
2006-05-22gst/qtdemux/qtdemux.c: po/POTFILES.in:Tim-Philipp Müller1-19/+40
2006-05-22cover up the dirty truthThomas Vander Stichele15-15/+15
2006-05-22gst/avi/gstavimux.*: - add odml (large file) index supportMark Nauwelaerts2-135/+267
2006-05-22fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele21-28/+123
2006-05-21gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi...Stefan Kost1-37/+7
2006-05-21gst/spectrum/Makefile.am: Link to base librariesStefan Kost3-66/+184
2006-05-20Initial port of the spectrum elementStefan Kost2-66/+105
2006-05-19gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative...Jan Schmidt1-32/+25
2006-05-18rtp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34.Philippe Kalaf1-2/+3
2006-05-17Fixed caps for H263 (not the same as H263+)Philippe Kalaf1-2/+2
2006-05-17gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are...Edward Hervey1-0/+5
2006-05-17gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. ...Jindrich Makovicka1-73/+98
2006-05-16gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt3-45/+77
2006-05-14gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull mo...Michael Smith1-3/+0
2006-05-12gst/avi/gstavidemux.c: Ooops, bitten by the copy-and-paste design paradigm, f...Wim Taymans1-1/+1
2006-05-12gst/avi/gstavidemux.*: Some cleanups, prepare to use GstSegment.Wim Taymans2-146/+161
2006-05-12gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seek...Michael Smith1-3/+3
2006-05-12gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build onTim-Philipp Müller1-3/+9
2006-05-12gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether th...Tim-Philipp Müller1-6/+12