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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
jpegdec: fix warning for still images by not trying to divide by 0
Tim-Philipp Müller
2009-04-20
1
-1
/
+1
*
fix format string in pngdec
Andy Wingo
2009-04-20
1
-1
/
+1
*
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
2009-04-18
8
-35
/
+6
*
Remove blank {set|get}_property/change_state/finalize methods.
Edward Hervey
2009-04-18
1
-48
/
+0
*
Remove unused variables in _class_init
Edward Hervey
2009-04-18
5
-12
/
+0
*
pulsesink: fix sample offset calculation again
Wim Taymans
2009-04-16
1
-2
/
+3
*
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
*
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
*
pulsesink: handle pull-based scheduling
Wim Taymans
2009-04-09
1
-118
/
+11
*
pulsesink: add beginnings of pull-based scheduling
Wim Taymans
2009-04-09
1
-19
/
+116
*
pulsesink: keep track of clock reset
Wim Taymans
2009-04-09
1
-41
/
+63
*
pulsesink: rewrite pulsesink
Wim Taymans
2009-04-09
2
-770
/
+1269
*
pulse: remove some stray debug lines
Wim Taymans
2009-04-09
1
-8
/
+0
*
jpegdec: use slightly more adaptive formula for QoS
Tim-Philipp Müller
2009-04-09
2
-6
/
+24
*
add pending_samples so that we only update segment's last stop after really s...
Thomas Vander Stichele
2009-04-04
2
-1
/
+9
*
add debugging
Thomas Vander Stichele
2009-04-04
1
-0
/
+2
*
clipping should also work if it's done on the first buffer starting at 0
Thomas Vander Stichele
2009-04-04
1
-1
/
+1
*
id3v2mux: write RVA2 frames containing peak/gain volume data
Jonathan Matthew
2009-04-02
1
-1
/
+71
*
jpegdec: demote some log message from DEBUG to LOG
Tim-Philipp Müller
2009-04-02
2
-9
/
+12
*
jpegdec: implement basic QoS
Tim-Philipp Müller
2009-04-01
2
-3
/
+129
*
flac: require a 'newer' flac and remove support for the legacy flac API
Tim-Philipp Müller
2009-03-27
4
-522
/
+8
*
jpegdec: put GstSegment inside the element struct instead of allocating it se...
Tim-Philipp Müller
2009-03-25
2
-10
/
+5
*
pulsesink: clean up the state change function
Wim Taymans
2009-03-23
1
-10
/
+12
*
pulsesink: Track the corked/uncorked state ourselves
Jan Schmidt
2009-03-20
2
-1
/
+5
*
pulse: Make sure the stream is uncorked in the write function
Jan Schmidt
2009-03-20
1
-4
/
+23
*
speexenc: fix direction of latency query and other upstream queries
Tim-Philipp Müller
2009-03-20
1
-2
/
+4
*
pulsesink: Wait until there is enough room to write an entire segment
Jan Schmidt
2009-03-13
1
-1
/
+1
*
Don't call FLAC__ methods before it's initialized. Fixes #516031
Laszlo Pandy
2009-03-12
1
-4
/
+7
*
pngdec: various cleanups.
Wim Taymans
2009-03-10
1
-21
/
+44
*
flacdec: don't lose the first buffer after a seek
Wim Taymans
2009-03-09
2
-27
/
+48
*
souphttpsrc: Expose the SoupSession 'timeout' property.
Edward Hervey
2009-03-03
2
-4
/
+19
*
Merge branch 'master' of ssh://thomasvs@git.freedesktop.org/git/gstreamer/gst...
Thomas Vander Stichele
2009-03-02
14
-22
/
+55
|
\
|
*
Fix the field dominance
David Schleef
2009-02-27
1
-2
/
+2
|
*
dvdec: Add interlacing info to caps and buffers
David Schleef
2009-02-25
2
-1
/
+10
|
*
jpegenc: error out instead of crashing if no caps have been set
Tim-Philipp Müller
2009-02-25
1
-0
/
+13
|
*
gconf: Rename gconf.[ch] to gstgconf.[ch] to prevent name conflicts
Sebastian Dröge
2009-02-24
4
-4
/
+4
|
*
Some cleanups
Wim Taymans
2009-02-23
2
-5
/
+1
|
*
gconfvideo(src|sink): Disconnect GConf notifications
Sjoerd Simons
2009-02-22
4
-2
/
+14
|
*
pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flags
Sebastian Dröge
2009-02-22
1
-9
/
+12
|
*
hdv1394src: Don't use void * pointer arithmetic
Sebastian Dröge
2009-02-22
1
-1
/
+1
*
|
Add/clarify/fix some logging.
Thomas Vander Stichele
2009-03-02
1
-3
/
+6
|
/
*
respect DEFAULT segment by clipping the last buffer to be sent
Thomas Vander Stichele
2009-02-21
1
-0
/
+11
*
pulsemixer: Fix compiler warnings.
Mark Nauwelaerts
2009-02-13
1
-6
/
+6
[next]