gstreamer/sys/v4l2codecs
Nicolas Dufresne 4305771178 v4l2codech264dec: Implement queuing
We now pass the controls, associated to a request, queue the bitstream, qeueue
a picture buffer to decode into and finally queue the request. This now runs
until the buffer pool is exhausted. The next step will be to dequeue.
2020-03-31 09:34:05 -04:00
..
linux v4l2codecs: Copy all needed Linux kernel headers 2020-03-31 09:34:05 -04:00
gstv4l2codecallocator.c v4l2codec: Add getter for buffer index in allocator and pool 2020-03-31 09:34:05 -04:00
gstv4l2codecallocator.h v4l2codec: Add getter for buffer index in allocator and pool 2020-03-31 09:34:05 -04:00
gstv4l2codecdevice.c v4l2codecs: Add device enumeration 2020-03-31 09:34:05 -04:00
gstv4l2codecdevice.h v4l2codecs: Add device enumeration 2020-03-31 09:34:05 -04:00
gstv4l2codech264dec.c v4l2codech264dec: Implement queuing 2020-03-31 09:34:05 -04:00
gstv4l2codech264dec.h v4l2codecs: Add skeleton of H264 decoder 2020-03-31 09:34:05 -04:00
gstv4l2codecpool.c v4l2codec: Add getter for buffer index in allocator and pool 2020-03-31 09:34:05 -04:00
gstv4l2codecpool.h v4l2codec: Add getter for buffer index in allocator and pool 2020-03-31 09:34:05 -04:00
gstv4l2decoder.c v4l2decoder: Add helpers to queue buffer and requests 2020-03-31 09:34:05 -04:00
gstv4l2decoder.h v4l2decoder: Add helpers to queue buffer and requests 2020-03-31 09:34:05 -04:00
gstv4l2format.c v4l2codecs: Add initial formats helpers 2020-03-31 09:34:05 -04:00
gstv4l2format.h v4l2codecs: Add initial formats helpers 2020-03-31 09:34:05 -04:00
meson.build v4l2codec: Add allocator and pool implementation 2020-03-31 09:34:05 -04:00
plugin.c v4l2codecs: Add skeleton of H264 decoder 2020-03-31 09:34:05 -04:00