index
:
~slomo/gst-plugins-good
0.10
audiofxbasefirfilter
gconf-wip
instant-rate-change
master
onvif-backchannel
rfc7273
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-10
v4l2src: don't skip calculating the duration
Stefan Kost
1
-7
/
+5
2010-09-10
v4l2src: add controlable colorbalance parameters
Stefan Kost
6
-3
/
+113
2010-09-04
v4l2src: add decimate property
David Schleef
2
-1
/
+26
2010-09-04
v4l2src: Use GstBaseSrc::block-size as fallback size
Sjoerd Simons
1
-1
/
+1
2010-09-04
v4l2src: Fix using mpegts via the mmap interface
Sjoerd Simons
2
-1
/
+4
2010-08-06
v4l2src: also log pixel formats in sorted order
Tim-Philipp Müller
1
-1
/
+14
2010-08-06
v4l2: sort formats in the right order so that non-emulated formats are prefered
Sjoerd Simons
1
-2
/
+2
2010-07-06
v4l2sink: destroy buffer pool when changing state to NULL
Michael Grzeschik
1
-0
/
+2
2010-06-22
v4l2: precalculate duration
Stefan Kost
3
-14
/
+18
2010-06-21
v4l2sink: use glib defines in property declarations for readability
Stefan Kost
1
-6
/
+4
2010-06-21
v4l2: use G_PARAM_STATIC_STRINGS to save a few bytes and strdups
Stefan Kost
3
-11
/
+15
2010-06-16
ximagesrc: Fix NULL pointer dereference when allocation of the ximage fails
Sebastian Dröge
1
-1
/
+2
2010-06-16
v4l2src: do not try to change device format if it's already correct
Havoc Pennington
1
-0
/
+16
2010-06-16
v4l2src: in negotiate, check for error return from set_caps
Havoc Pennington
1
-2
/
+2
2010-06-15
v4l2: Initialize variable
Sebastian Dröge
1
-1
/
+1
2010-06-14
oss4: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp()
Sebastian Dröge
1
-2
/
+2
2010-06-11
v4l2src: Fix element description
David Schleef
1
-1
/
+1
2010-06-09
directsoundsink: Plug some memleak and support 22050Hz mono sound.
Julien Moutte
1
-3
/
+12
2010-06-06
sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
Sebastian Dröge
12
-51
/
+36
2010-06-03
oss4: add some comments for translators to clarify meaning of "Low"
Tim-Philipp Müller
1
-0
/
+6
2010-05-11
osxvideosink: allow switching views at runtime.
Alessandro Decina
1
-0
/
+9
2010-05-11
oss4: minor cleanup
Tim-Philipp Müller
1
-7
/
+3
2010-05-11
Move oss4 plugin from -bad to -good
Tim-Philipp Müller
1
-2
/
+9
2010-05-11
oss4sink: implement GstStreamVolume interface and add mute and volume properties
Brian Cameron
2
-2
/
+135
2010-05-11
oss4: 8-bit PCM audio caps don't need an endianness field
Tim-Philipp Müller
1
-3
/
+5
2010-05-11
oss4: don't iterate the formats table twice for each entry
Tim-Philipp Müller
1
-23
/
+18
2010-05-11
oss4: also accept formats not natively supported
Tim-Philipp Müller
1
-0
/
+24
2010-05-11
oss4: add comment for translators
Tim-Philipp Müller
1
-1
/
+3
2010-05-11
oss4: Refactor code to make it look more modern
Benjamin Otte
1
-15
/
+20
2010-05-11
oss4: Avoid g_quark_to_string (g_quark_from_string ()) madness
Benjamin Otte
1
-9
/
+8
2010-05-11
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
Benjamin Otte
1
-1
/
+1
2010-05-11
Fix compiler warning about unused return value
Benjamin Otte
1
-1
/
+2
2010-05-11
oss4: Attempt to fix a compiler warning
Jan Schmidt
1
-4
/
+3
2010-05-11
oss4: Enhancements to the mixer and audio output
Garrett D'Amore
4
-239
/
+270
2010-05-11
Make build without warnings with debugging disabled
Tim-Philipp Müller
1
-8
/
+8
2010-05-11
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-0
/
+1
2010-05-11
sys/oss4/: Add some spaces in translateable strings.
Jan Schmidt
3
-5
/
+5
2010-05-11
Make sure gettext returns translations in UTF-8 encoding rather than in the c...
Frederic Crozat
1
-0
/
+1
2010-05-11
Final round of doc updates.
Stefan Kost
3
-26
/
+13
2010-05-11
Do not use short_description in section docs for elements. We extract them fr...
Stefan Kost
3
-3
/
+0
2010-05-11
sys/oss4/: Make device-name probing in NULL state work better (e.g. for the g...
Tim-Philipp Müller
5
-2
/
+40
2010-05-11
sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value rep...
Clive Wright
1
-2
/
+8
2010-05-11
sys/oss4/: Fix arguments format in debug statements.
Julien Moutte
2
-5
/
+6
2010-05-11
Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...
Tim-Philipp Müller
18
-0
/
+7858
2010-05-11
osxvideosink: implement the xoverlay interface. Fixes #618349.
Alessandro Decina
4
-15
/
+155
2010-04-04
oss: add fixme comment
Stefan Kost
1
-0
/
+1
2010-03-29
build: build plugins and examples in parallel where possible
Tim-Philipp Müller
1
-0
/
+2
2010-03-27
directsoundsink: fix redundant function redeclaration compiler warnings
Tim-Philipp Müller
1
-4
/
+0
2010-03-27
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-8
/
+4
2010-03-26
directsoundsink: Implement SPDIF support for AC3.
Julien Moutte
2
-35
/
+164
[next]