gstreamer/subprojects/gst-plugins-bad/sys/v4l2codecs
Benjamin Gaignard a6f8cc4b95 v4l2codecs: Add P010 pixel format
Copy V4L2_PIX_FMT_P010 define from linux header.
V4L2_PIX_FMT_P010 is the little endian definition of P010 so map
it GST_VIDEO_FORMAT_P010_10LE.
Add it v4l2 default video formats to allows v4l2 decoders to
enumerate and use it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2590>
2022-06-13 16:44:29 +02:00
..
linux v4l2codecs: Add P010 pixel format 2022-06-13 16:44:29 +02:00
gstv4l2codecallocator.c
gstv4l2codecallocator.h
gstv4l2codecalphadecodebin.c
gstv4l2codecalphadecodebin.h
gstv4l2codecdevice.c
gstv4l2codecdevice.h
gstv4l2codech264dec.c v4l2codecs: h264: Set frame type flags 2022-05-06 13:35:59 +00:00
gstv4l2codech264dec.h
gstv4l2codecmpeg2dec.c codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstv4l2codecmpeg2dec.h
gstv4l2codecpool.c
gstv4l2codecpool.h
gstv4l2codecvp8dec.c codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstv4l2codecvp8dec.h
gstv4l2codecvp9dec.c codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstv4l2codecvp9dec.h
gstv4l2decoder.c
gstv4l2decoder.h
gstv4l2format.c v4l2codecs: Add P010 pixel format 2022-06-13 16:44:29 +02:00
gstv4l2format.h v4l2codecs: Add P010 pixel format 2022-06-13 16:44:29 +02:00
meson.build
plugin.c