summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-082-3/+16
* ext/: Register musicbrainz tags.Tim-Philipp Müller2006-02-083-0/+15
* 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
* ext/gconf/gconf.h: Remove declaration of function that no longer exists.Tim-Philipp Müller2006-02-072-1/+5
* ext/shout2/gstshout2.c: Make shout2 work for non ogg streamsZaheer Abbas Merali2006-02-072-26/+38
* gst/udp/gstmultiudpsink.*: Updated docs.Wim Taymans2006-02-063-56/+151
* gst/qtdemux/qtdemux.*: Some QT demux loving.Wim Taymans2006-02-062-57/+82
* adding docs for multiudpsinkThomas Vander Stichele2006-02-066-5/+68
* gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ...Thomas Vander Stichele2006-02-062-2/+10
* cvs versionsThomas Vander Stichele2006-02-0638-75/+75
* gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES form...Tim-Philipp Müller2006-02-063-10/+37
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-068-17/+41
* tests/check/elements/matroskamux.c: Collectpads in core got changed and now a...Tim-Philipp Müller2006-02-062-2/+12
* gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.Tim-Philipp Müller2006-02-062-1/+6
* docs/plugins/: Add cdio plugin to docs.Tim-Philipp Müller2006-02-067-1/+100
* Add APE tag demuxer (#325649).Tim-Philipp Müller2006-02-0612-0/+1917
* ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates tha...Jan Schmidt2006-02-0511-8/+185
* gst/goom/: Make goom reentrant by moving all important static variables into ...Jan Schmidt2006-02-0511-473/+577
* gst/avi/gstavidemux.*: Third attempt, use gst_pad_is_linked() this time.Tim-Philipp Müller2006-02-043-10/+18
* gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (F...Jan Schmidt2006-02-042-9/+23
* Fixed a bug add in last commit, where no event is send. Thanks Tim to show me.Edgard Lima2006-02-032-4/+13
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-033-0/+11
* update spec fileChristian Schaller2006-02-031-1/+1
* gst/id3demux/id3v2frames.c: Never output a tag with a null contents string.Jan Schmidt2006-02-032-3/+22
* gst/avi/gstavidemux.c: Only pause if all pads are unlinked AND we've tried to...Tim-Philipp Müller2006-02-023-1/+7
* gst/avi/gstavidemux.c: Make loop function/task pause itself when all source p...Tim-Philipp Müller2006-02-022-3/+39
* Use new functions from core to render a bin from a string. Fixes build. Up re...Tim-Philipp Müller2006-02-024-82/+19
* gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are goi...Tim-Philipp Müller2006-02-012-10/+25
* gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of...Jan Schmidt2006-01-304-8/+39
* ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller2006-01-293-507/+680
* ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new t...Andy Wingo2006-01-273-0/+12
* sys/oss/gstosssink.c: Free the device name string when finalised.Jan Schmidt2006-01-272-1/+18
* 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-252-3/+12
* changelog surgeryJan Schmidt2006-01-251-1/+1
* gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media fi...Jan Schmidt2006-01-252-0/+17
* I'm too lazy to comment thisEdgard Lima2006-01-242-7/+30
* gst/qtdemux/qtdemux.c: More coherent framerate setting on caps.Edward Hervey2006-01-241-5/+9
* gst/matroska/: Added recognition of Real Audio and Video streams in matroska ...Edward Hervey2006-01-233-4/+78
* gst/qtdemux/qtdemux.c: Added codec recognition for: _ VP31 : video/x-vp3 _ AV...Edward Hervey2006-01-231-0/+21
* gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilatio...Jan Schmidt2006-01-232-4/+9
* Mention that my last commit fixes #328241Jan Schmidt2006-01-231-0/+1
* sys/sunaudio/: Export functions that are needed in other parts of the code, m...Tim-Philipp Müller2006-01-233-7/+18
* gst/matroska/matroska-mux.c: Fix possible deadlock in matroska muxer (#327825).Tim-Philipp Müller2006-01-232-29/+50
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-237-9/+22
* gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminate...Jan Schmidt2006-01-234-83/+249
* gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.Fabrizio2006-01-212-21/+36