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
2006-09-11
gst/spectrum/demo-osssrc.c: Use more defines
Stefan Kost
3
-17
/
+20
2006-09-08
configure.ac: Bump requirements of -base (videocrop test case needs this).
Tim-Philipp Müller
1
-0
/
+7
2006-09-08
gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...
Tim-Philipp Müller
2
-9
/
+6
2006-09-02
docs/plugins/: Add videocrop to docs.
Tim-Philipp Müller
3
-55
/
+89
2006-09-02
Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...
Tim-Philipp Müller
2
-375
/
+480
2006-08-31
gst/nsf/Makefile.am: Add missing GST_LIBS
Jan Schmidt
1
-1
/
+1
2006-08-30
gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.
Edward Hervey
1
-1
/
+5
2006-08-30
gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...
Stefan Kost
1
-1
/
+1
2006-08-30
gst/qtdemux/qtdemux.c: Fix the build for disabled debug
Stefan Kost
1
-1
/
+4
2006-08-28
gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.
Wim Taymans
1
-1
/
+1
2006-08-21
move gdp plugin to good.
Thomas Vander Stichele
6
-1468
/
+0
2006-08-21
gst/qtdemux/qtdemux.c: Some more constification.
Wim Taymans
1
-33
/
+94
2006-08-20
gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_size
Stefan Kost
1
-1
/
+1
2006-08-14
gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t...
Tim-Philipp Müller
1
-10
/
+121
2006-08-08
gst/qtdemux/qtdemux.c: Fix silly typo.
Tim-Philipp Müller
1
-1
/
+1
2006-08-04
gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916.
Zaheer Abbas Merali
1
-15
/
+11
2006-08-02
gst/gdp/gstgdpdepay.c: Disable seeking.
Wim Taymans
3
-198
/
+379
2006-07-31
gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even...
Wim Taymans
1
-3
/
+31
2006-07-28
gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c...
Jan Schmidt
1
-3
/
+3
2006-07-26
gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...
Thomas Vander Stichele
1
-4
/
+0
2006-07-19
gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che...
Tim-Philipp Müller
1
-1
/
+8
2006-07-18
gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread.
Wim Taymans
1
-4
/
+13
2006-07-17
gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in comment
Thomas Vander Stichele
2
-5
/
+1
2006-07-17
gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.
Wim Taymans
1
-27
/
+36
2006-07-15
gst/spectrum/: Do not use deprecated gtk functions.
Stefan Kost
2
-2
/
+2
2006-07-14
build as a plugin, not a lib
Thomas Vander Stichele
1
-0
/
+1
2006-07-14
gst/nsf/: Remove crack malloc/free replacement.
Wim Taymans
4
-497
/
+8
2006-07-13
docs/plugins/: add more plugins and elements to docs
Thomas Vander Stichele
2
-1
/
+19
2006-07-13
gst/nsf/Makefile.am: Fix build.
Wim Taymans
1
-0
/
+1
2006-07-13
Added NSF decoder plugin. Fixes 151192.
Wim Taymans
26
-0
/
+9897
2006-07-12
gst/spectrum/gstspectrum.c: Fix typo in property nick.
Tim-Philipp Müller
1
-1
/
+1
2006-07-10
gst/filter/: Don't forget new files.
Wim Taymans
3
-0
/
+228
2006-07-10
Ported the gstfilter plugin to GStreamer 0.10.
Mathis Hofer
6
-603
/
+512
2006-07-10
gst/qtdemux/qtdemux.c: Extract comment information!!
Wim Taymans
1
-0
/
+5
2006-07-10
gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079).
Tim-Philipp Müller
1
-0
/
+43
2006-07-07
gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.
Wim Taymans
1
-4
/
+8
2006-07-03
gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; add
Tim-Philipp Müller
1
-15
/
+17
2006-06-23
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...
Tim-Philipp Müller
3
-3
/
+3
2006-06-22
gst/: Avoid unnecessary class cast check in class_init functions (#337747).
Cody Russell
1
-1
/
+1
2006-06-20
gst/modplug/libmodplug/stdafx.h: Fix modplug on AMD64. Fixes #345336.
Wim Taymans
1
-4
/
+13
2006-06-16
gst/audioresample/gstaudioresample.c: Implement GstBaseTransform::start and :...
Tim-Philipp Müller
1
-25
/
+28
2006-06-16
gst/spectrum/Makefile.am: Fix build.
Zaheer Abbas Merali
1
-2
/
+3
2006-06-16
gst/spectrum/: port to use message to get results, cleanly exit when closing ...
Stefan Kost
4
-107
/
+402
2006-06-15
gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.
Wim Taymans
1
-38
/
+84
2006-06-15
gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in...
Wim Taymans
1
-8
/
+12
2006-06-12
gst/spectrum/.cvsignore: Ignore more.
Tim-Philipp Müller
1
-0
/
+2
2006-06-09
configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...
Tim-Philipp Müller
1
-1
/
+1
2006-06-06
adapt to new api
Thomas Vander Stichele
1
-2
/
+2
2006-06-06
build gdp plugins
Thomas Vander Stichele
1
-2
/
+2
2006-06-06
configure.ac: enable building of GDP elements
Thomas Vander Stichele
3
-38
/
+120
[next]