aboutsummaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Expand)Author
2022-09-06V4L2EncodeComponent: allow user to disable VBRBartłomiej Grzesik
2022-06-24V4L2EncodeComponent: fix build error am: 3db9508be4 am: 0bd2d6331bAlexandre Courbot
2022-06-24V4L2EncodeComponent: fix build errorAlexandre Courbot
2022-06-02V4L2EncodeComponent: clamp framerate to at least 1 on dynamic framerate chang...Shao-Chuan Lee
2022-06-02V4L2EncodeComponent: clamp framerate to at least 1 on dynamic framerate changeandroid13-devShao-Chuan Lee
2022-05-26v4l2_codec2: Add support for HEVC/H265 to the V4L2 decoder.Jeffrey Kardatzke
2021-11-01V4L2Decoder: respect the number of output buffers from V4L2 driverChih-Yu Huang
2021-10-20Merge latest version to Android master.android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Chih-Yu Huang
2021-05-12V4L2Decoder: setup the output pixel format when resolution changeandroid-12.0.0_r32android-12.0.0_r29android-12.0.0_r28android-12.0.0_r27android-12.0.0_r26android-12.0.0_r21android-12.0.0_r20android-12.0.0_r19android-12.0.0_r18android-12.0.0_r16android12-qpr1-releaseandroid12-qpr1-d-s3-releaseandroid12-qpr1-d-s2-releaseandroid12-qpr1-d-s1-releaseandroid12-qpr1-d-releaseandroid12-devChih-Yu Huang
2021-05-12v4l2_codec2: remove libv4l2_codec2_accel library.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: Use C2Config::PROFILE_VP8_0.David Staessens
2021-05-12v4l2_codec2: Remove minimum H.264 profile workaround in V4L2 encoder.David Staessens
2021-05-12V4L2DecodeComponent: abandon pending work when drain is done.Chih-Yu Huang
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: 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: Rename V4L2 encoder states.David Staessens
2021-05-12v4l2_codec2: zero v4l2_rect field before performing IOCTL.David Staessens
2021-05-12v4l2_codec2: use std::find_if when locating EOS buffers.David Staessens
2021-05-12v4l2_codec2: Split off H264 V4L2 configuration to separate function.David Staessens
2021-05-12v4l2_codec2: Split up V4L2EncodeComponent.David Staessens
2021-05-12v4l2_codec2: Fix small typo in VideoFrame.David Staessens
2021-05-12v4l2_codec2: Remove unused include in BitstreamBuffer.h.David Staessens
2021-05-12v4l2_codec2: Remove unused function declaration from V4L2Decoder.David Staessens
2021-04-02Merge "components: Add C2_PARAMKEY_COMPONENT_KIND parameter" into sc-devChih-yu Huang
2021-03-29components: Add C2_PARAMKEY_COMPONENT_KIND parameterChih-Yu Huang
2021-03-29V4L2ComponentStore: Avoid dynamic loading shared libraryChih-Yu Huang
2021-03-25V4L2DecodeInterface: switch to C2AllocatorStore::DEFAULT_LINEARChih-Yu Huang
2021-03-15V4L2DecodeComponent: polish the logic of start and stopChih-Yu Huang
2021-03-15v4l2_codec2: Add support for VP8/VP9 to the V4L2 encoder.David Staessens
2021-03-15V4L2Decoder: print blockId when V4L2 buffer is not availableChih-Yu Huang
2021-03-01C2VdaBqBlockPool: C2VdaBqBlockPoolData inherits C2BufferQueueBlockPoolDataChih-Yu Huang
2021-03-01plugin_store: add libcodec2_internal header_libsChih-Yu Huang
2021-03-01V4L2Decoder: adjust the ALOGD log to ALOGVChih-Yu Huang
2021-03-01V4L2DecodeComponent: handle aborted decoding C2WorkChih-Yu Huang
2021-03-01V4L2DecodeComponent: fix element not found at mWorksAtDecoderChih-Yu Huang
2021-03-01V4L2DecodeComponent: handle overflowDavid Stevens
2021-03-01C2VdaBqBlockPool: Use GEM handle as the identifier of graphic buffers.Chih-Yu Huang
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/v4l2_codec2 am: b1d153c079 am: 72ea...Bob Badour