Sign in
coral
/
imx-gst-plugins-good
/
dee0443293b7a05329e4018a46ed1497a4079822
/
sys
/
v4l2
/
gstv4l2bufferpool.c
ee9e32d
v4l2bufferpool: Validate that capture buffers were queued
by Nicolas Dufresne
· 7 years ago
a57c419
v4l2bufferpool: Only return eos for M2M devices
by Nicolas Dufresne
· 7 years ago
c72ec85
v4l2bufferpool: Drop truncated frames
by Nicolas Dufresne
· 7 years ago
57d7ae8
v4l2allocator: Add support for data_offset
by Nicolas Dufresne
· 7 years ago
1f902e2
v4l2bufferpool: Don't stop streaming when pool is flushing
by Nicolas Dufresne
· 8 years ago
f2372b4
v4l2bufferpool: Don't mark jpeg frames as deltas
by Cyril Lashkevich
· 8 years ago
d8b18f6
v4l2bufferpool: Don't drop buffer ref on qbuf
by Nicolas Dufresne
· 8 years ago
ba8aa44
v4l2bufferpool: Copy flags and timestamp when importing
by Nicolas Dufresne
· 8 years ago
5a6fe4e
v4l2: Fix compilation without libv4l2
by Nicolas Dufresne
· 8 years ago
2ee90e2
v4l2: Keep ref to element in allocator/pool
by Nicolas Dufresne
· 8 years ago
31d8a1d
v4l2: Add run-time environment to enable libv4l2
by Nicolas Dufresne
· 8 years ago
bec0385
v4l2: Merge v4l2_calls.h into gstv4l2object.h
by Nicolas Dufresne
· 8 years ago
52a5658
v4l2: Block recursive calls to resurect_buffer
by Matt Fischer
· 8 years ago
17e52f6
v4l2pool: Fix wrong error message
by Ayaka
· 9 years ago
2c60166
gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent
by Sebastian Dröge
· 8 years ago
081bae2
v4l2object: Copy timestamp when importing buffers
by Todor Tomov
· 8 years ago
8635258
Update Edgard Lima's email
by Edgard Lima
· 8 years ago
1c2e2d8
v4l2bufferpool: remove duplicated line of code
by Jean-Christophe Trotin
· 8 years ago
d7b2820
Fix indentation
by Tim-Philipp Müller
· 8 years ago
86f243b
gstv4l2bufferpool: lock flush_stop against regular qbuf
by Philipp Zabel
· 9 years ago
6b58076
gstv4l2bufferpool: remove critical error message when process is called on an inactive pool
by Philipp Zabel
· 8 years ago
4b16b16
v4l2: use opened device caps instead of physical device ones
by Reynaldo H. Verdejo Pinochet
· 9 years ago
b786631
v4l2src: check for valid size on raw video buffers
by Josep Torra
· 9 years ago
3333683
v4l2: don't use undeclared core debug category symbols
by Tim-Philipp Müller
· 9 years ago
b208ae7
v4l2bufferpool: don't block when resurecting a buffer
by Wim Taymans
· 9 years ago
afcd462
v4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags also
by Hyunjun Ko
· 10 years ago
c5950cd
v4l2bufferpool: Set timestamp when queue buffer.
by Song Bing
· 10 years ago
95bab88
gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOS
by Philipp Zabel
· 10 years ago
f16fe89
v4l2: use v4l2 capture device sequence counter
by Peter Seiderer
· 10 years ago
8390288
v4l2: Ask the driver about its requirements for min_buffers before initiating buffer pool.
by Tobias Modschiedler
· 10 years ago
eeb4d2e
v4l2bufferpool: Don't update buffer for OUTPUT
by Nicolas Dufresne
· 10 years ago
8cd40e7
v4l2allocator: fix fd leak in DMABUF import mode.
by Gwenole Beauchesne
· 10 years ago
8e75acc
v4l2bufferpool: Add missing break
by Nicolas Dufresne
· 10 years ago
76775ef
v4l2: Workaround driver not setting field correctly
by Nicolas Dufresne
· 10 years ago
63746c4
v4l2bufferpool: Check corruption flag on the right buffer
by Aleix Conchillo Flaqué
· 10 years ago
600027a
v4l2bufferpool: fix import_userptr() in single-planar API when n_planes > 1
by Aurélien Zanelli
· 10 years ago
ac3cb88
v4l2allocator: let bufferpool calculate image size when importing userptr
by Aurélien Zanelli
· 10 years ago
e57bc43
v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output device
by Aurélien Zanelli
· 10 years ago
6afd1c5
v4l2: Enable copy when no known allocation params
by Nicolas Dufresne
· 10 years ago
dfb0ec6
v4l2bufferpool: Update allocator flags
by Nicolas Dufresne
· 10 years ago
7dc475f
v4l2bufferpool: Use specific debug category
by Nicolas Dufresne
· 10 years ago
171bfec
v4l2pool: Deactivate other pool
by Nicolas Dufresne
· 10 years ago
3e87621
v4l2: Don't use allocator size to iterate
by Nicolas Dufresne
· 10 years ago
e47a570
v4l2bufferpool: Don't clean buffer array in dispose
by Nicolas Dufresne
· 10 years ago
bbcfd59
v4l2bufferpool: Don't ref queued output buffer
by Nicolas Dufresne
· 10 years ago
a4b961e
v4l2bufferpool: Never fail on streamoff
by Nicolas Dufresne
· 10 years ago
2a1459c
v4l2pool: Update configuration size
by Nicolas Dufresne
· 10 years ago
f6259e9
v4l2bufferpool: Disable create_buf with libv4l2
by Nicolas Dufresne
· 10 years ago
6219312
v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACED
by Aurélien Zanelli
· 10 years ago
eb1dcd8
v4l2: Workaround libv4l2 RW emulation bug
by Nicolas Dufresne
· 10 years ago
0e05faf
v4l2: Fix RW io mode
by Nicolas Dufresne
· 10 years ago
d328eea
v4l2bufferpool: Cleanup uneeded check and cases
by Nicolas Dufresne
· 10 years ago
319efc3
v4l2pool: Fix CREATE_BUFS support for capture
by Nicolas Dufresne
· 10 years ago
74eb903
v4l2bufferpool: unref pool when v4l2_allocator_new() fails
by Aurélien Zanelli
· 10 years ago
43d5a52
Revert "v4l2: move vb_queue probing from allocator to v4l2object"
by Nicolas Dufresne
· 10 years ago
3591a91
Revert "v4l2object: allow to automatic selection of dmabuf"
by Nicolas Dufresne
· 10 years ago
b9992e4
v4l2: Handle corrupted buffer with empty payload
by Nicolas Dufresne
· 10 years ago
e6c2ad5
v4l2object: allow to automatic selection of dmabuf
by Benjamin Gaignard
· 10 years ago
ec6b8b8
v4l2: move vb_queue probing from allocator to v4l2object
by Benjamin Gaignard
· 10 years ago
3282df5
v4l2bufferpool: Improve buffer validation
by Nicolas Dufresne
· 10 years ago
8fdfb58
v4l2bufferpool: fix typo in flags
by Aurélien Zanelli
· 10 years ago
02040d5
v4l2: Clean up interlace support
by Simon Farnsworth
· 10 years ago
1dcc883
v4l2bufferpool: cleanly handle streamon failure for output device
by Aurélien Zanelli
· 10 years ago
8e9c752
v4l2bufferpool: implement dispose method
by Aurélien Zanelli
· 10 years ago
7ed27c2
v4l2bufferpool: check that allocator is non null when stopping pool
by Aurélien Zanelli
· 10 years ago
743c6a4
v4l2: Merge min_buffers_for* variable into one
by Nicolas Dufresne
· 11 years ago
3afec4d
v4l2: set min_latency for output device according to required minimum number of buffers
by Aurélien Zanelli
· 11 years ago
550be3e
v4l2bufferpool: clear gcond
by Thiago Santos
· 11 years ago
287517d
Revert "v4l2bufferpool: Workaround elements not requesting any buffers"
by Nicolas Dufresne
· 11 years ago
d7876e5
v4l2bufferpool: Fix copy threshold implementation
by Nicolas Dufresne
· 11 years ago
0ac0cbc
v4l2allocator: Use qdata instead of parenting to DmabufMemory
by Nicolas Dufresne
· 11 years ago
d03bcba
v4l2bufferpool: Workaround elements not requesting any buffers
by Nicolas Dufresne
· 11 years ago
3f15e67
v4l2bufferpool: Handle FD error during poll
by Nicolas Dufresne
· 11 years ago
652ed3b
v4l2bufferpool: Wait before polling if queue is empty
by Nicolas Dufresne
· 11 years ago
0fb59db
v4l2bufferpool: Cleanly handle v4l2_allocator_new failure
by Nicolas Dufresne
· 11 years ago
1648e46
v4l2bufferpool: Cleanup poll method and retry on EINTR/EAGAIN
by Nicolas Dufresne
· 11 years ago
b3bf4e3
v4l2bufferpool: Copy already queued buffer
by Nicolas Dufresne
· 11 years ago
e2fd7e2
v4l2bufferpool: Port to bufferpool flush_start/stop method
by Nicolas Dufresne
· 11 years ago
bc002d5
v4l2bufferpool: Don't queue all the buffers before dequeueing first
by Nicolas Dufresne
· 11 years ago
66519d0
v4l2: Cleanup and fix calculation of latency
by Nicolas Dufresne
· 11 years ago
2e89f4e
Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"
by Nicolas Dufresne
· 11 years ago
aff64af
v4l2bufferpool: Fix USERPTR map flags
by Nicolas Dufresne
· 11 years ago
3a7bd8d
v4l2bufferpool: Prevent num_queued from going negative
by Nicolas Dufresne
· 11 years ago
45b322c
v4l2bufferpool: Improve debugging
by Nicolas Dufresne
· 11 years ago
e70173e
v4l2bufferpool: Add a trace when _start() is called
by Nicolas Dufresne
· 11 years ago
6a07e96
v4l2allocator: Return a GstFlowReturn instead of boolean in alloc
by Nicolas Dufresne
· 11 years ago
2e0fb42
v4l2bufferpool: Port to bufferpool flush_start/stop method
by Nicolas Dufresne
· 11 years ago
32d8eb9
v4l2bufferpool: Explicitly cast enum "subtype" to its "supertype"
by Sebastian Dröge
· 11 years ago
0d852cf
v4l2bufferpool: Update pool limit with hardware requiremenst
by Benjamin Gaignard
· 11 years ago
a4b5811
v4l2: Split flush in start/stop_streaming
by Nicolas Dufresne
· 11 years ago
19608ac
v4l2bufferpool: Don't deactivate otherpool
by Nicolas Dufresne
· 11 years ago
4b2808c
v4l2bufferpool: Also update num_buffers for import cases
by Nicolas Dufresne
· 11 years ago
de7e5e4
v4l2bufferpool: Use default VideoInfo for frame operation
by Nicolas Dufresne
· 11 years ago
16f0c25
v4l2pool: Fix leak of config structure in error case
by Nicolas Dufresne
· 11 years ago
82a806e
v4l2: Replace miss-use of crop meta in favour of proper offset
by Nicolas Dufresne
· 11 years ago
f3ecbeb
v4l2bufferpool: Get number of allocated buffers from allocator
by Nicolas Dufresne
· 11 years ago
972cf80
v4l2bufferpool: Improve debugging
by Nicolas Dufresne
· 11 years ago
c7d735a
v4l2bufferpool: Ensure we don't re-enqueue buffer during flush
by Nicolas Dufresne
· 11 years ago
cb311d5
v4l2bufferpool: Re-enqueue buffer at stream start
by Nicolas Dufresne
· 11 years ago
815c9b7
v4l2bufferpool: Acquire cannot return a buffer from another pool
by Nicolas Dufresne
· 11 years ago
Next »