aboutsummaryrefslogtreecommitdiff
path: root/common/include/v4l2_codec2
AgeCommit message (Expand)Author
2024-01-23Merge remote-tracking branch 'goog/tm-arc' into mainBartłomiej Grzesik
2023-12-04Explicitly specify ::baseDaichi Hirono
2023-11-28Reland: "V4L2Decoder: Check if waiting for DRC needed""Zyta Szpak
2023-10-02v4l2_codec2: Add RGBA video pixel format am: 6a3ebb9202tmp_amf_298295554Roman Stratiienko
2023-10-02v4l2_codec2: Add RGBA video pixel formatRoman Stratiienko
2023-06-23components: Migrate V4L2 related code to a separate moduleBartłomiej Grzesik
2023-05-25V4L2EncodeInterface: decouple interface from deviceBartłomiej Grzesik
2023-05-25V4L2DecodeInterface: decouple interface from deviceBartłomiej Grzesik
2023-02-23V4L2Device: Refactor querying capabilitiesBartłomiej Grzesik
2023-01-29Query supported video levels from driverpbu
2023-01-29Query supported profiles for codecs from driverpbu
2023-01-29V4L2DevicePoller: Fix null pointer dereference when LOG_NDEBUG is definedBartłomiej Grzesik
2023-01-29Reland "V4L2DevicePoller: Always poll V4L2 events"Bartłomiej Grzesik
2023-01-29V4L2Device: Replace arguments from table to vectorpbu
2023-01-29v4l2_codec2: Add debug stream id and split traces tracksBartłomiej Grzesik
2023-01-29v4l2_codec2: Add ATrace tracing to queued buffers and some methodsBartłomiej Grzesik
2023-01-29v4l2_codec2: Add HEVC NAL parser for extracting color spaceJeffrey Kardatzke
2023-01-29v4l2_codec2 encoder: Fix minor coding style issue in format converter.David Staessens
2023-01-29v4l2_codec2 encoder: Clean up format convertor.David Staessens
2023-01-29v4l2_codec2 encoder: Remove minimum buffer count for format converter.David Staessens
2022-12-01v4l2_codec2: Add support for HEVC/H265 to the V4L2 decoder.Jeffrey Kardatzke
2022-05-26v4l2_codec2: Add support for HEVC/H265 to the V4L2 decoder.Jeffrey Kardatzke
2021-10-20v4l2_codec2 encoder: Add support for prepending SPS/PPS to IDR frames.David Staessens
2021-10-20v4l2_codec2 encoder: Improve extraction of SPS/PPS from H.264 streams.David Staessens
2021-10-20v4l2_codec2 encoder: Add support for configuring the bitrate mode.David Staessens
2021-06-07v4l2_codec2: Use graceful methods to read NAL color aspects.David Staessens
2021-05-12v4l2_codec2: Adapt VideoPixelFormat code to Android standards.David Staessens
2021-05-12v4l2_codec2: Move media::VideoPixelFormat to common code.David Staessens
2021-05-12v4l2_codec2: Adapt media::Fourcc code to Android standards.David Staessens
2021-05-12v4l2_codec2: Move Fourcc to common code.David Staessens
2021-05-12v4l2_codec2: Remove media::ColorPlaneFormat and media::VideoFrameLayoutDavid Staessens
2021-05-12v4l2_codec2: Merge VideoFrame into VideoPixelFormat.David Staessens
2021-05-12v4l2_codec2: Switch from media::VideoCodecProfile to C2 profiles.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: Use Android Rect instead of Chrome Rect.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: 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