aboutsummaryrefslogtreecommitdiff
path: root/components/V4L2Decoder.cpp
AgeCommit message (Expand)Author
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: 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: Adapt V4L2 device and V4L2 device poller for Android.David Staessens
2021-03-15V4L2Decoder: print blockId when V4L2 buffer is not availableChih-Yu Huang
2021-03-01V4L2Decoder: adjust the ALOGD log to ALOGVChih-Yu Huang
2021-01-12V4L2Decoder: continue buffer fetching after flushChih-Yu Huang
2021-01-12V4L2Decoder: destroy previous VideoFramePool before getting new oneChih-Yu Huang
2021-01-12C2VdaBqBlockPool: add some verbose log for debuggingChih-Yu Huang
2021-01-12V4L2Decoder: replace ASSERT with normal check in tryFetchVideoFrame()Chih-Yu Huang
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-15V4L2Decoder: do not stop fetching output buffers on drain or flushChih-Yu Huang
2020-09-15V4L2Decoder: streamon V4L2 output queue in Flush()Chih-Yu Huang
2020-09-02VideoFramePool: Only accept one request at the same timeChih-Yu Huang
2020-08-28v4l2_codec2: Deprecate use of ::base::ScopedFD.David Staessens
2020-08-26Reduce the verbosity of some logsDavid Stevens
2020-08-25V4L2Decoder: Clear mFrameAtDevice when streamoff the output queueChih-Yu Huang
2020-08-24V4L2Decoder: Skip fetching VideoFrame when no free V4L2 output slotChih-Yu Huang
2020-08-06Merge changes I3c8e1054,I5efe9cdf into rvc-devTreeHugger Robot
2020-08-06v4l2_codec2: Move BitstreamBuffer class to BitstreamBuffer.h.David Staessens
2020-08-05V4L2Decoder: use map to associate block IDs to V4L2 buffersAlexandre Courbot
2020-08-04V4L2Decoder: pass the same output buffer to V4L2 Queue slotChih-Yu Huang
2020-07-09V4L2DecodeComponent: Support protected playback.Chih-Yu Huang
2020-07-03components: Polish some logs.Chih-Yu Huang
2020-06-02components: Implement Codec2.0 V4L2 decode componentChih-Yu Huang