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
2017-07-27
v4l2: Add missing no-inst header
Nicolas Dufresne
1
-0
/
+1
2017-07-27
v4l2: Add interface for MPEG4 encoding
Nicolas Dufresne
7
-3
/
+524
2017-07-27
v4l2: Ignore register issue and keep probing
Nicolas Dufresne
9
-29
/
+25
2017-07-26
v4l2: Update external files with latest
Nicolas Dufresne
3
-97
/
+271
2017-07-24
v4l2: Fix compilation without libv4l2
Nicolas Dufresne
3
-10
/
+11
2017-07-24
v4l2: Keep ref to element in allocator/pool
Nicolas Dufresne
2
-2
/
+5
2017-07-24
v4l2object: Removed unused members
Nicolas Dufresne
2
-16
/
+0
2017-07-24
v4l2: Add run-time environment to enable libv4l2
Nicolas Dufresne
12
-130
/
+171
2017-07-21
v4l2object: Fix colorimetry validation
Nicolas Dufresne
1
-4
/
+7
2017-07-21
v4l2encoder: Fix negotiation error handling
Nicolas Dufresne
1
-4
/
+4
2017-07-21
v4l2src: Speedup camera startup by skipping try_fmt
Nicolas Dufresne
1
-133
/
+219
2017-07-21
v4l2object: Introduce quirk to skip slow probes
Nicolas Dufresne
2
-9
/
+38
2017-07-21
v4l2object: always set the GstV4l2Error on error
Nicolas Dufresne
1
-22
/
+16
2017-07-21
v4l2object: Minor style fix and useful trace
Nicolas Dufresne
1
-0
/
+6
2017-07-21
v4l2object: Fix try/s_fmt errors
Nicolas Dufresne
1
-6
/
+19
2017-07-21
v4l2object: Validate colorimetry in S/TRY_FMT
Nicolas Dufresne
1
-0
/
+22
2017-07-21
v4l2object: Validate field in S/TRY_FMT
Nicolas Dufresne
1
-0
/
+21
2017-07-20
directsound: Fix .c file name in Makefile
Nicolas Dufresne
1
-1
/
+1
2017-07-20
waveform: Fix DLL name to match plugin name
Nicolas Dufresne
1
-5
/
+5
2017-07-20
directsound: Fix DLL name to match plugin name
Nicolas Dufresne
2
-8
/
+8
2017-07-19
v4l2videodec: add some useful debug messages
Nicolas Dechesne
1
-0
/
+3
2017-07-18
v4l2: Fix 4K colorimetry
Nicolas Dufresne
1
-2
/
+5
2017-07-18
v4l2object: Only check CROPCAP for par once
Nicolas Dufresne
1
-36
/
+21
2017-07-17
v4l2: UVC driver is named uvcvideo these days
Nicolas Dufresne
1
-1
/
+2
2017-07-17
v4l2object: Remove unused defines
Nicolas Dufresne
1
-2
/
+0
2017-07-17
v4l2: Make gst_v4l2_get_capabilities static
Nicolas Dufresne
2
-3
/
+1
2017-07-17
v4l2: Merge v4l2_calls.h into gstv4l2object.h
Nicolas Dufresne
17
-181
/
+105
2017-07-14
v4l2object: Trace unknown fourcc as text
Nicolas Dufresne
1
-2
/
+3
2017-07-14
v4l2: Don't probe for unneeded format
Nicolas Dufresne
3
-18
/
+39
2017-07-14
v4l2videodec: Implement stable element names
Nicolas Dufresne
1
-33
/
+109
2017-06-29
v4l2: Block recursive calls to resurect_buffer
Matt Fischer
1
-0
/
+5
2017-06-29
v4l2: increase by one the number of allocated buffers
Guillaume Desmottes
1
-4
/
+6
2017-06-28
v4l2allocator: Fix memory leak with dmabuf
Matt Fischer
1
-1
/
+2
2017-06-23
sys: remove sunaudio plugin
Tim-Philipp Müller
16
-2730
/
+2
2017-06-23
meson: build oss4 plugin
Tim-Philipp Müller
2
-1
/
+24
2017-06-23
meson: build oss plugin
Tim-Philipp Müller
2
-2
/
+30
2017-06-05
v4l2videoenc: Make sure min_buffers is valid
Nicolas Dufresne
1
-2
/
+3
2017-05-26
v4l2videoenc: Don't leak VideoCodecState
Edward Hervey
1
-1
/
+3
2017-05-24
v4l2videoenc: Remove unused function
Nicolas Dufresne
1
-12
/
+0
2017-05-24
v4l2: Don't redefine __bitwise if already set
Nicolas Dufresne
1
-8
/
+13
2017-05-24
v4l2: Add Video Encoder support
Ayaka
7
-0
/
+1656
2017-05-24
v4l2videodec: Remove unused forward declaration
Nicolas Dufresne
1
-2
/
+0
2017-05-24
v4l2pool: Fix wrong error message
Ayaka
1
-1
/
+1
2017-05-24
v4l2: increase pre-allocated encoded buffer size
Ayaka
1
-1
/
+1
2017-05-20
osxaudio: fixes playback of mono streams with no channel-mask field in caps
Josep Torra
1
-14
/
+23
2017-05-20
osxvideo: fix macOS 10.12 deprecation warnings
Josep Torra
2
-11
/
+28
2017-05-17
gst: Clear floating flag in constructor of all GstObject subclasses that are ...
Sebastian Dröge
2
-0
/
+2
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
9
-9
/
+0
2017-05-08
directsoundsink: Use GstClock API instead of Sleep() for waiting
Dustin Spicuzza
2
-5
/
+53
2017-05-08
directsoundsink: Fix corner case causing large CPU usage
Nirbheek Chauhan
1
-16
/
+23
[prev]
[next]