gstreamer/sys/v4l2codecs
Nicolas Dufresne 5ece17ecbd v4l2slvp8dec: Flip the meaning of segment_feature_mode
In section 9.3.4 a), segment_feature_mode have 0 for absolute and 1 for delta,
while in 19.2, it says the opposite. But the reference code, which usually
rules over the text state that 1 means absolute:

 if (hdr->update_data)
 {
     hdr->abs = bool_get_bit(bool);

And uses it with that meaning to decide weither to override the existing value
or just add the detla. This fixes multiple decoding issues.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1245>
2020-05-05 17:57:08 +00:00
..
linux v4l2codecs: Add VP8 decoder 2020-04-28 22:53:11 +00:00
gstv4l2codecallocator.c v4l2codecs: allocator: use gst_clear_object 2020-04-20 12:23:32 +00:00
gstv4l2codecallocator.h v4l2codecs: allocator: Add method to wait for more buffers 2020-03-31 09:34:05 -04:00
gstv4l2codecdevice.c v4l2codecs: fix v4l2codecdevice get type 2020-04-10 21:05:19 +02:00
gstv4l2codecdevice.h v4l2codecs: fix v4l2codecdevice get type 2020-04-10 21:05:19 +02:00
gstv4l2codech264dec.c v4l2codecs: Factor out plugin registration 2020-04-28 22:53:11 +00:00
gstv4l2codech264dec.h v4l2codecs: Add skeleton of H264 decoder 2020-03-31 09:34:05 -04:00
gstv4l2codecpool.c v4l2codecs: Wait for buffers to come back 2020-03-31 09:34:05 -04:00
gstv4l2codecpool.h v4l2codec: Add initial GstVideoMeta support 2020-03-31 09:34:05 -04:00
gstv4l2codecvp8dec.c v4l2slvp8dec: Flip the meaning of segment_feature_mode 2020-05-05 17:57:08 +00:00
gstv4l2codecvp8dec.h v4l2codecs: Add VP8 decoder 2020-04-28 22:53:11 +00:00
gstv4l2decoder.c v4l2codecs: Factor out plugin registration 2020-04-28 22:53:11 +00:00
gstv4l2decoder.h v4l2codecs: Factor out plugin registration 2020-04-28 22:53:11 +00:00
gstv4l2format.c v4l2slh264dec: Add output format negotiation 2020-03-31 09:34:05 -04:00
gstv4l2format.h v4l2format: Convert between V4L2 and GST video format 2020-03-31 09:34:05 -04:00
meson.build v4l2codecs: Factor out plugin registration 2020-04-28 22:53:11 +00:00
plugin.c v4l2codecs: Add VP8 decoder 2020-04-28 22:53:11 +00:00