summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/wavparse/gstwavparse.c: Pass extra_data to gst_riff_create_audio_caps(), ...Tim-Philipp Müller2006-02-161-0/+8
* gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans2006-02-161-0/+10
* Update documentation.Wim Taymans2006-02-161-0/+12
* gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, ...Jan Schmidt2006-02-161-0/+6
* gst/rtsp/README: Updated README.Wim Taymans2006-02-161-0/+16
* gst/alpha/gstalpha.c: Don't ignore return value of the parent class's stateWouter Paesen2006-02-161-0/+6
* Add HAL sound device wrapper plugins. Closes #329106Wim Taymans2006-02-151-0/+30
* gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...Wim Taymans2006-02-151-0/+9
* gst/matroska/matroska-demux.c: Advance stream time for lagging subtitle strea...Tim-Philipp Müller2006-02-141-0/+6
* gst/avi/gstavidemux.c: There can be bogus data before the hdrl LIST tag in th...Edward Hervey2006-02-141-0/+8
* gst/id3demux/id3v2frames.c: Add more validation to ensure that a char encodin...Jan Schmidt2006-02-131-0/+7
* gst/avi/gstavidemux.c: Properly handle end of segment. Closes #330885.Edward Hervey2006-02-131-0/+7
* gst/rtp/gstrtpmp4gpay.h: For got to commit this one.Wim Taymans2006-02-131-0/+5
* gst/rtp/gstrtpmp4gpay.*: Make more things work.Wim Taymans2006-02-121-0/+10
* gst/rtp/gstrtpamrpay.c: set timestamps if no incoming timestamps setThomas Vander Stichele2006-02-121-0/+5
* gst/apetag/gsttagdemux.c: ... and fix the very same leaks in GstTagDemux.Tim-Philipp Müller2006-02-111-0/+6
* gst/id3demux/gstid3demux.c: Jon Trowbridge2006-02-111-0/+7
* gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla...Wim Taymans2006-02-101-0/+6
* gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h...Wim Taymans2006-02-101-0/+7
* gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.Wim Taymans2006-02-101-0/+19
* gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.Wim Taymans2006-02-091-0/+19
* gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans2006-02-091-0/+14
* configure.ac: Back to CVSJan Schmidt2006-02-091-0/+5
* Releasing 0.10.2Jan Schmidt2006-02-091-0/+7
* Oops, jumping the gun with the ChangeLog entryJan Schmidt2006-02-081-7/+0
* configure.ac: Bump core and plugins-base requirement to 0.10.2.2 for API addi...Jan Schmidt2006-02-081-0/+13
* ext/: Register musicbrainz tags.Tim-Philipp Müller2006-02-081-0/+6
* ext/gconf/gconf.h: Remove declaration of function that no longer exists.Tim-Philipp Müller2006-02-071-0/+5
* ext/shout2/gstshout2.c: Make shout2 work for non ogg streamsZaheer Abbas Merali2006-02-071-0/+6
* gst/udp/gstmultiudpsink.*: Updated docs.Wim Taymans2006-02-061-0/+13
* adding docs for multiudpsinkThomas Vander Stichele2006-02-061-0/+9
* gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ...Thomas Vander Stichele2006-02-061-0/+5
* gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES form...Tim-Philipp Müller2006-02-061-0/+9
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-0/+18
* tests/check/elements/matroskamux.c: Collectpads in core got changed and now a...Tim-Philipp Müller2006-02-061-0/+7
* gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.Tim-Philipp Müller2006-02-061-0/+5
* docs/plugins/: Add cdio plugin to docs.Tim-Philipp Müller2006-02-061-0/+14
* Add APE tag demuxer (#325649).Tim-Philipp Müller2006-02-061-0/+15
* ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates tha...Jan Schmidt2006-02-051-0/+31
* gst/goom/: Make goom reentrant by moving all important static variables into ...Jan Schmidt2006-02-051-0/+21
* gst/avi/gstavidemux.*: Third attempt, use gst_pad_is_linked() this time.Tim-Philipp Müller2006-02-041-0/+8
* gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (F...Jan Schmidt2006-02-041-0/+9
* Fixed a bug add in last commit, where no event is send. Thanks Tim to show me.Edgard Lima2006-02-031-0/+6
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+6
* gst/id3demux/id3v2frames.c: Never output a tag with a null contents string.Jan Schmidt2006-02-031-0/+7
* gst/avi/gstavidemux.c: Only pause if all pads are unlinked AND we've tried to...Tim-Philipp Müller2006-02-021-0/+6
* gst/avi/gstavidemux.c: Make loop function/task pause itself when all source p...Tim-Philipp Müller2006-02-021-0/+7
* Use new functions from core to render a bin from a string. Fixes build. Up re...Tim-Philipp Müller2006-02-021-0/+7
* gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are goi...Tim-Philipp Müller2006-02-011-0/+9
* gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of...Jan Schmidt2006-01-301-0/+13