History log of /hardware/google/av/media/codecs/aac/C2SoftAacEnc.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45c52538eab8ff337687d374f657cff5d6c51912 06-Jun-2018 Wonsik Kim <wonsik@google.com> codecs: handle empty input buffers

Bug: 109766938
Test: atest CtsMediaTestCases:EncoderTest CtsMediaTestCases:DecoderTest
Change-Id: I3e3ba7f124563fee9c610eebaad4b56a5c6d2de6
/hardware/google/av/media/codecs/aac/C2SoftAacEnc.cpp
3e9db34fc822fc0f505725710bc6c7446b41e5a8 01-Jun-2018 Wonsik Kim <wonsik@google.com> aacenc: don't pass nullptr to encoder

AAC encoder does not like nullptr as output buffer even in case it does
not have enough data to produce one frame. Just put small buffer to
appease the encoder.

Bug: 78596504
Test: try to record video using c2.android.aac.encoder
Change-Id: I539d9523210471b31ff9757ca0be9690d4244e45
/hardware/google/av/media/codecs/aac/C2SoftAacEnc.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/aac/C2SoftAacEnc.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/aac/C2SoftAacEnc.cpp