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-08-14
gst/qtdemux/qtdemux.c: That was a nice freudian slip.
Ronald S. Bultje
1
-1
/
+1
2005-08-14
gst/qtdemux/qtdemux.c: Handle quicktime-RLE.
Ronald S. Bultje
1
-1
/
+7
2005-08-11
gst/freeze/gstfreeze.c: Fix invalid memory access: GST_IS_BUFFER() can't be u...
Tim-Philipp Müller
1
-3
/
+3
2005-08-10
ext/gdk_pixbuf/gstgdkpixbuf.c: Support various image formats (e.g. RGBA). Mak...
Ronald S. Bultje
1
-3
/
+10
2005-07-31
gst/modplug/gstmodplug.cc: Don't crash if a query comes in and we're not set ...
Tim-Philipp Müller
1
-0
/
+3
2005-07-27
gst/mpeg1videoparse/gstmp1videoparse.*: Add support for MPEG-2 video (#311600).
Ronald S. Bultje
2
-147
/
+217
2005-07-21
gst/spectrum/demo-osssrc.c: Use 32 for the graph since it's the dimension of ...
Tim-Philipp Müller
2
-15
/
+33
2005-07-20
gst/spectrum/gstspectrum.*: Misc. clean-ups; most importantly, add a template...
Tim-Philipp Müller
2
-37
/
+38
2005-07-20
gst/spectrum/gstspectrum.*: Handle mono streams.
Tim-Philipp Müller
2
-6
/
+25
2005-06-30
FORTIFY fixes
Thomas Vander Stichele
1
-8
/
+9
2005-06-09
Fixed time query and added position query.
Arwed v. Merkatz
1
-12
/
+12
2005-06-09
gst/qtdemux/qtdemux.c: Fix EOS handling (#305150).
Ronald S. Bultje
1
-22
/
+12
2005-06-09
gst/qtdemux/qtdemux.c: Fix up SVQ3 caps (to fix frame order problems; #306530).
Ronald S. Bultje
1
-53
/
+10
2005-06-08
gst/qtdemux/qtdemux.c: Fix distortion in 8-bit audio tracks (#306680).
Ronald S. Bultje
1
-1
/
+1
2005-06-03
gst/qtdemux/qtdemux.c: Add codecdata on avc1 (h264).
Ronald S. Bultje
1
-0
/
+22
2005-05-18
gst/mpeg1videoparse/gstmp1videoparse.c: Prevent crash, detect keyframes (#303...
Ronald S. Bultje
1
-7
/
+19
2005-05-17
gst/librfb/Makefile.am: reenable plugin
David Schleef
1
-21
/
+19
2005-05-17
gst/librfb/rfb.h: Don't include a nonexistant header.
David Schleef
1
-1
/
+7
2005-05-17
gst/librfb/Makefile.am: disable build until gstrfbsrc.h gets added
Thomas Vander Stichele
1
-25
/
+24
2005-05-17
gst/librfb/: Some much needed hackage. Fixed #171659, but then went on to ac...
David Schleef
9
-356
/
+599
2005-05-15
Let's try that again (put virtual deconstructor into the public section)
Tim-Philipp Müller
1
-1
/
+1
2005-05-15
Another batch of gcc-4.0 fixes (#304180).
Tim-Philipp Müller
2
-2
/
+5
2005-05-07
gst/librfb/gstrfbsrc.c: Changed short and long description to something meani...
Gergely Nagy
1
-2
/
+2
2005-05-05
ex/: Even more gcc-4.0 fixes.
Tim-Philipp Müller
1
-1
/
+1
2005-05-05
gst/: gcc-4.0 fixes part one
Tim-Philipp Müller
5
-16
/
+27
2005-04-22
gst/: More signed/unsigned fixes for GCC4.
Ronald S. Bultje
2
-8
/
+8
2005-04-22
First set of GCC4 compiler fixes.
Ronald S. Bultje
12
-52
/
+51
2005-04-21
gst/qtdemux/qtdemux.c: Add extradata for ALAC.
Ronald S. Bultje
1
-2
/
+19
2005-04-21
gst/qtdemux/qtdemux.c: Set correct extradata for QDM2.
Ronald S. Bultje
1
-0
/
+15
2005-04-21
gst/speed/gstspeed.c: Don't reset speed->sample_size to 0 in state change fro...
Tim-Philipp Müller
1
-3
/
+0
2005-04-18
gst/qtdemux/qtdemux.c: Prevent hangs that I apparently introduced a while ago.
Ronald S. Bultje
1
-2
/
+13
2005-04-14
Added gst/freeze/FAQ.
Gergely Nagy
2
-1
/
+11
2005-04-14
algernon, commit the faq please
Thomas Vander Stichele
1
-1
/
+1
2005-04-14
New plugin: freeze, a stream freezer. (#165726)
Gergely Nagy
3
-0
/
+367
2005-04-14
gst/qtdemux/qtdemux.c: Skip unknown nodes.
Ronald S. Bultje
1
-0
/
+1
2005-04-14
gst/switch/gstswitch.c: Set a default debug category. (Fixes: #300337)
Gergely Nagy
1
-0
/
+1
2005-04-09
gst/videocrop/gstvideocrop.c: Renegotiate after a set_property, not after a g...
Ronald S. Bultje
1
-3
/
+3
2005-04-09
gst/qtdemux/qtdemux.c: NULL-terminate vararg functions properly (#172946).
Ronald S. Bultje
1
-2
/
+2
2005-04-02
gst-libs/gst/riff/riff-media.c: Some syntax fixes in tags output.
Ronald S. Bultje
1
-27
/
+71
2005-04-02
gst/speed/gstspeed.c: Fix buffer overflow (#172281).
Ronald S. Bultje
1
-0
/
+3
2005-03-31
gst/speed/gstspeed.c: Caps negotiation, event upstream/downstream forwarding ...
Ronald S. Bultje
1
-12
/
+97
2005-03-30
configure.ac: update for liboil-0.3. Remove librfb check.
David Schleef
1
-24
/
+36
2005-03-26
gst/librfb/gstrfbsrc.c: Check return values to avoid segfaults.
David Schleef
4
-13
/
+44
2005-03-18
gst/: Some crap for the redirect signal. Also fix hang on redirect-files in q...
Ronald S. Bultje
2
-7
/
+51
2005-03-14
Implement 'framed' property, independent of 'codec_data'.
Ronald S. Bultje
1
-2
/
+3
2005-03-10
gst/apetag/apedemux.c: Read replay-gain tags.
Ronald S. Bultje
1
-0
/
+12
2005-03-09
configure.ac: Fix FAAD detection problems against FAAD-CVS.
Ronald S. Bultje
1
-2
/
+7
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
[next]