History log of /frameworks/av/media/libstagefright/foundation/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a09d8d6f909063990a5681b15a442b2ba8ce54a 08-Mar-2016 Lajos Molnar <lajos@google.com> stagefright: move ColorUtils to foundation

These are needed by OMX, which cannot depend on stagefright.

Bug: 25684127
Change-Id: I1784be72368e667404229d338b9c18df917ac2ed
/frameworks/av/media/libstagefright/foundation/Android.mk
e9a5b96e7927fd4e38623e17ac73e8e4e25877ee 12-Feb-2016 Wei Jia <wjia@google.com> IMediaSource: use shared memory to transfer large buffer.

Also move MediaBufferGroup to libstagefright/foundation/.

Bug: 26295488
Change-Id: I88f4e6bf83ffb2b196628a2d4d83ea7b1f6ad9c2
/frameworks/av/media/libstagefright/foundation/Android.mk
b2487f03f12dcafdb801fc0007c8df8412397f44 01-Sep-2015 Marco Nelissen <marcone@google.com> Extractor service

Run extractors in a separate process. Currently all data is copied through a
binder transaction, and WVMExtractor is still run in the mediaserver process.

Change-Id: Ic5dbce87126dd321ad792f4dd540c2ff6b068d13
/frameworks/av/media/libstagefright/foundation/Android.mk
ac26e0f0b016324e1ba19c0005c5fd3066eb0aed 15-Sep-2015 Dan Austin <danielaustin@google.com> resolved conflicts for 331f8ee5 to master

Change-Id: I1970a657cf2e775a82b909028065b8f9cc4f5a68
bb6d1facef2d04798dc10ad5146bb4383e5259ca 15-Sep-2015 Dan Austin <danielaustin@google.com> resolved conflicts for 85dc1577 to stage-aosp-master

Change-Id: If4b17fec174a920866a3d56c39db983ccb665679
8c15e7bcefac0e03ee290714b7dc1a2f7db7f08c 08-Sep-2015 Dan Austin <danielaustin@google.com> Enable signed-integer-overflow in foundation

BUG: 23752600
Change-Id: I0ec2402ccdcf464fa6b5c3e0d1d97f96c201840d
/frameworks/av/media/libstagefright/foundation/Android.mk
1352054462f282c07657c0e2ea841d7f206f7820 18-Aug-2015 Vishwath Mohan <vishwath@google.com> Revert "Revert "Enable unsigned-integer-overflow""

This reverts commit 76643ba7cf6ed74562389a19fbc8bf2b915011b1.

Change-Id: Iecea773af797c6a677456aadc34aa3eb82ebe5f6
/frameworks/av/media/libstagefright/foundation/Android.mk
76643ba7cf6ed74562389a19fbc8bf2b915011b1 12-Aug-2015 Vishwath Mohan <vishwath@google.com> Revert "Enable unsigned-integer-overflow"

This reverts commit 936cbb03a25e847a33c224fb2ad2143e787d9f81.

Change-Id: I5179930a0353a1b95d085ded28f31aa565534d1d
/frameworks/av/media/libstagefright/foundation/Android.mk
936cbb03a25e847a33c224fb2ad2143e787d9f81 12-Aug-2015 Vishwath Mohan <vishwath@google.com> Enable unsigned-integer-overflow

Enables unsigned integer overflow for the httplive and foundation projects.

Bug: 23110888
Change-Id: I07875e3e7da3dc4a4fbfb94dd0e6853dc190e2db
/frameworks/av/media/libstagefright/foundation/Android.mk
3b0da19c78f6a61ed343a07f2448b94faafe4c02 18-Apr-2015 Lajos Molnar <lajos@google.com> stagefright: make more warnings errors

Change-Id: I9b1ad60fbfb866dbf9c00843e06553c3eb25c113
/frameworks/av/media/libstagefright/foundation/Android.mk
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/foundation/Android.mk
35d5af131c9d4962e935082f204ccd6a2130861c 28-Jan-2015 Weiyin Jiang <wjiang@codeaurora.org> nuplayer: acquire wakelock during offload pause timeout

Hold a wakelock while paused in audio offload mode, until audio
teardown event is received, or pause is canceled.

Since ARM cores are sleeping, the delayed AMessage will not be
received, and the audio output driver will not be closed.
This blocks XO shutdown.

Bug: 19297092
Change-Id: I3d11fef633e3f2783f4aa31e71285e2fa09d234c
/frameworks/av/media/libstagefright/foundation/Android.mk
f296e2b262d2a8f7c570eaed454a28cca99eb976 19-Jun-2014 Lajos Molnar <lajos@google.com> stagefright: add runtime debug support

Bug: 18285408
Change-Id: I56346f4652b2c5f7ef5fa3003fd8676051339384
/frameworks/av/media/libstagefright/foundation/Android.mk
84333e0475bc911adc16417f4ca327c975cf6c36 08-Feb-2014 Andreas Huber <andih@google.com> warnings be gone.

Change-Id: Ie3bae3f037730e316d7fca12e7a3527973f752ef
/frameworks/av/media/libstagefright/foundation/Android.mk
8060060217ff16cd67c8f6a15c649f44c343acf0 18-Jul-2013 Andreas Huber <andih@google.com> ANetworkSession and ParsedMessage are now part of stagefright foundation.

Also fixes some bugs in ParseMessage and adds "WebSocket" mode to
ANetworkSession, something that's opt-in and should not affect existing clients
of the API.

Change-Id: I86d5748e0d818231d85d3590d86c2b41d4f8b1f1
/frameworks/av/media/libstagefright/foundation/Android.mk
da0dc0af0effe9fbfb3ce3187c8472fca2baf3c6 10-Apr-2013 Ying Wang <wangying@google.com> Add liblog

Bug: 8580410
Change-Id: If493d87d60d71be664ad75b140c62acadb75b0d0
/frameworks/av/media/libstagefright/foundation/Android.mk
559bf2836f5da25b75bfb229fec0d20d540ee426 28-Mar-2012 James Dong <jdong@google.com> AV Android make files changes

o plus a few file relocation: ActivityManager.cpp/h, SoundPool.h, etc
o remove some runtime dependencies to libandroid, libandroid_runtime, etc

Change-Id: I047a47c5fb361dd5cf85cd98798c39f629a75d10
/frameworks/av/media/libstagefright/foundation/Android.mk
9691a73139bb36c5bf294ed13eedcb04d7f05320 14-Mar-2011 Iliyan Malchev <malchev@google.com> frameworks/base: remove LOCAL_PRELINK_MODULE

Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481
Signed-off-by: Iliyan Malchev <malchev@google.com>
/frameworks/av/media/libstagefright/foundation/Android.mk
f933441648ef6a71dee783d733aac17b9508b452 16-Dec-2010 Andreas Huber <andih@google.com> Initial support for a true streaming player for mpeg2 transport streams.

Change-Id: I153eec439d260a5524b21270e16d36940ec3161a
/frameworks/av/media/libstagefright/foundation/Android.mk
14acc736e336cbd6026df781d4f411e908831815 06-Dec-2010 Andreas Huber <andih@google.com> API Support for both synchronous and queued commands, optionally associated metadata.

Change-Id: Idb90d64cb638942210c5822b3cba2f05b087d601
/frameworks/av/media/libstagefright/foundation/Android.mk
6e4c5c499999c04c2477b987f9e64f3ff2bf1a06 21-Sep-2010 Andreas Huber <andih@google.com> Remove stagefright foundation's incompatible logging interface and update callsites.

Change-Id: I45fba7d60530ea0f233ac3695a97306b6dc1795c
/frameworks/av/media/libstagefright/foundation/Android.mk
85f12e9b9062402d6110df3f7099707912040edb 19-Aug-2010 Andreas Huber <andih@google.com> In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data.

Change-Id: I98c4194593c7e6e24f6fc339c862245111800293
/frameworks/av/media/libstagefright/foundation/Android.mk
e2b20987c2652a984d10520ef3542d50d91119c5 03-Jul-2010 Andreas Huber <andih@google.com> An AHandler can now find its associated ALooper.

Change-Id: Ic7087b8dcbc0d9abda272df0cb01b04b006f82ad
/frameworks/av/media/libstagefright/foundation/Android.mk
72961230a5890071bcca436eb5630172ce84ec41 07-Jun-2010 Andreas Huber <andih@google.com> Initial checkin of "foundation" library for future stagefright development.

Change-Id: I11714dcaa647d0437a13e4c5b953b35e712da8f3
/frameworks/av/media/libstagefright/foundation/Android.mk