aboutsummaryrefslogtreecommitdiff
path: root/common/include
AgeCommit message (Expand)Author
2021-05-12v4l2_codec2: Adapt V4L2 device and V4L2 device poller for Android.David Staessens
2021-05-12v4l2_codec2: Remove request-related code from V4L2 device.David Staessens
2021-05-12v4l2_codec2: Remove image processor and JPEG support from V4L2 device.David Staessens
2021-05-12v4l2_codec2: Merge generic V4L2 device into V4L2 device.David Staessens
2021-05-12v4l2_codec2: Remove unused defines from V4L2 device.David Staessens
2021-05-12v4l2_codec2: Move V4L2 device and device poller to common code.David Staessens
2021-05-12v4l2_codec2: Expand NALParser to support parsing color aspects.David Staessens
2021-05-12v4l2_codec2: Move NALParser code to separate file.David Staessens
2021-05-12v4l2_codec2: Cleanup unused includes.David Staessens
2021-03-15v4l2_codec2: Add support for VP8/VP9 to the V4L2 encoder.David Staessens
2021-01-12v4l2_codec2: Use H.264 V4L2 levels instead of IDC levels in encoder.David Staessens
2021-01-12components: Set InputBufferManager intervalDavid Stevens
2020-08-31v4l2_codec2: Remove duplicated HalPixelFormat and InputCodec types.David Staessens
2020-07-22v4l2_codec2: Implement Codec2 V4L2 encode component.David Staessens
2020-06-24v4l2_codec2: Move common code to common helpers folder.David Staessens
2020-06-12v4l2_codec2: Clean up common helpers.David Staessens
2020-06-12v4l2_codec2: Move encode component helper functions to common/Helpers.h.David Staessens
2020-04-09common: Add libv4l2_codec2_common libraryChih-Yu Huang