| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gst/apetag/gsttagdemux.c: ... and fix the very same leaks in GstTagDemux. | Tim-Philipp Müller | 2006-02-11 | 2 | -15/+13 |
* | gst/id3demux/gstid3demux.c: | Jon Trowbridge | 2006-02-11 | 2 | -0/+11 |
* | gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla... | Wim Taymans | 2006-02-10 | 2 | -3/+9 |
* | gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h... | Wim Taymans | 2006-02-10 | 2 | -0/+45 |
* | gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes. | Wim Taymans | 2006-02-10 | 7 | -1/+469 |
* | gst/rtsp/: Resurected rtpdec to make rtspsrc happy again. | Wim Taymans | 2006-02-09 | 8 | -8/+373 |
* | gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes... | Wim Taymans | 2006-02-09 | 4 | -31/+167 |
* | configure.ac: Back to CVS | Jan Schmidt | 2006-02-09 | 2 | -1/+6 |
* | Releasing 0.10.2 | Jan Schmidt | 2006-02-09 | 46 | -120/+184 |
* | Update .po files | Jan Schmidt | 2006-02-08 | 14 | -15/+15 |
* | Oops, jumping the gun with the ChangeLog entry | Jan Schmidt | 2006-02-08 | 1 | -7/+0 |
* | configure.ac: Bump core and plugins-base requirement to 0.10.2.2 for API addi... | Jan Schmidt | 2006-02-08 | 2 | -3/+16 |
* | ext/: Register musicbrainz tags. | Tim-Philipp Müller | 2006-02-08 | 3 | -0/+15 |
* | remove unused var | Thomas Vander Stichele | 2006-02-07 | 1 | -4/+0 |
* | gst/qtdemux/qtdemux.c: use the correct variable to check if we can calculate ... | Thomas Vander Stichele | 2006-02-07 | 1 | -3/+6 |
* | gst/qtdemux/qtdemux.c: clean up some debugging, using _OBJECT, moving recurri... | Thomas Vander Stichele | 2006-02-07 | 1 | -9/+32 |
* | ext/gconf/gconf.h: Remove declaration of function that no longer exists. | Tim-Philipp Müller | 2006-02-07 | 2 | -1/+5 |
* | ext/shout2/gstshout2.c: Make shout2 work for non ogg streams | Zaheer Abbas Merali | 2006-02-07 | 2 | -26/+38 |
* | gst/udp/gstmultiudpsink.*: Updated docs. | Wim Taymans | 2006-02-06 | 3 | -56/+151 |
* | gst/qtdemux/qtdemux.*: Some QT demux loving. | Wim Taymans | 2006-02-06 | 2 | -57/+82 |
* | adding docs for multiudpsink | Thomas Vander Stichele | 2006-02-06 | 6 | -5/+68 |
* | gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ... | Thomas Vander Stichele | 2006-02-06 | 2 | -2/+10 |
* | cvs versions | Thomas Vander Stichele | 2006-02-06 | 38 | -75/+75 |
* | gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES form... | Tim-Philipp Müller | 2006-02-06 | 3 | -10/+37 |
* | Pass unhandled queries upstream instead of just dropping them (#326446). Upda... | Tim-Philipp Müller | 2006-02-06 | 8 | -17/+41 |
* | tests/check/elements/matroskamux.c: Collectpads in core got changed and now a... | Tim-Philipp Müller | 2006-02-06 | 2 | -2/+12 |
* | gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir. | Tim-Philipp Müller | 2006-02-06 | 2 | -1/+6 |
* | docs/plugins/: Add cdio plugin to docs. | Tim-Philipp Müller | 2006-02-06 | 7 | -1/+100 |
* | Add APE tag demuxer (#325649). | Tim-Philipp Müller | 2006-02-06 | 12 | -0/+1917 |
* | ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates tha... | Jan Schmidt | 2006-02-05 | 11 | -8/+185 |
* | gst/goom/: Make goom reentrant by moving all important static variables into ... | Jan Schmidt | 2006-02-05 | 11 | -473/+577 |
* | gst/avi/gstavidemux.*: Third attempt, use gst_pad_is_linked() this time. | Tim-Philipp Müller | 2006-02-04 | 3 | -10/+18 |
* | gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (F... | Jan Schmidt | 2006-02-04 | 2 | -9/+23 |
* | Fixed a bug add in last commit, where no event is send. Thanks Tim to show me. | Edgard Lima | 2006-02-03 | 2 | -4/+13 |
* | Just make it compile with --disable-gst-debug. | Edgard Lima | 2006-02-03 | 3 | -0/+11 |
* | update spec file | Christian Schaller | 2006-02-03 | 1 | -1/+1 |
* | gst/id3demux/id3v2frames.c: Never output a tag with a null contents string. | Jan Schmidt | 2006-02-03 | 2 | -3/+22 |
* | gst/avi/gstavidemux.c: Only pause if all pads are unlinked AND we've tried to... | Tim-Philipp Müller | 2006-02-02 | 3 | -1/+7 |
* | gst/avi/gstavidemux.c: Make loop function/task pause itself when all source p... | Tim-Philipp Müller | 2006-02-02 | 2 | -3/+39 |
* | Use new functions from core to render a bin from a string. Fixes build. Up re... | Tim-Philipp Müller | 2006-02-02 | 4 | -82/+19 |
* | gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are goi... | Tim-Philipp Müller | 2006-02-01 | 2 | -10/+25 |
* | gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of... | Jan Schmidt | 2006-01-30 | 4 | -8/+39 |
* | ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ... | Tim-Philipp Müller | 2006-01-29 | 3 | -507/+680 |
* | ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new t... | Andy Wingo | 2006-01-27 | 3 | -0/+12 |
* | sys/oss/gstosssink.c: Free the device name string when finalised. | Jan Schmidt | 2006-01-27 | 2 | -1/+18 |
* | gst/qtdemux/qtdemux.c: Fix wrong memcpy source pointer. | Tim-Philipp Müller | 2006-01-26 | 1 | -3/+2 |
* | gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() st... | Tim-Philipp Müller | 2006-01-25 | 2 | -3/+12 |
* | changelog surgery | Jan Schmidt | 2006-01-25 | 1 | -1/+1 |
* | gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media fi... | Jan Schmidt | 2006-01-25 | 2 | -0/+17 |
* | I'm too lazy to comment this | Edgard Lima | 2006-01-24 | 2 | -7/+30 |