summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions.Wim Taymans2006-05-101-27/+47
* gst/id3demux/id3v2frames.c: Fix parsing of numeric genre strings some more, b...Jan Schmidt2006-05-101-2/+17
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-106-6/+6
* gst/avi/gstavimux.c: Work around gst_buffer_make_metadata_writable() bug that...Mark Nauwelaerts2006-05-091-2/+6
* gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function.Wim Taymans2006-05-081-6/+5
* gst/rtsp/rtspurl.c: Make parsing of urls suck slightly less.Wim Taymans2006-05-081-9/+16
* C89 compliance fixes. Fixes #340980Jens Granseuer2006-05-081-1/+3
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-065-11/+16
* gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream contex...Michal Benes2006-05-041-0/+1
* gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.Tim-Philipp Müller2006-05-031-4/+13
* gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very h...Mark Nauwelaerts2006-05-031-5/+49
* gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead...Jan Schmidt2006-05-031-17/+7
* gst/: don't leak caps-stringStefan Kost2006-05-023-4/+18
* gst/id3demux/gstid3demux.c: Let core insert default error message for TYPE_NO...Tim-Philipp Müller2006-05-021-4/+2
* gst/: Post an error message when we get an EOS event and were not able to fin...Tim-Philipp Müller2006-05-022-1/+57