History log of /frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
addf2cbb120346ae42e78fa739245a353db5edad 29-Sep-2016 Chong Zhang <chz@google.com> IOMX: consolidate createInputSurface APIs

- Create GraphicBufferSource in IOMX regardless of persistency.

- Remove createInputSurface on IOMXNode, only keep setInputSurface
which accepts either a persistent or non-persistent surface.

- Instead of holding a IGraphicBufferConsumer, hold
IGraphicBufferSource across session as the persistent surface.

- Fix up GraphicBufferSource to allow usage across sessions.
GraphicBufferSource itself becomes agnostic to persistency.

- Remove max encoder input buffers profiling code.

bug: 31399200
Change-Id: I15ed52cc64509fd87736372a580abf7b51bf4de7
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
40d8899f60c5212af9d727ba0ffaaecf676ebd1d 09-Aug-2016 Chih-Hung Hsieh <chh@google.com> Fix clang-tidy warnings in stagefright.

* Add explicit keyword to conversion constructors.
* Or add NOLINT to implicit conversion constructors.
Bug: 28341362
* Use const reference type for read-only parameters.
Bug: 30407689
* Use const reference type to avoid unnecessary copy.
Bug: 30413862
Test: build with WITH_TIDY=1

Change-Id: I7a15ac1e37973fe2c661f577a6106b913653de40
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
0f29c9d205ff03286da629d30fddd5dd5ca020db 25-Jun-2015 Ronghua Wu <ronghuawu@google.com> libstagefright: parse concurrent-instances.

Bug: 22089269
Change-Id: I43c04e7fbc88dd1ec3fe21bcf4acf2e2e8cab25a
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
bac850e61b63f6932aa880924c5d8effd0bb8079 01-Jun-2015 Ronghua Wu <ronghuawu@google.com> Merge "libstagefright: add version string to profile results." into mnc-dev
19352b3287480394aa9963276305d5168a7adf85 21-May-2015 Ronghua Wu <ronghuawu@google.com> libstagefright: add version string to profile results.

Bug: 21333717
Change-Id: I79966be5ba355633f83885844165b7d9a6b2643f
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
79608158c2254fe1357959157f2d0c1560a8a6c6 20-May-2015 Chong Zhang <chz@google.com> stagefright: measure max encoder buffer count for persistent surface

bug: 19127604

Change-Id: I9a9b29b527d20f43a5a0188380baf2242bd31507
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
9ba21b9418d10ddcc39f08901e24fbf43d82b2bc 21-Apr-2015 Ronghua Wu <ronghuawu@google.com> libstagefright: config resource manager with secure codec co-existing policy.

Bug: 19620911
Change-Id: I0d729782c1622f23e9c37b7a9231e58e3f807470
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
65c8fbcf91f0f0b5f60a45d2777c36d396c4ba16 21-Apr-2015 Ronghua Wu <ronghuawu@google.com> libstagefright: export profiling results directly to xml.

Bug: 19620911
Change-Id: Icdeb1c30816d6de120ea0acd0880b3a9614bea8f
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
3b0da19c78f6a61ed343a07f2448b94faafe4c02 18-Apr-2015 Lajos Molnar <lajos@google.com> stagefright: make more warnings errors

Change-Id: I9b1ad60fbfb866dbf9c00843e06553c3eb25c113
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
ee4e1b1a63758941460ae79a064249d3a5189443 17-Apr-2015 Lajos Molnar <lajos@google.com> stagefright: warnings be gone, some are now errors, use clang

Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp
9e6955a19bf77ebf27b770e910efbe1ebf1ceac0 26-Mar-2015 Ronghua Wu <ronghuawu@google.com> media: handle overrides and measure max codec instance.

Bug: 19620911
Change-Id: I68d5919284700f37ccc6c6b9f96cd87ccdd40e6a
/frameworks/av/media/libstagefright/MediaCodecListOverrides.cpp