aboutsummaryrefslogtreecommitdiff
path: root/components/V4L2EncodeInterface.cpp
AgeCommit message (Expand)Author
2021-10-20v4l2_codec2 encoder: Add missing support for LEVEL_AVC_4_2.David Staessens
2021-10-20v4l2_codec2 encoder: Add support for configuring the bitrate mode.David Staessens
2021-05-12v4l2_codec2: Switch from media::VideoCodecProfile to C2 profiles.David Staessens
2021-05-12v4l2_codec2: Use C2Config::PROFILE_VP8_0.David Staessens
2021-05-12v4l2_codec2: Remove minimum H.264 profile workaround in V4L2 encoder.David Staessens
2021-05-12v4l2_codec2: Switch from media::VideoCodec to common VideoCodec class.David Staessens
2021-05-12v4l2_codec2: Use Android Size instead of Chrome Size.David Staessens
2021-05-12v4l2_codec2: Remove video_encode/decode_accelerator files.David Staessens
2021-05-12v4l2_codec2: Adapt V4L2 device and V4L2 device poller for Android.David Staessens
2021-05-12v4l2_codec2: Move V4L2 device and device poller to common code.David Staessens
2021-03-29components: Add C2_PARAMKEY_COMPONENT_KIND parameterChih-Yu Huang
2021-03-15v4l2_codec2: Add support for VP8/VP9 to the V4L2 encoder.David Staessens
2020-09-08v4l2_codec2: Don't use BufferUsage::VIDEO_ENCODER for input buffers.David Staessens
2020-08-31v4l2_codec2: Mark V4L2EncodeComponent buffers as BufferUsage::VIDEO_ENCODER.David Staessens
2020-07-22v4l2_codec2: Implement Codec2 V4L2 encode component.David Staessens