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
2014-05-08
v4l2: Add DMABUF and USERPTR importation
Nicolas Dufresne
6
-121
/
+784
2014-05-08
v4l2allocator: Valid FD are bigger or equal to zero
Nicolas Dufresne
1
-1
/
+1
2014-05-08
v4l2object: Don't leak downstream pool in propose_allocation
Nicolas Dufresne
1
-4
/
+13
2014-05-08
v4l2: Introduce DMABUF_IMPORT IO mode
Nicolas Dufresne
3
-7
/
+25
2014-05-08
v4l2: Add dmabuf export support
Nicolas Dufresne
3
-9
/
+112
2014-05-08
v4l2allocator: Guaranty queued state integrety
Nicolas Dufresne
1
-4
/
+42
2014-05-08
v4l2transform: Implement open/close
Nicolas Dufresne
1
-13
/
+37
2014-05-08
v4l2transform: Ensure output pool is configured
Nicolas Dufresne
1
-2
/
+12
2014-05-08
v4l2transform: Check if caps have changes before asserting
Nicolas Dufresne
2
-1
/
+18
2014-05-08
v4l2videodec: Ensure pool is configured
Nicolas Dufresne
1
-3
/
+14
2014-05-08
v4l2object: Always set a size when deciding allocation
Nicolas Dufresne
1
-0
/
+3
2014-05-08
v4l2object: Improved decide allocation
Nicolas Dufresne
1
-17
/
+64
2014-05-08
v4l2bufferpool: Do not pre-configure the pool
Nicolas Dufresne
1
-40
/
+5
2014-05-08
v4l2bufferpool: Preserve downstream minimum even in RW
Nicolas Dufresne
1
-3
/
+3
2014-05-08
v4l2bufferpool: Turn cropmeta into a custom option
Nicolas Dufresne
2
-1
/
+15
2014-05-08
v4l2bufferpool: Early catch short allocation
Nicolas Dufresne
1
-0
/
+22
2014-05-08
v4l2bufferpool: Port to use GstV4l2Allocator
Nicolas Dufresne
2
-706
/
+374
2014-05-08
Implement V4l2 Allocator
Nicolas Dufresne
4
-1
/
+1087
2014-05-08
v4l2object: Don't advertise crop meta
Nicolas Dufresne
1
-2
/
+0
2014-05-08
v4l2object: Setup pool already send element error
Nicolas Dufresne
1
-2
/
+1
2014-05-08
v4l2object: Workaround decoder that set num_planes to 0 in the format
Nicolas Dufresne
1
-1
/
+1
2014-05-08
v4l2object: Ensure size before configuring the pool
Nicolas Dufresne
1
-11
/
+11
2014-05-08
v4l2object: Set minimum buffers to 2
Nicolas Dufresne
1
-1
/
+1
2014-05-08
v4l2object: Remove unused MAX_BUFFERS define
Nicolas Dufresne
1
-1
/
+0
2014-05-08
v4l2object: Don't hardcode min/max use default instead
Nicolas Dufresne
1
-5
/
+11
2014-05-08
v4l2transform: Install PROP_CAPTURE_IO_MODE with right ID
Nicolas Dufresne
1
-3
/
+3
2014-05-08
v4l2transform: decide_allocation returns a boolean
Nicolas Dufresne
1
-1
/
+1
2014-05-08
v4l2videodec: Install PROP_CAPTURE_IO_MODE with right ID
Nicolas Dufresne
1
-3
/
+3
2014-05-08
v4l2transform: Add propose_allocation
Nicolas Dufresne
1
-9
/
+7
2014-05-08
v4l2: Move propose allocation to v4l2object
Nicolas Dufresne
3
-55
/
+64
2014-05-08
v4l2transform: Fixup caps query
Nicolas Dufresne
1
-1
/
+1
2014-05-08
v4l2transform: Setup cropping if needed
Nicolas Dufresne
3
-4
/
+46
2014-05-08
v4l2transform: Expose BGRA and ARGB formats
Nicolas Dufresne
1
-1
/
+19
2014-05-08
v4l2transform: Ensure output pool is activated
Nicolas Dufresne
1
-0
/
+3
2014-05-08
v4l2transform: Ensure internal buffer pools actication
Nicolas Dufresne
1
-7
/
+17
2014-05-08
v4l2transform: Move subinstance subclass init near other init
Nicolas Dufresne
1
-21
/
+21
2014-05-08
v4l2transform: Stop stream before closing the devices.
Nicolas Dufresne
1
-0
/
+2
2014-05-08
v4l2transform: copy metdata
Víctor Manuel Jáquez Leal
1
-0
/
+8
2014-05-08
Implement GstV4l2Transform
Nicolas Dufresne
5
-0
/
+767
2014-05-08
v4l2: Probe for CREATE_BUFS in order to correctly set pool min/max
Nicolas Dufresne
3
-16
/
+28
2014-05-08
v4l2: Move capture eos handling in _process()
Nicolas Dufresne
2
-7
/
+18
2014-05-08
v4l2object: Fix support for planar format in 1 v4l2 mplane
Nicolas Dufresne
1
-24
/
+39
2014-05-08
v4l2videodec: Cleanly fail if set_format is never called
Nicolas Dufresne
1
-0
/
+2
2014-05-08
v4l2: Expose RGB32 formats with and without alpha
Nicolas Dufresne
3
-0
/
+56
2014-05-08
v4l2: Correctly check if video meta is needed
Nicolas Dufresne
2
-26
/
+13
2014-05-08
v4l2object: Fix tiled stride request
Nicolas Dufresne
1
-9
/
+43
2014-05-08
v4l2object: Ensure video and crop meta are enabled if needed
Nicolas Dufresne
2
-17
/
+8
2014-05-08
v4l2videodec: Ensure internal pool are activated
Nicolas Dufresne
1
-0
/
+16
2014-05-08
v4l2videodec: Check that pool where allocated before flushing them
Nicolas Dufresne
1
-2
/
+5
2014-05-08
v4l2bufferpool: Enforce activation outside of process
Nicolas Dufresne
2
-19
/
+25
[prev]
[next]