History log of /hardware/google/av/media/codecs/avc/C2SoftAvcEnc.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d68ad843c75e22a6163a9fe4941e8e861a1016e 07-Jun-2018 Lajos Molnar <lajos@google.com> codecs: unify YUV support for video encoders

Move ConvertRGBToPlanarYUV and conversion buffer pool (MemoryBlockPool)
into Codec2BufferUtils. These are commonly used by codecs.

Make all video encoders work with non-planar YUV 420 input.

Bug: 90469941
Change-Id: I90ab85dcbd51ba1770400aca3f585a7c62caa5a7
/hardware/google/av/media/codecs/avc/C2SoftAvcEnc.cpp
fd2d387fc1ee7d3e2ebcf86abb39912b6754b65a 31-May-2018 Wonsik Kim <wonsik@google.com> avcenc: ignore untracked buffer returned from component

Bug: 80309677
Test: atest CtsMediaTestCases:EncodeDecodeTest
Change-Id: I7d1254b860391400c7c7ccc20057b31571a4a58c
/hardware/google/av/media/codecs/avc/C2SoftAvcEnc.cpp
84c3886c46b099258d95dbf1cc357934e113aa90 29-May-2018 Wonsik Kim <wonsik@google.com> avcenc: handle empty input buffers

Bug: 74073134
Test: atest CtsMediaTestCases:MediaCodecTest
Change-Id: Id693836f5f18f355989319e0e20aa77e6ba62087
/hardware/google/av/media/codecs/avc/C2SoftAvcEnc.cpp
8f591386a913c5aaf23b4f6bb824f43b7b8a0b7e 26-May-2018 Wonsik Kim <wonsik@google.com> avcenc: properly set max resolution and size setter

Bug: 80324024
Test: adb shell screenrecord --verbose --time-limit 10 --codec-name c2.android.avc.encoder /sdcard/record.mp4
Change-Id: I4db69cede528fb9ea1269914aed1ce2dcd9ef66d
/hardware/google/av/media/codecs/avc/C2SoftAvcEnc.cpp
d087ee640c4664516a25cec687a76b31bb62b2e1 25-May-2018 Lajos Molnar <lajos@google.com> c2 codecs: rework makefiles to use defaults

- Remove dependence on stagefright/foundation/ADebug.h that conflicts with C2
- use C2 macro instead of ABase.h

Bug: 80085975
Change-Id: I61d8705181a1355dc9df41b73c69b0915ab5bb24
/hardware/google/av/media/codecs/avc/C2SoftAvcEnc.cpp
72dc0b6eea5a305d58537dcd2ee28e23c72b6e44 24-May-2018 Lajos Molnar <lajos@google.com> c2: reorganize software codecs

Standardize file names and locations

Bug: 80085975
Change-Id: Ib564635c3839a6ac151acbe5686e6d0d0c36c5a4
/hardware/google/av/media/codecs/avc/C2SoftAvcEnc.cpp