index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-02-25
gst/tcp/gsttcpserversrc.c: Don't assume blocking socket; read can return less...
Ronald S. Bultje
1
-0
/
+10
2005-02-25
gst/ffmpegcolorspace/imgconvert_template.h: Fix wrong macro availability lead...
Ronald S. Bultje
1
-0
/
+8
2005-02-25
ext/jpeg/gstjpegdec.c: Fix memleak (#168254).
Ronald S. Bultje
1
-0
/
+8
2005-02-24
Add GConf video/audio sink handling elements. Automagically change contained ...
Ronald S. Bultje
3
-0
/
+55
2005-02-24
ext/ivorbis/vorbis.c: Set rank to secondary, we always prefer oggdemux (for o...
Ronald S. Bultje
2
-1
/
+7
2005-02-24
gst/playback/gstplaybasebin.c: Remove probe when no longer blocking for buffe...
Ronald S. Bultje
1
-0
/
+6
2005-02-23
Small C99'ism fix.
Maciej Katafiasz
3
-2
/
+12
2005-02-23
ext/gdk_pixbuf/pixbufscale.c: Remove bogus gdk_pixbuf_scale_simple call, so n...
Jan Schmidt
1
-0
/
+9
2005-02-23
gst/videotestsrc/gstvideotestsrc.c: seek events weren't working completely
Edward Hervey
1
-0
/
+7
2005-02-23
ext/vorbis/vorbisdec.c: Expose the primary means of bitrate as main bitrate.
Ronald S. Bultje
1
-0
/
+5
2005-02-22
sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ...
BRANCH-GSTREAMER-0_8-ROOT
Ronald S. Bultje
1
-0
/
+5
2005-02-22
ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)
Tim-Philipp Müller
1
-0
/
+12
2005-02-21
Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...
Tim-Philipp Müller
3
-3
/
+18
2005-02-21
Whoops.
Maciej Katafiasz
1
-1
/
+1
2005-02-21
Fix playback of certain invalid muxed streams. Partial fix for #149158
Maciej Katafiasz
3
-6
/
+48
2005-02-20
gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffers
Jan Schmidt
1
-0
/
+4
2005-02-20
gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value...
Tim-Philipp Müller
2
-0
/
+30
2005-02-19
Don't leak othercaps in link function (fixes #167878)
Tim-Philipp Müller
1
-0
/
+8
2005-02-19
support libvisual 0.2.0
Arwed v. Merkatz
2
-1
/
+8
2005-02-18
Fix rowstrides
Tim-Philipp Müller
1
-0
/
+6
2005-02-17
gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2...
Gergely Nagy
1
-0
/
+15
2005-02-17
Do not pass uninitialised values to setsockopt(). (fixes #167704)
Tim-Philipp Müller
1
-0
/
+7
2005-02-16
gst/playback/gstplaybin.c: Invert bin_add/link order to workaround deadlock i...
Ronald S. Bultje
1
-0
/
+5
2005-02-15
gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.
Ronald S. Bultje
2
-0
/
+6
2005-02-15
ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculat...
Ronald S. Bultje
1
-0
/
+5
2005-02-15
sys/: Use a mutex protected list to marshal navigation events into the stream...
Jan Schmidt
1
-0
/
+16
2005-02-15
Add query function to GstSpeed, so that the stream length and current positio...
Tim-Philipp Müller
3
-15
/
+140
2005-02-13
gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when lin...
Benjamin Otte
1
-0
/
+11
2005-02-13
gst/audioconvert/gstchannelmix.h: include missing header file
Benjamin Otte
1
-0
/
+10
2005-02-12
Convert to and from YV12 (fixes #156379)
Tim-Philipp Müller
1
-0
/
+9
2005-02-12
sys/ximage/ximagesink.c: Protect interface methods from chain and negotiation...
Julien Moutte
1
-0
/
+14
2005-02-12
Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error messa...
Tim-Philipp Müller
1
-0
/
+8
2005-02-11
sys/xvimage/xvimagesink.c: Protect interface methods from chain and negotiati...
Julien Moutte
1
-0
/
+13
2005-02-11
ext/mpeg2dec/gstmpeg2dec.c: Change uint to unsigned int. (fixes #167128)
David Schleef
1
-0
/
+5
2005-02-11
gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and p...
David Schleef
2
-3
/
+9
2005-02-11
configure.ac: Pull in librfb from my CVS tree, because it is too small and an...
David Schleef
15
-9
/
+1394
2005-02-10
and make it handle more than one channel.
Tim-Philipp Müller
6
-157
/
+229
2005-02-10
ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.
Jan Schmidt
3
-117
/
+160
2005-02-09
Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...
Tim-Philipp Müller
11
-6
/
+55
2005-02-09
testsuite/gst-lint: Check for non-statically scoped parent_class variables. ...
David Schleef
1
-0
/
+6
2005-02-09
ext/mplex/gstmplexibitstream.cc: gcc madness.
Ronald S. Bultje
2
-12
/
+19
2005-02-09
Die, thou faulty symbol pollutors (non-static parent_class).
Ronald S. Bultje
1
-0
/
+6
2005-02-08
ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).
Ronald S. Bultje
2
-3
/
+6
2005-02-08
Add missing endianness to template (fixes #165509).
Ronald S. Bultje
2
-1
/
+7
2005-02-08
gst/asfdemux/gstasfdemux.c: Fix wrong order of reading of optional bytes (#16...
Ronald S. Bultje
1
-0
/
+5
2005-02-08
ext/alsa/gstalsasink.c: Implement FILLER event awareness.
Ronald S. Bultje
1
-0
/
+5
2005-02-08
ext/cdparanoia/gstcdparanoia.c: Fix track calculations (#166208).
Ronald S. Bultje
1
-0
/
+5
2005-02-08
ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.
Ronald S. Bultje
1
-1
/
+9
2005-02-08
configure.ac: Add dvdlpcmdec
Jan Schmidt
2
-0
/
+44
2005-02-08
gst/alpha/gstalphacolor.c: Add BGRA handling (#165736).
Ronald S. Bultje
1
-0
/
+8
[next]