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
path:
root
/
gst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/qtdemux/qtdemux.c: Add fourccs for MPEG2 HDV streams. Fixes #479960.
Sebastian Dröge
2007-09-25
1
-0
/
+7
*
Massive leak fixing, plus code cleanups.
Stefan Kost
2007-09-24
2
-4
/
+4
*
gst/rtp/gstrtpamrdepay.c: Set outgoing packet duration because we can. Fixes ...
Wim Taymans
2007-09-21
1
-0
/
+3
*
gst/rtp/gstrtpL16pay.c: Removed some unused code.
Wim Taymans
2007-09-19
7
-8
/
+26
*
ChangeLog: Add missing newline.
Stefan Kost
2007-09-18
2
-19
/
+1
*
gst/: Fix compiler warnings shown with Forte.
Jan Schmidt
2007-09-17
2
-8
/
+17
*
gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to conf...
Wim Taymans
2007-09-17
1
-4
/
+18
*
gst/rtp/README: Update README with the design for synchronisation rules of RT...
Wim Taymans
2007-09-16
1
-22
/
+144
*
gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the eleme...
Sebastian Dröge
2007-09-14
1
-42
/
+32
*
gst/level/gstlevel.*: Use basetransform segment so that it is correctly manag...
Wim Taymans
2007-09-13
2
-35
/
+1
*
gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes ...
Sebastian Dröge
2007-09-13
1
-32
/
+42
*
gst/law/: Fix law encoder timestamps.
Wim Taymans
2007-09-12
4
-13
/
+29
*
gst/: Printf format fixes (#476128).
Peter Kjellerstedt
2007-09-12
1
-1
/
+1
*
gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...
Wim Taymans
2007-09-10
1
-0
/
+2
*
gst/avi/gstavidemux.c: Plug a little leak. Little code cleanups.
Stefan Kost
2007-09-10
1
-5
/
+8
*
gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add ...
Haakon Sporsheim
2007-09-07
1
-1
/
+1
*
gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...
Sebastian Dröge
2007-09-07
1
-4
/
+4
*
Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...
Sebastian Dröge
2007-09-06
3
-132
/
+365
*
gst/qtdemux/: Don't assume tags are encoded as UTF-8 (#473670).
Tim-Philipp Müller
2007-09-05
2
-6
/
+16
*
gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...
Wim Taymans
2007-09-04
1
-9
/
+99
*
gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp...
Stefan Kost
2007-09-04
1
-18
/
+33
*
gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati...
Stefan Kost
2007-09-04
2
-70
/
+151
*
gst/avi/gstavidemux.c: Implement seek-query.
Stefan Kost
2007-09-03
1
-0
/
+26
*
gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...
Wim Taymans
2007-08-29
1
-0
/
+2
*
gst/audiofx/Makefile.am: Dist the right file.
Jan Schmidt
2007-08-27
1
-1
/
+1
*
gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...
Wim Taymans
2007-08-23
1
-5
/
+38
*
gst/rtsp/gstrtspsrc.*: Fix method detection again.
Wim Taymans
2007-08-22
2
-22
/
+64
*
gst/rtp/: Added an H263 depayloader. Fixes #369392.
Wim Taymans
2007-08-20
6
-25
/
+545
*
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
4
-0
/
+20
*
gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit.
Wim Taymans
2007-08-18
1
-84
/
+48
*
gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...
Wim Taymans
2007-08-17
2
-27
/
+72
*
gst/debug/rndbuffersize.c: Fix debug statement.
Wim Taymans
2007-08-17
1
-1
/
+1
*
gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.
Wim Taymans
2007-08-17
1
-1
/
+1
*
Use generator macros for the process functions for the different sample types...
Sebastian Dröge
2007-08-17
4
-178
/
+110
*
gst/audiofx/: Use generator macros for the process functions for the differen...
Sebastian Dröge
2007-08-17
4
-114
/
+120
*
gst/rtsp/gstrtspsrc.*: Improve timeout handling.
Wim Taymans
2007-08-17
2
-75
/
+189
*
gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...
Wim Taymans
2007-08-17
3
-11
/
+76
*
gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
2007-08-16
3
-8
/
+300
*
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
Sebastian Dröge
2007-08-16
10
-4
/
+3793
*
Make ro memory to share.
Stefan Kost
2007-08-16
1
-1
/
+1
*
gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...
Wim Taymans
2007-08-16
1
-2
/
+11
*
gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.
Wim Taymans
2007-08-16
4
-58
/
+273
*
gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
2007-08-16
2
-6
/
+295
*
gst/debug/rndbuffersize.c: Fix da leak.
Stefan Kost
2007-08-16
1
-3
/
+23
*
gst/debug/: Add new test element and clean-up the others a little.
Stefan Kost
2007-08-14
7
-24
/
+343
*
Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...
Sebastian Dröge
2007-08-13
4
-3
/
+57
*
gst/filter/: Improve debugging a bit.
Sebastian Dröge
2007-08-12
2
-11
/
+15
*
gst/qtdemux/qtdemux.c: Fix parsing of mp4a version 0 atoms. Fixes #465774.
Wim Taymans
2007-08-12
1
-0
/
+2
*
gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...
Sebastian Dröge
2007-08-12
2
-2
/
+39
[next]