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-09-16
gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.
Wim Taymans
7
-139
/
+368
2007-09-16
ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.
Daniel Charles
3
-2
/
+104
2007-09-15
gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.
Wim Taymans
4
-6
/
+62
2007-09-12
gst/rtpmanager/: Various leak fixes.
Wim Taymans
8
-12
/
+127
2007-09-12
gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...
Wim Taymans
9
-39
/
+354
2007-09-12
gst/: Printf format fixes (#476128).
Peter Kjellerstedt
6
-10
/
+24
2007-09-09
ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...
Thomas Green
3
-1
/
+98
2007-09-09
configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the x...
Tim-Philipp Müller
2
-25
/
+20
2007-09-07
gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...
Sebastian Dröge
2
-4
/
+11
2007-09-06
gst/mpegtsparse/mpegtsparse.c: Fix the build (missing stdlib.h).
Stefan Kost
3
-0
/
+8
2007-09-06
gst/spectrum/fix_fft.c: Remove fixed point FFT as it's not used anymore.
Sebastian Dröge
2
-453
/
+5
2007-09-06
Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...
Sebastian Dröge
8
-163
/
+779
2007-09-05
gst/real/gstrealvideodec.c: Add some more debugging.
Wim Taymans
2
-15
/
+43
2007-09-04
gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wa...
Tim-Philipp Müller
2
-2
/
+9
2007-09-04
Nosefart -> NES Sound Format
Johan Dahlin
1
-1
/
+1
2007-09-04
gst/nsf/gstnsf.*: Add support for (very) basic tagging.
Johan Dahlin
3
-0
/
+27
2007-09-03
gst/rtpmanager/: Updated example pipelines in docs.
Wim Taymans
13
-435
/
+1382
2007-09-03
gmythsrc code rewrite;
Renato Filho
4
-687
/
+376
2007-08-31
gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer...
Wim Taymans
2
-13
/
+31
2007-08-29
gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.
Wim Taymans
4
-10
/
+87
2007-08-29
gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property): If all in...
Zaheer Abbas Merali
2
-11
/
+120
2007-08-29
gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...
Wim Taymans
7
-8
/
+165
2007-08-28
gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.
Wim Taymans
5
-7
/
+85
2007-08-28
gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninsta...
Tim-Philipp Müller
2
-1
/
+5
2007-08-27
gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la...
Wim Taymans
2
-1
/
+22
2007-08-27
gst/flv/gstflvdemux.c: Make sure we initialize the seek result.
Julien Moutte
2
-0
/
+6
2007-08-27
gst/dvdspu/Makefile.am: Commit the makefile too.
Jan Schmidt
2
-0
/
+17
2007-08-27
dvdspu element donated by Fluendo. It implements a DVD Sub-Picture
Jan Schmidt
11
-1323
/
+2162
2007-08-24
gst/flv/gstflvdemux.c: Remove some useless ifdef.
Julien Moutte
2
-2
/
+8
2007-08-24
Make switch more reliable and also not lock up when sink pad caps change.
Zaheer Abbas Merali
3
-19
/
+42
2007-08-24
gst/flv/gstflvdemux.c: Implement seeking in push mode.
Julien Moutte
3
-34
/
+175
2007-08-24
gst/mpegtsparse/: Update licences to reflect LGPL-ness of these files also.
Zaheer Abbas Merali
5
-0
/
+51
2007-08-23
Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...
Tim-Philipp Müller
17
-399
/
+431
2007-08-23
Automatically generate win32/common/config.h via configure (this ensures the ...
Tim-Philipp Müller
4
-92
/
+86
2007-08-23
Port festival plugin to GStreamer-0.10 (#461377).
Jonathan Matthew
4
-61
/
+131
2007-08-22
ext/faad/gstfaad.c: Don't unref the buffer when it was clipped.
Wim Taymans
2
-2
/
+6
2007-08-22
gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...
Julien Moutte
4
-1
/
+39
2007-08-22
gst/flv/: Make sure we don't try filling up the index if no times object was ...
Julien Moutte
3
-23
/
+49
2007-08-21
gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ...
Wim Taymans
2
-4
/
+15
2007-08-21
gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling.
Wim Taymans
3
-5
/
+12
2007-08-21
gst/modplug/gstmodplug.cc: Fix compiler warning.
Wim Taymans
3
-1
/
+6
2007-08-21
gst/modplug/gstmodplug.cc: Don't use NULL caps for srcpad is not yet connected.
Stefan Kost
2
-24
/
+34
2007-08-20
Add mpeg transport stream parser written by:
Zaheer Abbas Merali
15
-0
/
+2490
2007-08-20
ext/mythtv/gstmythtvsrc.c: Add examples for live mythtv:// URIs to docs (#468...
Bastien Nocera
2
-14
/
+25
2007-08-19
gst/filter/: Add small comparision with the chebyshev filters in the docs.
Sebastian Dröge
3
-2
/
+16
2007-08-19
tests/check/elements/: Also test everything in 32 bit float mode.
Sebastian Dröge
3
-42
/
+793
2007-08-17
Use generator macros for the process functions for the different sample types...
Sebastian Dröge
9
-190
/
+255
2007-08-17
ext/amrwb/gstamrwbparse.c: Don't leak the adapter.
Stefan Kost
2
-0
/
+24
2007-08-16
gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
5
-76
/
+411
2007-08-16
gst-libs/gst/app/gstappsink.c: Override the preroll vmethod instead of overri...
Wim Taymans
2
-1
/
+7
[next]