summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans2006-06-203-9/+62
* gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans2006-06-201-7/+18
* gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen2006-06-201-1/+49
* gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the fil...Mark Nauwelaerts2006-06-181-2/+10
* gst/spectrum/Makefile.am: Fix build.Zaheer Abbas Merali2006-06-161-2/+3
* gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost2006-06-162-68/+244
* gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.Wim Taymans2006-06-151-38/+84
* gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in...Wim Taymans2006-06-151-8/+12
* gst/matroska/matroska-demux.c: No language specified means the implied langua...Tim-Philipp Müller2006-06-141-0/+15
* gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assump...Tim-Philipp Müller2006-06-142-27/+44
* gst/wavparse/gstwavparse.c: Handle premature EOS gracefully.Wim Taymans2006-06-131-0/+4
* gst/avi/gstavidemux.c: Prevent out of bounds array access when scrubbing towa...Tim-Philipp Müller2006-06-131-0/+2
* gst/spectrum/.cvsignore: Ignore more.Tim-Philipp Müller2006-06-121-0/+2
* gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fix...Tim-Philipp Müller2006-06-111-1/+169
* gst/: Use gst_pad_query_peer_duration() utility function here.Tim-Philipp Müller2006-06-112-33/+11
* gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... s...Edward Hervey2006-06-021-1/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-3/+3
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-0155-101/+101
* gst/goom/gstgoom.*: Handle QoS.Wim Taymans2006-05-312-109/+248
* gst/avi/gstavidemux.c: add an explicit dll imported declaration for GST_CAT_E...Sébastien Moutte2006-05-301-21/+31
* gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller2006-05-283-17/+4
* gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag toSebastian Dröge2006-05-281-16/+51
* gst/id3demux/id3v2frames.c: A track/volume number or count of 0 does not make...Tim-Philipp Müller2006-05-281-5/+5
* gst/spectrum/: added another exampleStefan Kost2006-05-261-1/+5
* gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur...Edward Hervey2006-05-261-3/+8
* gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.Wim Taymans2006-05-261-1/+0
* gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.Wim Taymans2006-05-241-1/+16
* gst/law/: Some cleanups in the chain functions.Wim Taymans2006-05-248-96/+91
* gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called befor...Mark Nauwelaerts2006-05-231-1/+3
* gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad...Tim-Philipp Müller2006-05-233-146/+252
* gst/qtdemux/qtdemux.c: po/POTFILES.in:Tim-Philipp Müller2006-05-221-19/+40
* cover up the dirty truthThomas Vander Stichele2006-05-2215-15/+15
* gst/avi/gstavimux.*: - add odml (large file) index supportMark Nauwelaerts2006-05-222-135/+267
* fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele2006-05-2221-28/+123
* gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi...Stefan Kost2006-05-211-37/+7
* gst/spectrum/Makefile.am: Link to base librariesStefan Kost2006-05-213-66/+184
* Initial port of the spectrum elementStefan Kost2006-05-202-66/+105
* gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative...Jan Schmidt2006-05-191-32/+25
* rtp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34.Philippe Kalaf2006-05-181-2/+3
* Fixed caps for H263 (not the same as H263+)Philippe Kalaf2006-05-171-2/+2
* gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are...Edward Hervey2006-05-171-0/+5
* gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. ...Jindrich Makovicka2006-05-171-73/+98
* gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt2006-05-163-45/+77
* gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull mo...Michael Smith2006-05-141-3/+0
* gst/avi/gstavidemux.c: Ooops, bitten by the copy-and-paste design paradigm, f...Wim Taymans2006-05-121-1/+1
* gst/avi/gstavidemux.*: Some cleanups, prepare to use GstSegment.Wim Taymans2006-05-122-146/+161
* gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seek...Michael Smith2006-05-121-3/+3
* gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build onTim-Philipp Müller2006-05-121-3/+9
* gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether th...Tim-Philipp Müller2006-05-121-6/+12
* gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsin...Wim Taymans2006-05-111-6/+24