• Home
  • History
  • Annotate
  • only in /frameworks/av/media/libstagefright/http/
History log of /frameworks/av/media/libstagefright/http/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4a6d63ec590a3be60a60527c619fb0bf7870b59 21-Dec-2016 Vishwath Mohan <vishwath@google.com> Enable CFI for some media components.

Enables CFI locally for the following components:
media/libmedia/
media/libstagefright/codec2/
media/libstagefright/codecs/aacdec/
media/libstagefright/codecs/aacenc/
media/libstagefright/codecs/amrwbenc/
media/libstagefright/codecs/avc/common/
media/libstagefright/codecs/avc/enc/
media/libstagefright/codecs/avcdec/
media/libstagefright/codecs/avcenc/
media/libstagefright/codecs/flac/enc/
media/libstagefright/codecs/g711/dec/
media/libstagefright/codecs/gsm/dec/
media/libstagefright/codecs/hevcdec/
media/libstagefright/codecs/m4v_h263/dec/
media/libstagefright/codecs/m4v_h263/enc/
media/libstagefright/codecs/mp3dec/
media/libstagefright/codecs/mpeg2dec/
media/libstagefright/codecs/on2/dec/
media/libstagefright/codecs/on2/enc/
media/libstagefright/codecs/on2/h264dec/
media/libstagefright/codecs/opus/dec/
media/libstagefright/codecs/raw/
media/libstagefright/http/
media/libstagefright/httplive/
media/libstagefright/omx/
media/libstagefright/wifi-display/

Note that CFI is currently hidden under the global flag,
ENABLE_CFI=true. Unless this is set, local settings are not honored
and CFI will not be enabled. This allows CFI to essentially remain off
on all branches, but will allow it to be tested and debugged using
targeted builds.

Bug: 30227045
Test: m -j40 and device builds and boots
Test: CFI is not enabled unless built with ENABLE_CFI=true
Test: CFI enabled build passes the media CTS tests.
ndroid.mk
f42c5854714e5c180a67ccf15976dd9c846ee2b8 02-Nov-2016 Marco Nelissen <marcone@google.com> Remove unused libraries from libstagefright_http_support

Test: build/boot
Change-Id: I47e79fa0b51e4bb2ae63e10160aea861fabc96ac
ndroid.mk
5f5ee1110dd85001b43db7637a97474acfe8d681 16-Aug-2016 Glenn Kasten <gkasten@google.com> LOCAL_CLANG := true is now the default

Test: verify that build has no failures
Change-Id: Ib249b276c6295e55eb54fa37b6d15486415dfbed
ndroid.mk
dd81e1592ffa77812998b05761eb840b70fed121 13-Sep-2016 Ray Essick <essick@google.com> Fix free-after-use for MediaHTTP

fix free-after-use when we reconnect to an HTTP media source.

Change-Id: I96da5a79f5382409a545f8b4e22a24523f287464
Tests: compilation and eyeballs
Bug: 31373622
ediaHTTP.cpp
69d3d8a9540b0da787ea0beccad2517f057dd54d 07-Mar-2016 Marco Nelissen <marcone@google.com> Expand mediaextractor dumpsys

Bug: 22775369
Change-Id: I3366a52ba7a00d1685a2211465f2f18f143d0efc
ediaHTTP.cpp
86dbc0d62126868368b35a6127a7317248925247 15-Sep-2015 Dan Austin <danielaustin@google.com> resolved conflicts for fd86dd2d to stage-aosp-master

Change-Id: I0428b0655d49295ed09e21d62d41851f76a76c26
2cf7f7e2ea8ada86b6eab641ac18481a2850f568 08-Sep-2015 Dan Austin <danielaustin@google.com> Enable signed-integer-overflow in http

BUG: 23752600
Change-Id: I25d3bd360754dd4d13539d5cbd962a3838ee54bd
ndroid.mk
207918d92a9280e4b6d94ba3430b3abd95a6ff59 03-Jun-2015 Marco Nelissen <marcone@google.com> am 672a10bc: am e41b7810: Merge "Don\'t overwrite user agent header if app specified one"

* commit '672a10bcab5c63b1f812b0c12613c3b87c34e156':
Don't overwrite user agent header if app specified one
37d8b27e5470d8243288a87e90871efd43f29606 07-May-2015 Chong Zhang <chz@google.com> MediaHTTP: add more null ptr and init checks

bug: 20912192
Change-Id: I83cf59ff85fd8aa3a19a696ceb97cd8aa922b8ba
ediaHTTP.cpp
3b0da19c78f6a61ed343a07f2448b94faafe4c02 18-Apr-2015 Lajos Molnar <lajos@google.com> stagefright: make more warnings errors

Change-Id: I9b1ad60fbfb866dbf9c00843e06553c3eb25c113
ndroid.mk
ee4e1b1a63758941460ae79a064249d3a5189443 17-Apr-2015 Lajos Molnar <lajos@google.com> stagefright: warnings be gone, some are now errors, use clang

Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
ndroid.mk
b074c3ce4dd157b656e4e8c66bc228ee2a1be5db 22-Jan-2015 Marco Nelissen <marcone@google.com> Don't overwrite user agent header if app specified one

Bug: 19100078
https://code.google.com/p/android/issues/detail?id=103266

Change-Id: I321935a7e7a217328a5704c94e92f763c8742767
ediaHTTP.cpp
b3f9759c8c9437c45b9a34519ce2ea38a8314d4e 24-Nov-2014 Andreas Gampe <agampe@google.com> Stagefright: Fix unused variables, functions, values

For build-system CFLAGS clean-up, remove unused functions and
variables.

Change-Id: Ic3dee56b589ea9a693efa1d72ba394036efff168
ediaHTTP.cpp
c9c7e25a4b1c34439fb365f6cfbef063884566cc 21-Feb-2014 Marco Nelissen <marcone@google.com> Add method to get redirected Uri

Change-Id: Id8aac1077c3de1bb1f58bfcfcca93d685abe9b79
ediaHTTP.cpp
84333e0475bc911adc16417f4ca327c975cf6c36 08-Feb-2014 Andreas Huber <andih@google.com> warnings be gone.

Change-Id: Ie3bae3f037730e316d7fca12e7a3527973f752ef
ndroid.mk
8d0c751c1d02aef9d96bb98f5c7be57676420120 06-Feb-2014 Andreas Huber <andih@google.com> Remove libstagefright_http_support from the PDK build.

Change-Id: Ie9f81b1cd2694e65fe2d7590cf2ad9e7dad162ce
ndroid.mk
1b86fe063badb5f28c467ade39be0f4008688947 29-Jan-2014 Andreas Huber <andih@google.com> FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code

Change-Id: I9f74a86e70422187c9cf0ca1318a29019700192d
ndroid.mk
TTPHelper.cpp
TTPHelper.h
ediaHTTP.cpp