summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/wavparse/gstwavparse.c: Pass extra_data to gst_riff_create_audio_caps(), ...Tim-Philipp Müller2006-02-161-20/+27
* gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans2006-02-161-15/+158
* Update documentation.Wim Taymans2006-02-161-6/+60
* gst/qtdemux/qtdemux.c: Don't stop the task if the pad isn't linked.Edward Hervey2006-02-161-6/+5
* gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, ...Jan Schmidt2006-02-161-4/+12
* gst/rtsp/README: Updated README.Wim Taymans2006-02-163-33/+139
* gst/alpha/gstalpha.c: Don't ignore return value of the parent class's stateWouter Paesen2006-02-161-5/+9
* gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ...Tim-Philipp Müller2006-02-151-1/+1
* gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...Wim Taymans2006-02-152-5/+11
* gst/qtdemux/qtdemux.c: When buffering MDAT data, show the user something is h...Tim-Philipp Müller2006-02-151-1/+20
* gst/matroska/matroska-demux.c: Advance stream time for lagging subtitle strea...Tim-Philipp Müller2006-02-141-28/+13
* gst/qtdemux/qtdemux.*: Make push-based work if mdat atom is before moov atom.Edward Hervey2006-02-142-17/+58
* gst/avi/gstavidemux.c: There can be bogus data before the hdrl LIST tag in th...Edward Hervey2006-02-141-6/+28
* gst/qtdemux/qtdemux.c: Handle the case where data atoms are before moov atoms...Edward Hervey2006-02-141-2/+13
* gst/qtdemux/: QtDemux can now work push-based.Edward Hervey2006-02-133-212/+462
* gst/id3demux/id3v2frames.c: Add more validation to ensure that a char encodin...Jan Schmidt2006-02-131-33/+35
* gst/avi/gstavidemux.c: Properly handle end of segment. Closes #330885.Edward Hervey2006-02-131-8/+22
* gst/rtp/gstrtpmp4gpay.h: For got to commit this one.Wim Taymans2006-02-131-0/+3
* gst/rtp/gstrtpmp4gpay.*: Make more things work.Wim Taymans2006-02-121-11/+207
* gst/rtp/gstrtpamrpay.c: set timestamps if no incoming timestamps setThomas Vander Stichele2006-02-121-3/+11
* gst/apetag/gsttagdemux.c: ... and fix the very same leaks in GstTagDemux.Tim-Philipp Müller2006-02-111-15/+7
* gst/id3demux/gstid3demux.c: Jon Trowbridge2006-02-111-0/+4
* gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla...Wim Taymans2006-02-101-3/+3
* gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h...Wim Taymans2006-02-101-0/+38
* gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.Wim Taymans2006-02-106-1/+450
* gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.Wim Taymans2006-02-097-8/+354
* gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans2006-02-093-31/+153
* remove unused varThomas Vander Stichele2006-02-071-4/+0
* gst/qtdemux/qtdemux.c: use the correct variable to check if we can calculate ...Thomas Vander Stichele2006-02-071-3/+6
* gst/qtdemux/qtdemux.c: clean up some debugging, using _OBJECT, moving recurri...Thomas Vander Stichele2006-02-071-9/+32
* gst/udp/gstmultiudpsink.*: Updated docs.Wim Taymans2006-02-062-56/+138
* gst/qtdemux/qtdemux.*: Some QT demux loving.Wim Taymans2006-02-062-57/+82
* adding docs for multiudpsinkThomas Vander Stichele2006-02-061-2/+49
* gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ...Thomas Vander Stichele2006-02-061-2/+5
* gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES form...Tim-Philipp Müller2006-02-062-10/+28
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-063-2/+6
* gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.Tim-Philipp Müller2006-02-061-1/+1
* Add APE tag demuxer (#325649).Tim-Philipp Müller2006-02-065-0/+1867
* gst/goom/: Make goom reentrant by moving all important static variables into ...Jan Schmidt2006-02-0510-473/+556
* gst/avi/gstavidemux.*: Third attempt, use gst_pad_is_linked() this time.Tim-Philipp Müller2006-02-042-10/+10
* gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (F...Jan Schmidt2006-02-041-9/+14
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+3
* gst/id3demux/id3v2frames.c: Never output a tag with a null contents string.Jan Schmidt2006-02-031-3/+15
* gst/avi/gstavidemux.c: Only pause if all pads are unlinked AND we've tried to...Tim-Philipp Müller2006-02-021-1/+1
* gst/avi/gstavidemux.c: Make loop function/task pause itself when all source p...Tim-Philipp Müller2006-02-021-3/+32
* gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are goi...Tim-Philipp Müller2006-02-011-10/+16
* gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of...Jan Schmidt2006-01-302-8/+26
* gst/qtdemux/qtdemux.c: Fix wrong memcpy source pointer.Tim-Philipp Müller2006-01-261-3/+2
* gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() st...Tim-Philipp Müller2006-01-251-3/+5
* gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media fi...Jan Schmidt2006-01-251-0/+11