aboutsummaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Expand)Author
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
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/v4l2_codec2android-s-preview-1Bob Badour
2021-01-12V4L2Decoder: continue buffer fetching after flushChih-Yu Huang
2021-01-12v4l2_codec2: delay encoder output buffer creationDavid Stevens
2021-01-12V4L2EncodeComponent: limit the maximum number of concurrent instances.David Staessens
2021-01-12v4l2_codec2: Handle force keyframe failure as error.David Staessens
2021-01-12V4L2DecodeComponent: remove unneccesary lambdaChih-Yu Huang
2021-01-12V4L2DecodeComponent: store weak_ptr at mDecoderTaskRunnerChih-Yu Huang
2021-01-12V4L2DecodeComponent: limit the maximum concurrent instancesChih-Yu Huang
2021-01-12V4L2DecodeInterface: use correct picture size to calculate size of input buffersChih-Yu Huang
2021-01-12v4l2_codec2: Use H.264 V4L2 levels instead of IDC levels in encoder.David Staessens
2021-01-12v4l2_codec2: Handle failed framerate change request as an error.David Staessens
2021-01-12v4l2_codec2: Configure correct stride when encoding.David Staessens
2021-01-12v4l2_codec2: Clear input format convertor on stopping the encoder.David Staessens
2021-01-12v4l2_codec2: Clear output queue on flush.David Staessens
2021-01-12v4l2_codec2: Remove assert when scheduling next encode.David Staessens
2021-01-12v4l2_codec2: Stop encoding when QBUF operation fails.David Staessens
2021-01-12V4L2Decoder: destroy previous VideoFramePool before getting new oneChih-Yu Huang
2021-01-12plugin_store: switch to V4L2GraphicAllocator from C2AllocatorGrallocChih-Yu Huang
2021-01-12components: Set InputBufferManager intervalDavid Stevens
2021-01-12v4l2_codec2: Handle failed bitrate change request as error.David Staessens
2021-01-12v4l2_codec2: Remove outdated comment about output buffer copy.David Staessens
2021-01-12v4l2_codec2: Update output buffer size after configuring input format.David Staessens
2021-01-12C2VdaBqBlockPool: add some verbose log for debuggingChih-Yu Huang
2021-01-12VideoFramePool: Remove CPU_READ usage for buffers used in surface modeChih-Yu Huang
2021-01-12v4l2_codec2: Cleanup: remove unused forward declaration.David Staessens
2021-01-12v4l2_codec2: use upstream V4L2_CID_MPEG_VIDEO_PREPEND_SPSPPS_TO_IDR controlDavid Staessens
2021-01-12V4L2Decoder: replace ASSERT with normal check in tryFetchVideoFrame()Chih-Yu Huang
2021-01-12C2VdaBqBlockPool: record buffer format in requestNewBufferSet()Chih-Yu Huang
2020-12-17Cfi function attribute for component factoryCindy Zhou
2020-09-17V4L2Decoder: Handle V4L2 queue QBUF errorChih-Yu Huang
2020-09-17V4L2Decoder: Recycle the empty buffer back to V4L2 output queueChih-Yu Huang
2020-09-16Merge "V4L2Decoder: do not stop fetching output buffers on drain or flush" in...Chih-yu Huang
2020-09-15V4L2Decoder: do not stop fetching output buffers on drain or flushChih-Yu Huang
2020-09-15Merge "V4L2Decoder: streamon V4L2 output queue in Flush()" into rvc-devChih-yu Huang
2020-09-15V4L2Decoder: streamon V4L2 output queue in Flush()Chih-Yu Huang