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
2007-01-28
gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...
Tim-Philipp Müller
3
-50
/
+82
2007-01-28
ext/ladspa/: add GstController support to ladspa
Stefan Kost
3
-3
/
+12
2007-01-28
ext/mythtv/gstmythtvsrc.c: Remove sleep calls, they've been moved into the li...
Rosfran Borges
2
-27
/
+24
2007-01-27
tests/icles/videocrop-test.c: Catch errors while the test is running.
Tim-Philipp Müller
2
-16
/
+41
2007-01-25
ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...
Sebastian Dröge
2
-3
/
+14
2007-01-25
ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.
Sebastian Dröge
3
-3
/
+9
2007-01-25
gst/: Use proper print statements.
Edward Hervey
10
-20
/
+41
2007-01-24
gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader.
Wim Taymans
2
-6
/
+9
2007-01-23
work if it's already there too
Thomas Vander Stichele
1
-2
/
+2
2007-01-17
ext/mythtv/gstmythtvsrc.c: Use break here instead of goto.
Tim-Philipp Müller
2
-3
/
+7
2007-01-13
gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps...
Andy Wingo
2
-5
/
+18
2007-01-13
gst/interleave/interleave.c (gst_interleave_init): Init the activation mode p...
Andy Wingo
2
-17
/
+147
2007-01-13
ext/mythtv/gstmythtvsrc.c: Clean up a bit, mostly the debug statements; fix d...
Tim-Philipp Müller
2
-94
/
+68
2007-01-12
ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
Andy Wingo
2
-39
/
+66
2007-01-12
MythTV client source plugin created.
Edgard Lima
7
-0
/
+1537
2007-01-12
gst/qtdemux/: Add X-QT depayloader that will eventually share code with the d...
Wim Taymans
7
-25
/
+859
2007-01-12
gst/qtdemux/Makefile.am: Dist all new files.
Tim-Philipp Müller
2
-1
/
+11
2007-01-12
docs/plugins/: Activate docs for jack, sdl and qtdemux.
Wim Taymans
7
-30
/
+94
2007-01-12
ext/jack/gstjackaudiosink.*: Improve docs.
Wim Taymans
3
-10
/
+45
2007-01-12
ext/gsm/gstgsmenc.c: Fix typo in docs.
Wim Taymans
2
-1
/
+6
2007-01-12
gst/qtdemux/: Cleanup and refactor to make the code more readable.
Wim Taymans
10
-1871
/
+2075
2007-01-11
ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...
Sebastian Dröge
2
-11
/
+21
2007-01-11
gst/mve/gstmvedemux.c: Support SEEKING query (bad news now delivered properly...
Tim-Philipp Müller
2
-0
/
+46
2007-01-11
Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer doesn't s...
Jens Granseuer
16
-1
/
+8237
2007-01-09
gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stu...
Tim-Philipp Müller
3
-3
/
+13
2007-01-07
New elements interleave and deinterleave, implement channel interleaving and ...
Andy Wingo
7
-0
/
+1050
2007-01-06
configure.ac: Properly detect the two architectures on which the real plugin ...
Edward Hervey
2
-2
/
+9
2007-01-06
ext/ladspa/gstsignalprocessor.c
Andy Wingo
2
-31
/
+40
2007-01-06
ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_add_pad_from_template)
Andy Wingo
2
-16
/
+73
2007-01-06
gst/real/gstrealaudiodec.c: Don't call the RAFreeDecoder since it randomly ca...
Edward Hervey
3
-4
/
+15
2007-01-06
gst/real/gstrealvideodec.*: Implement error recovery on setcaps failure.
Lutz Mueller
3
-76
/
+90
2007-01-06
gst/real/: Added RealAudio wrapper elementfactory.
Lutz Mueller
5
-2
/
+576
2007-01-05
Check for zlib and if available pass it explicitly to the linker when linking...
Tim-Philipp Müller
4
-18
/
+55
2007-01-05
configure.ac: Real video .so are now also available for x86_64, so we can bui...
Edward Hervey
6
-786
/
+1003
2007-01-05
tests/icles/videocrop-test.c: Call g_thread_init() right at the beginning. Re...
Tim-Philipp Müller
3
-2
/
+9
2007-01-05
configure.ac: Don't compile rfbsource if we don't have sys/socket.h.
Tim-Philipp Müller
2
-0
/
+17
2007-01-04
add directories in the right place
Thomas Vander Stichele
3
-0
/
+79
2007-01-04
move amrwb code
Thomas Vander Stichele
8
-17
/
+99
2007-01-04
move amrwb code
Thomas Vander Stichele
1
-44
/
+0
2007-01-04
configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...
Thomas Vander Stichele
1
-1
/
+1
2007-01-04
ext/: Fix various compiler warnings that reveal potential bugs.
Julien Moutte
5
-11
/
+20
2007-01-04
Add directsoundsink to build and dist it, so it gets built when compiling wit...
Vincent Torri
6
-16
/
+78
2007-01-03
Add directdrawsink to build and dist it, so it gets built when compiling with...
Vincent Torri
5
-9
/
+82
2007-01-03
Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...
Jens Granseuer
8
-25
/
+46
2007-01-02
gst/real/gstreal.c: Use codec_data supplied in caps.
Edward Hervey
2
-30
/
+45
2007-01-01
configure.ac: Only build the plugin on 32bit x86 architectures.
Edward Hervey
2
-0
/
+11
2007-01-01
New plugin for decoding RealVideo Streams using the x86 32bit shared libraries.
Edward Hervey
4
-0
/
+833
2006-12-30
tests/check/elements/videocrop.c: When we can't create an element needed for ...
Tim-Philipp Müller
2
-6
/
+13
2006-12-22
Added seek support.
Edgard Lima
3
-438
/
+522
2006-12-22
tests/check/elements/: reapply consistent pad (de)activation
Stefan Kost
6
-0
/
+30
[next]