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
path:
root
/
gst
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-02
Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes...
Tim-Philipp Müller
1
-4
/
+4
2005-02-23
Small C99'ism fix.
Maciej Katafiasz
1
-1
/
+2
2005-02-15
gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.
Ronald S. Bultje
1
-0
/
+1
2005-02-15
Add query function to GstSpeed, so that the stream length and current positio...
Tim-Philipp Müller
2
-15
/
+128
2005-02-11
gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and p...
David Schleef
1
-3
/
+3
2005-02-11
configure.ac: Pull in librfb from my CVS tree, because it is too small and an...
David Schleef
12
-0
/
+1371
2005-02-10
and make it handle more than one channel.
Tim-Philipp Müller
5
-157
/
+216
2005-02-08
Add missing endianness to template (fixes #165509).
Ronald S. Bultje
1
-1
/
+1
2005-02-02
gst/qtdemux/qtdemux.c: Change caps on MJPEG-B so it doesn't interfere with MJ...
Ronald S. Bultje
1
-1
/
+1
2005-02-02
configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...
David Schleef
4
-8
/
+20
2005-02-01
ext/mpeg2dec/gstmpeg2dec.c: Don't send things to NULL PAD_PEERs
Jan Schmidt
2
-2
/
+3
2005-01-29
gst/qtdemux/qtdemux.c: Add 3IV2 fourcc.
Ronald S. Bultje
1
-0
/
+1
2005-01-29
gst/qtdemux/qtdemux.c: Re-apply patch from #142272 that allows non-seekable s...
Ronald S. Bultje
1
-12
/
+28
2005-01-28
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
Ronald S. Bultje
1
-8
/
+23
2005-01-25
ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a val...
Jan Schmidt
3
-42
/
+105
2005-01-19
gst-libs/gst/riff/riff-read.*: Add _peek version (req'ed in CDXA).
Ronald S. Bultje
1
-8
/
+16
2005-01-18
gst/qtdemux/qtdemux.c: More memory leak fixes (#149162).
Ronald S. Bultje
1
-1
/
+15
2005-01-17
gst/qtdemux/qtdemux.c: Fix two memleaks.
Ronald S. Bultje
1
-1
/
+9
2005-01-14
I'm a bad boy. using /1001. to force C to do float division and not integer d...
Stéphane Loeuillet
1
-3
/
+3
2005-01-14
replace framerate aproximations by their real value (24000/1001, 30000/1001, ...
Stéphane Loeuillet
1
-3
/
+3
2005-01-10
Some work on tags - still doesn't work in playbin...
Ronald S. Bultje
1
-0
/
+1
2005-01-10
gst/qtdemux/qtdemux.c: Also shove tags on kid pads.
Ronald S. Bultje
1
-14
/
+21
2005-01-09
gst/qtdemux/qtdemux.c: Fix warning (#161191).
Ronald S. Bultje
1
-3
/
+2
2005-01-09
gst/tta/gstttaparse.c: Fix gcc-2.95 compile (#163485).
Ronald S. Bultje
1
-4
/
+7
2005-01-08
gst/games/gstpuzzle.c: - handle nav events differently: forward every event n...
Benjamin Otte
1
-28
/
+49
2005-01-06
gst/games/gstpuzzle.c: don't draw a puzzle if either width or height of tiles...
Benjamin Otte
1
-0
/
+6
2005-01-06
gst/games/gstpuzzle.c: no memleaks, please change initialization code around ...
Benjamin Otte
1
-12
/
+44
2005-01-06
gst/games/gstvideoimage.c: fix stupid typo that borked copying on YUY2
Benjamin Otte
1
-1
/
+1
2005-01-06
gst/games/gstpuzzle.c: fix edges when image sizes aren't multiples of tile sizes
Benjamin Otte
1
-10
/
+14
2005-01-06
gst/games/gstpuzzle.c: make RGB endianness work correctly refactor and fix ra...
Benjamin Otte
1
-9
/
+61
2005-01-06
gst/asfdemux/gstasfdemux.c: Extract TrackNumber metadata + clean up code
Stéphane Loeuillet
1
-1
/
+1
2005-01-06
add a puzzle game with...
Benjamin Otte
4
-0
/
+1530
2005-01-05
examples/gstplay/player.c: Don't iterate.
Ronald S. Bultje
2
-5
/
+123
2004-12-24
gst/: Add 3GP (variables name Q3GP because they can't start with a decoder is...
Ronald S. Bultje
1
-2
/
+5
2004-12-19
gst/tta/gstttadec.c: And yet another portability fix.
David Schleef
1
-1
/
+1
2004-12-19
gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't ...
David Schleef
1
-0
/
+3
2004-12-18
gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039.
Ronald S. Bultje
2
-60
/
+218
2004-12-18
ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624.
Ronald S. Bultje
1
-0
/
+5
2004-12-15
gst/festival/gstfestival.c: Set the output rate to 16000. Should fix #160235.
David Schleef
1
-0
/
+1
2004-12-13
add s263 4CC code to qtdemux too
Stéphane Loeuillet
1
-0
/
+1
2004-12-06
set correct buffer durations in mp3parse, set default_duration in matroskamux...
Arwed v. Merkatz
1
-3
/
+5
2004-12-04
gst/apetag/apedemux.c: Forward tags, too.
Ronald S. Bultje
1
-4
/
+27
2004-12-04
gst/apetag/apedemux.c: Let's make sure we're done typefinding when detecting ...
Ronald S. Bultje
1
-0
/
+9
2004-11-26
added TTA parser and decoder
Arwed v. Merkatz
9
-0
/
+1459
2004-11-25
APE v1/2 tag reader plus typefind function.
Ronald S. Bultje
4
-0
/
+887
2004-11-25
gst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.
Ronald S. Bultje
7
-102
/
+1013
2004-11-12
Update libvisual to 0.1.7. Link in the debug handling to gstreamer
Jan Schmidt
5
-191
/
+260
2004-11-02
gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of co...
David Schleef
1
-28
/
+67
2004-11-01
Fixes a bunch of problems with finalize and dispose functions, either assumpt...
Jan Schmidt
1
-5
/
+5
2004-10-28
gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channe...
Benjamin Otte
2
-0
/
+446
[next]