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
2008-04-04
gst/subenc/gstsrtenc.*: GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
Tim-Philipp Müller
3
-57
/
+64
2008-04-04
tests/check/: Add simple unit tests for the OFA plugin.
Sebastian Dröge
4
-0
/
+392
2008-04-03
update spec file with new ossv4 plugin
Christian Schaller
2
-0
/
+4
2008-04-02
Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...
Tim-Philipp Müller
21
-4
/
+7903
2008-04-01
Rename new srtenc plugin to subenc.
Tim-Philipp Müller
8
-342
/
+29
2008-04-01
fix spec'a'lec
Christian Schaller
1
-0
/
+4
2008-04-01
gst/mpegtsparse/mpegtspacketizer.c: Cable delivery subsystem descriptors' fre...
Zaheer Abbas Merali
2
-2
/
+11
2008-04-01
Add srt subtitle encoder
Thijs Vermeir
9
-0
/
+664
2008-03-31
ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.
kapil
3
-15
/
+48
2008-03-30
configure.ac: Fix build with --disable-external (#525100).
Jan de Groot
2
-0
/
+10
2008-03-28
sys/dvb/gstdvbsrc.c: Repeat diseqc call to allow for some diseqc switches.
Zaheer Abbas Merali
2
-1
/
+9
2008-03-27
ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.
Zaheer Abbas Merali
2
-0
/
+13
2008-03-27
sys/dvb/gstdvbsrc.c: Make diseqc work more reliably.
Zaheer Abbas Merali
2
-85
/
+94
2008-03-26
gst/nsf/: Remove memguard again and apply hopefully all previously dropped lo...
Sebastian Dröge
10
-549
/
+126
2008-03-25
gst/nsf/: Unbreak compilation by disabling memguard and doing some dirty hack...
Wim Taymans
3
-4
/
+24
2008-03-25
gst/nsf/: Update our internal nosefart to nosefart-2.7-mls to fix segfaults o...
Andreas Henriksson
26
-499
/
+1729
2008-03-25
configure.ac: Add support for neon 0.28, which didn't change API. Fixes bug #...
Ed Catmur
2
-1
/
+8
2008-03-24
Make rganalysis and rglimiter elements GAP-flag aware.
Rene Stadler
6
-1
/
+101
2008-03-22
ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...
Sebastian Dröge
3
-5
/
+55
2008-03-22
ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...
Sebastian Dröge
2
-0
/
+7
2008-03-22
Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...
Sebastian Dröge
1
-3
/
+3
2008-03-21
configure.ac: Check if the compiler supports do { } while (0) macros. This fi...
Sebastian Dröge
6
-1
/
+22
2008-03-20
gst/selector/gstinputselector.c: Do g_object_notify() only when not holding t...
Wim Taymans
2
-5
/
+20
2008-03-20
gst/selector/gstinputselector.c: Release the selector lock when pad alloc hap...
Wim Taymans
2
-0
/
+9
2008-03-20
gst/selector/gstinputselector.c: Add pad property to configure behaviour of t...
Wim Taymans
2
-22
/
+79
2008-03-20
gst/selector/gstinputselector.*: Figure out the locking a bit more.
Wim Taymans
3
-110
/
+229
2008-03-20
ext/ladspa/: Add some thoughts and FIXME's.
Stefan Kost
3
-1
/
+18
2008-03-20
gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.
Stefan Kost
2
-0
/
+6
2008-03-19
gst/freeze/: Add example to source code documentation blob and remove the 3 line
Stefan Kost
5
-6
/
+44
2008-03-19
ext/ofa/gstofa.c: Improve debugging, clean up a bit and really generate the f...
Sebastian Dröge
2
-18
/
+30
2008-03-19
ext/ofa/gstofa.c: Use GPL as license, the plugin itself is LGPL but libofa is...
Sebastian Dröge
2
-1
/
+6
2008-03-19
Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
Eric Buehl
5
-0
/
+374
2008-03-18
ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potenti...
Andy Wingo
3
-1
/
+21
2008-03-17
examples/switch/switcher.c: Update switch example to use input selector.
Zaheer Abbas Merali
2
-16
/
+22
2008-03-17
ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same w...
Sebastian Dröge
2
-9
/
+19
2008-03-14
gst-libs/gst/dshow/Makefile.am: Make sure the dshow helper library headers ge...
Edward Hervey
2
-1
/
+7
2008-03-14
gst/bayer/gstbayer2rgb.c: Significant improvements. Fixes #521392.
William M. Brack
2
-121
/
+404
2008-03-14
gst/selector/gstinputselector.c: Add lots of debugging.
Wim Taymans
2
-12
/
+52
2008-03-13
gst/selector/gstinputselector.*: Various cleanups.
Wim Taymans
6
-76
/
+167
2008-03-13
Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...
Sebastian Dröge
11
-14
/
+25
2008-03-13
ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...
Wouter Cloetens
3
-39
/
+79
2008-03-12
ext/xvid/gstxvidenc.c: Set correct pixel aspect ratio for the encoder.
Wim Taymans
2
-2
/
+7
2008-03-11
gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...
Olivier Crete
5
-22
/
+273
2008-03-11
gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...
Ole André Vadla Ravnås
2
-4
/
+47
2008-03-11
gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...
Stefan Kost
2
-1
/
+9
2008-03-08
ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks ...
Sjoerd Simons
3
-12
/
+18
2008-03-07
configure.ac: Really check for libdc1394 >= 2.0.0, pkg-config thinks that 2.0...
Sebastian Dröge
2
-1
/
+14
2008-03-06
ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed from the encoder ...
David Schleef
2
-59
/
+145
2008-03-06
Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.
David Schleef
6
-15
/
+825
2008-03-05
Port mplex element to 0.10. Fixes bug #520329.
Mark Nauwelaerts
14
-274
/
+1199
[next]