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
...
*
rtpamrpay: Remove unneeded variable, the value is only read once.
Edward Hervey
2009-04-18
1
-4
/
+1
*
goom/filters: Remove dead assignment. Value overwritten just after.
Edward Hervey
2009-04-18
1
-1
/
+1
*
rtpvorbispay: Remove dead assignment. Value never read after.
Edward Hervey
2009-04-18
1
-1
/
+1
*
rtptheorapay: Remove dead assignment. Value never read after.
Edward Hervey
2009-04-18
1
-1
/
+1
*
rtptheoradepay: Remove unused variable, it's never being read.
Edward Hervey
2009-04-18
1
-2
/
+0
*
rtspsrc: Remove dead assignment. 'res' isn't read after.
Edward Hervey
2009-04-18
1
-4
/
+4
*
rtspsrc: Remove unused variable. 'res' is never read.
Edward Hervey
2009-04-18
1
-6
/
+3
*
rtspsrc: Remove dead variable. 'stream' is never read after.
Edward Hervey
2009-04-18
1
-2
/
+1
*
videbox: Remove dead assignments.
Edward Hervey
2009-04-18
1
-4
/
+0
*
goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.
Edward Hervey
2009-04-18
1
-0
/
+2
*
wavparse: Remove dead assignment.
Edward Hervey
2009-04-18
1
-1
/
+0
*
wavparse: Remove dead assignments, move variable to where it's needed.
Edward Hervey
2009-04-18
1
-16
/
+11
*
rtpvrawdepay: Remove dead assignment.
Edward Hervey
2009-04-18
1
-2
/
+2
*
matroskademux: Remove useless variable.
Edward Hervey
2009-04-18
1
-7
/
+4
*
avidemux: Move 'res' to where it's actually being used.
Edward Hervey
2009-04-18
1
-5
/
+3
*
audiofx: Remove unused variable.
Edward Hervey
2009-04-18
2
-8
/
+4
*
osxringbuffer: Run gst-indent.
Edward Hervey
2009-04-18
1
-1
/
+3
*
ximage: Remove dead assignments.
Edward Hervey
2009-04-18
1
-3
/
+0
*
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
2009-04-18
49
-211
/
+31
*
Remove blank {set|get}_property/change_state/finalize methods.
Edward Hervey
2009-04-18
15
-553
/
+0
*
Remove unused variables in _class_init
Edward Hervey
2009-04-18
51
-147
/
+0
*
check: Check whether threads are already initialised before g_thread_init()
Jan Schmidt
2009-04-18
1
-1
/
+2
*
rtspsrc: mark discont on the streams as was said the debug line
Josep Torra
2009-04-18
1
-0
/
+5
*
rtspsrc: map GST_RTSP_EEOF to EOS on server requests
Josep Torra
2009-04-18
1
-4
/
+28
*
rtptheoradepay: Fix build on macosx.
Edward Hervey
2009-04-18
1
-3
/
+5
*
pulsesink: fix sample offset calculation again
Wim Taymans
2009-04-16
1
-2
/
+3
*
sunaudio: fix broken indentation of variable declarations
Tim-Philipp Müller
2009-04-15
1
-13
/
+0
*
sunaudio: remove some unused variables and goto labels
James Andrewartha
2009-04-15
2
-9
/
+0
*
rtph263pay: fix compilation on big-endian
James Andrewartha
2009-04-15
2
-3
/
+3
*
qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes #13...
Marco Ballesio
2009-04-15
5
-2
/
+145
*
debugutils: Use G_BEGIN_DECLS/G_END_DECLS.
Peter Kjellerstedt
2009-04-15
1
-25
/
+17
*
debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes ...
Stefan Kost
2009-04-15
25
-4
/
+4
*
debug: indent before renaming
Stefan Kost
2009-04-15
8
-71
/
+58
*
g726depay: add property for aal2 force
Wim Taymans
2009-04-15
1
-0
/
+50
*
g726depay: implement RFC3551 packing
Wim Taymans
2009-04-15
2
-20
/
+154
*
rtph263pay: fix build
Wim Taymans
2009-04-15
1
-2
/
+0
*
h263pay: various fixes
Youness Alaoui
2009-04-14
1
-20
/
+27
*
h263pay: Fix the payloader
Janin Kolenc
2009-04-14
2
-186
/
+1987
*
avidemux: don't push EOS in streaming mode
Wim Taymans
2009-04-14
1
-4
/
+2
*
Add initial support for muxing/demuxing Speex audio
Sebastian Dröge
2009-04-13
3
-0
/
+134
*
pulsesink: handle NULL timing info
Wim Taymans
2009-04-10
1
-11
/
+15
*
pulse: make it work on 0.9.12
Stefan Kost
2009-04-10
2
-12
/
+22
*
pulsesink: handle server disconnect in get_time
Wim Taymans
2009-04-10
1
-0
/
+11
*
pulsesink: bps is signed int to avoid overflow
Wim Taymans
2009-04-10
1
-2
/
+1
*
avidemux: add convert query, fix duration query
LRN
2009-04-10
1
-1
/
+31
*
pulsesink: check for a stream
Wim Taymans
2009-04-09
1
-19
/
+8
*
pulsesink: fix compilation for newer pulseaudio
Wim Taymans
2009-04-09
1
-2
/
+2
*
pulsesink: uncork fixes and use prebuf = 0
Wim Taymans
2009-04-09
1
-77
/
+69
*
pulsesink: handle write errors
Wim Taymans
2009-04-09
1
-3
/
+14
*
pulsesink: write silence on underflow
Wim Taymans
2009-04-09
1
-0
/
+38
[prev]
[next]