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
2008-03-11
gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...
Olivier Crete
4
-22
/
+253
2008-03-11
gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...
Ole André Vadla Ravnås
1
-4
/
+36
2008-03-11
gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...
Stefan Kost
1
-1
/
+1
2008-03-04
gst/mpegtsparse/: Add parsing of cable delivery system descriptor.
Zaheer Abbas Merali
2
-0
/
+94
2008-03-03
Correct all relevant warnings found by the sparse semantic code analyzer. Thi...
BRANCH-RELEASE-0_10_19
Sebastian Dröge
1
-1
/
+1
2008-03-03
gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk...
Jens Granseuer
1
-17
/
+13
2008-02-28
gst/mpegtsparse/mpegtsparse.c: Only send PMTs to program pads that the PMT is...
Zaheer Abbas Merali
1
-15
/
+56
2008-02-26
gst/selector/gstoutputselector.c: Fix changing to same pad twice before a cha...
Stefan Kost
1
-0
/
+5
2008-02-25
gst/selector/gstinputselector.*: Added "select-all" property to make it work ...
Stefan Kost
3
-9
/
+74
2008-02-23
Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...
Tim-Philipp Müller
1
-1
/
+1
2008-02-22
Some C89 fixes, moving variable declarations to the beginning of a block. Fix...
Jens Granseuer
3
-16
/
+28
2008-02-20
gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 5...
Olivier Crete
1
-0
/
+2
2008-02-19
gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.
Sebastian Dröge
1
-1
/
+1
2008-02-14
gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet ...
Olivier Crete
1
-1
/
+4
2008-02-14
gst/dvdspu/gstdvdspu.c: Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. ...
Sebastian Dröge
1
-0
/
+1
2008-02-14
gst/mpegtsparse/: Make sure the gstmpegdesc debug lines do not critical when ...
Zaheer Abbas Merali
3
-2
/
+12
2008-02-13
gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Re-F...
Josep Torra Valles
1
-0
/
+2
2008-02-12
gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Fixe...
Josep Torra Valles
1
-1
/
+8
2008-02-12
gst/mpegvideoparse/mpegvideoparse.c: Fix leaking caps.
Wim Taymans
1
-2
/
+9
2008-02-12
Fix some finalize leaks by chaining up to the parent method.
Jan Schmidt
1
-0
/
+2
2008-02-12
gst/librfb/gstrfbsrc.c: Free the rfb decoder on finalize. Fixes bug #515721.
Sebastian Dröge
1
-1
/
+5
2008-02-09
gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks ...
Jan Schmidt
1
-1
/
+1
2008-02-08
Remove multifile plugin, which has moved to -good
Jan Schmidt
7
-912
/
+0
2008-02-08
gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.
David Schleef
2
-60
/
+31
2008-02-08
Remove spectrum plugin, which has moved to -good
Jan Schmidt
8
-1299
/
+0
2008-02-08
Remove the equalizer plugin, which has moved to -good
Jan Schmidt
11
-1724
/
+0
2008-02-08
Remove the xingmux plugin, as the element has moved into mpegaudioparse in -u...
Jan Schmidt
3
-783
/
+0
2008-02-07
Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi...
Jan Schmidt
8
-1847
/
+3
2008-02-07
ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is defined
Sébastien Moutte
1
-2
/
+3
2008-02-07
gst/mpegtsparse/mpegtspacketizer.c: Parse component descriptor.
Zaheer Abbas Merali
2
-2
/
+200
2008-02-07
gst/multifile/gstmultifilesink.c: Add a fixme comment.
Stefan Kost
2
-9
/
+9
2008-02-07
gst/spectrum/gstspectrum.c: Improve the docs.
Stefan Kost
1
-7
/
+7
2008-02-07
gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.
Sebastian Dröge
1
-1
/
+1
2008-02-07
gst/xingheader/Makefile.am: Put CFLAGS and LIBS in the right order
Jan Schmidt
1
-2
/
+2
2008-02-05
gst/mpegtsparse/mpegtsparse.c: Handle latency queries in src pads.
Zaheer Abbas Merali
1
-0
/
+38
2008-02-05
gst/mpegtsparse/mpegtspacketizer.c: Add flag to both sdt and nit structures t...
Zaheer Abbas Merali
1
-2
/
+4
2008-02-05
gst/mpegvideoparse/mpegvideoparse.c: Flush packetizer too.
Josep Torre Valles
1
-0
/
+1
2008-02-01
gst/selector/gstinputselector.c: Don't leak event on pads that are not linked...
Wim Taymans
1
-0
/
+2
2008-02-01
configure.ac: Bump core/base requirements to released versions, to avoid conf...
Tim-Philipp Müller
2
-30
/
+35
2008-01-29
gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b...
Thijs Vermeir
1
-0
/
+7
2008-01-29
Replace the switch plugin with the selector plugin. Add output- selector as t...
Stefan Kost
11
-182
/
+736
2008-01-28
gst/h264parse/gsth264parse.c: Try to avoid 'unused variable' compiler warning...
Tim-Philipp Müller
1
-2
/
+4
2008-01-26
gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...
Sebastian Dröge
2
-42
/
+0
2008-01-25
gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...
Olivier Crete
1
-3
/
+47
2008-01-25
gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend...
Olivier Crete
3
-32
/
+11
2008-01-25
gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable.
Olivier Crete
1
-6
/
+9
2008-01-25
gst/mpegtsparse/mpegtspacketizer.c: The logic for the guard interval calculat...
Zaheer Abbas Merali
1
-4
/
+15
2008-01-25
gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fi...
Olivier Crete
1
-1
/
+1
2008-01-24
gst/mpegtsparse/: Fix network name descriptor, the length is actually the des...
Zaheer Abbas Merali
2
-23
/
+16
2008-01-24
gst/mpegtsparse/: Parse and add to relevant bus messages the terrestrial deli...
Zaheer Abbas Merali
2
-83
/
+250
[next]