index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-24
v4l2object: probe all colorspace supported by device
Aurélien Zanelli
1
-6
/
+89
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
10
-23
/
+18
2016-03-08
dirctsoundsink: Setting volume should not unmute
Thomas Roos
1
-2
/
+2
2016-03-08
dirctsoundsink: Fix volume reset on unmute
Thomas Roos
1
-1
/
+2
2016-03-08
v4l2object: fix capture with bayer formats other than bggr
Alban Bedel
1
-1
/
+11
2016-03-07
v4l2: fix colorimetry for NV12
Josep Torra
1
-4
/
+13
2016-02-20
v4l2: don't use undeclared core debug category symbols
Tim-Philipp Müller
1
-3
/
+3
2016-02-19
v4l2src: fix indentation
Tim-Philipp Müller
2
-8
/
+10
2016-02-08
v4l2allocator: Fix spelling of reenqueueing
Luis de Bethencourt
1
-1
/
+1
2016-02-08
v4l2allocator: Fix spelling of queueing
Nicolas Dufresne
1
-1
/
+1
2016-01-22
v4l2: Re-add colorimetry field for RGB formats
Nicolas Dufresne
1
-25
/
+20
2016-01-22
v4l2: fix sRGB colorspace definition
Wim Taymans
1
-6
/
+0
2016-01-21
v4l2: Add adobe colorspace support
Wim Taymans
1
-13
/
+26
2016-01-20
v4l2: Don't free props structure twice.
Jan Schmidt
1
-1
/
+0
2016-01-19
v4l2object: Cleanup uneeded return statement
Nicolas Dufresne
1
-2
/
+0
2016-01-19
v4l2object: Don't set colorimetry for non YUV formats
Nicolas Dufresne
1
-0
/
+39
2016-01-14
osxaudio: break as soon as the device is found
Nirbheek Chauhan
1
-0
/
+1
2016-01-14
osxaudio: Fix error handling when selecting/opening devices
Nirbheek Chauhan
2
-3
/
+14
2016-01-04
v4l2-*: Configuring output pool correctly for using drivers min_buffer if pre...
Pablo Anton
1
-1
/
+3
2015-12-29
v4l2deviceprovider: add properties to the device
Wim Taymans
1
-13
/
+95
2015-12-21
directsoundsink: Fix sleep for buffer-time lower than 200000
Thomas Roos
1
-2
/
+13
2015-12-18
v4l2object: Update formats table
Nicolas Dufresne
1
-40
/
+167
2015-12-14
directsoundsink: Check device property and fail if device can't be found
Thomas Roos
1
-1
/
+8
2015-12-14
directsoundsink: Fix handling of the mute property
Thomas Roos
1
-5
/
+10
2015-12-11
directsoundsink: Check the return value of GetStatus() too to decide if there...
Thomas Roos
1
-8
/
+13
2015-12-01
v4l2bufferpool: don't block when resurecting a buffer
Wim Taymans
1
-1
/
+3
2015-11-25
v4l2: videodec: choose format from caps
Philipp Zabel
1
-0
/
+30
2015-11-25
v4l2: add gst_v4l2_object_probe_caps
Philipp Zabel
2
-22
/
+38
2015-11-25
v4l2-probe: Skip devices without supported formats
Nicolas Dufresne
1
-0
/
+7
2015-11-25
v4l2: Track /dev/video* to triggered required probe
Nicolas Dufresne
1
-2
/
+15
2015-11-19
v4l2: Fix capture/output-io-mode properties
Nicolas Dufresne
2
-5
/
+5
2015-11-15
v4l2/object: remove unnecessary NULL check before g_free()
Reynaldo H. Verdejo Pinochet
1
-4
/
+2
2015-11-15
osssrc: remove unnecessary NULL check before g_free()
Reynaldo H. Verdejo Pinochet
1
-2
/
+1
2015-11-15
sunaudiosrc: remove unnecessary NULL checks before g_free()
Reynaldo H. Verdejo Pinochet
1
-2
/
+1
2015-11-13
v4l2object: add support of NV16, NV61 and NV24 formats
Aurélien Zanelli
1
-0
/
+38
2015-11-03
v4l2: Set O_CLOEXEC on the device fd
Arun Raghavan
1
-1
/
+6
2015-10-28
v4l2: fix double-unref in the v4l2 device provider
Nirbheek Chauhan
1
-1
/
+0
2015-10-02
ximagesrc: Gather and coalesce all damaged areas before retrieving.
Jan Schmidt
1
-81
/
+91
2015-08-20
v4l2transform: fix pad closing
Jean-Michel Hautbois
1
-1
/
+1
2015-08-17
directsoundsink: allow specifying audio playback device
Dustin Spicuzza
2
-2
/
+69
2015-07-25
v4l2: Allow framerate to be large then 100pfs
Dimitrios Katsaros
2
-6
/
+6
2015-07-23
v4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags also
Hyunjun Ko
1
-1
/
+2
2015-07-20
v4l2bufferpool: Set timestamp when queue buffer.
Song Bing
1
-0
/
+8
2015-07-14
osxaudiosrc: no resampling on OS X
Ilya Konstantinov
1
-0
/
+15
2015-07-14
osxaudiosrc: avoid get_channel_layout
Ilya Konstantinov
1
-1
/
+4
2015-07-14
osxaudio: Avoid making a duplicate structure in caps for mono/stereo case
Arun Raghavan
1
-26
/
+14
2015-07-14
osxaudio: Don't set the format on an initialized AudioUnit
Arun Raghavan
4
-3
/
+47
2015-07-14
osxaudio: Minor spelling fix (unitialize -> uninitialize)
Arun Raghavan
3
-3
/
+3
2015-07-14
osxaudio: Fix lockup in _audio_unit_property_listener
Ilya Konstantinov
4
-6
/
+16
2015-07-14
osxaudio: Invalidate cached caps on format change
Ilya Konstantinov
1
-0
/
+60
[next]