index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.
Stefan Kost
2007-09-12
3
-55
/
+37
*
gst/: Printf format fixes (#476128).
Peter Kjellerstedt
2007-09-12
1
-1
/
+1
*
sys/v4l2/v4l2src_calls.c: Fix framerate detection code some more.
Wim Taymans
2007-09-11
2
-40
/
+73
*
gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...
Wim Taymans
2007-09-10
2
-0
/
+8
*
gst/avi/gstavidemux.c: Plug a little leak. Little code cleanups.
Stefan Kost
2007-09-10
2
-5
/
+13
*
configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old flac ...
Tim-Philipp Müller
2007-09-09
2
-4
/
+11
*
gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add ...
Haakon Sporsheim
2007-09-07
2
-1
/
+12
*
sys/v4l2/v4l2src_calls.c: Don't overwrite our GValue with 0 but instead use t...
Wim Taymans
2007-09-07
2
-4
/
+8
*
gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...
Sebastian Dröge
2007-09-07
2
-4
/
+4
*
docs/plugins/gst-plugins-good-plugins.hierarchy: No tabs in this file please,...
Tim-Philipp Müller
2007-09-06
2
-1
/
+7
*
ext/gconf/gstswitchsink.c: If the new kid element fails to change state for s...
Tim-Philipp Müller
2007-09-06
2
-1
/
+36
*
Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...
Sebastian Dröge
2007-09-06
6
-162
/
+752
*
gst/qtdemux/: Don't assume tags are encoded as UTF-8 (#473670).
Tim-Philipp Müller
2007-09-05
3
-6
/
+22
*
sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...
Tim-Philipp Müller
2007-09-05
4
-5
/
+86
*
configure.ac: Fix build.
Tim-Philipp Müller
2007-09-05
2
-0
/
+6
*
sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function.
Wim Taymans
2007-09-05
2
-8
/
+40
*
gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...
Wim Taymans
2007-09-04
2
-9
/
+111
*
tests/examples/: Added some RTP example scripts for sending and receiving RTP...
Wim Taymans
2007-09-04
13
-2
/
+191
*
sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...
Wim Taymans
2007-09-04
4
-131
/
+282
*
gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp...
Stefan Kost
2007-09-04
2
-18
/
+38
*
gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati...
Stefan Kost
2007-09-04
3
-70
/
+159
*
gst/avi/gstavidemux.c: Implement seek-query.
Stefan Kost
2007-09-03
2
-0
/
+31
*
gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...
Wim Taymans
2007-08-29
2
-0
/
+9
*
gst/audiofx/Makefile.am: Dist the right file.
Jan Schmidt
2007-08-27
2
-1
/
+6
*
gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...
Wim Taymans
2007-08-23
2
-5
/
+45
*
gst/rtsp/gstrtspsrc.*: Fix method detection again.
Wim Taymans
2007-08-22
3
-22
/
+75
*
sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully.
Mark Nauwelaerts
2007-08-22
3
-25
/
+25
*
gst/rtp/: Added an H263 depayloader. Fixes #369392.
Wim Taymans
2007-08-20
8
-25
/
+567
*
gst/filter/: Add small comparision with the chebyshev filters in the docs.
Sebastian Dröge
2007-08-19
2
-2
/
+10
*
gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.
Sebastian Dröge
2007-08-19
5
-0
/
+26
*
tests/check/elements/: Also test everything in 32 bit float mode.
Sebastian Dröge
2007-08-19
2
-42
/
+785
*
tests/check/elements/: Also test 32 bit float mode and the type 2 variants of...
Sebastian Dröge
2007-08-19
5
-74
/
+3578
*
gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit.
Wim Taymans
2007-08-18
2
-84
/
+55
*
gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...
Wim Taymans
2007-08-17
3
-27
/
+84
*
gst/debug/rndbuffersize.c: Fix debug statement.
Wim Taymans
2007-08-17
2
-1
/
+6
*
gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.
Wim Taymans
2007-08-17
2
-1
/
+6
*
Use generator macros for the process functions for the different sample types...
Sebastian Dröge
2007-08-17
5
-183
/
+115
*
gst/audiofx/: Use generator macros for the process functions for the differen...
Sebastian Dröge
2007-08-17
6
-123
/
+143
*
gst/rtsp/gstrtspsrc.*: Improve timeout handling.
Wim Taymans
2007-08-17
3
-75
/
+210
*
gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...
Wim Taymans
2007-08-17
4
-11
/
+89
*
gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
2007-08-16
4
-76
/
+392
*
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
Sebastian Dröge
2007-08-16
30
-58
/
+5818
*
Make ro memory to share.
Stefan Kost
2007-08-16
3
-2
/
+8
*
gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...
Wim Taymans
2007-08-16
2
-2
/
+17
*
gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.
Wim Taymans
2007-08-16
5
-58
/
+295
*
gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
2007-08-16
3
-54
/
+357
*
gst/debug/rndbuffersize.c: Fix da leak.
Stefan Kost
2007-08-16
2
-3
/
+28
*
gst/debug/: Add new test element and clean-up the others a little.
Stefan Kost
2007-08-14
8
-24
/
+354
*
Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...
Sebastian Dröge
2007-08-13
4
-3
/
+57
*
tests/check/elements/bpwsinc.c: Make one test constraint a bit stricter.
Sebastian Dröge
2007-08-12
1
-1
/
+1
[next]