History log of /frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a04f6995de2e469cfb3164d88cf8fe54701c9124 04-Nov-2015 Santhosh Behara <santhoshbehara@codeaurora.org> libmedia: add NULL check before accessing source and destination buffers.

IMemory can return a NULL pointer or the destination buffer for readAt can
be NULL. Check for NULL and report error.

Author: Shivaprasad Hongal <shongal@codeaurora.org>

Change-Id: I6df9275f2eb9a6e1c2641d084d713b73737d68d7
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
090ef604f81447eab4aa0a5b45d6307482573560 27-Apr-2016 Chih-Hung Hsieh <chh@google.com> Fix google-explicit-constructor warnings.

Bug: 28341362
Change-Id: I625fbab25f16282c2ea929cd16283d9d146fa17b
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
61c83317f1c8f18fd86afe0c776d16933816a83a 18-Jun-2015 Alex Klyubin <klyubin@google.com> readAt can return negative values (error codes).

This fixes the regression introduced in
59cea2616269f34b1f3d046995efd8da42cd5549 due to which MediaPlayer
treated all error codes returned by MediaHTTPConnection as
ERROR_OUT_OF_RANGE.

The regression was caused by accidentally converting negative values
(which represent error codes) returned by MediaHTTPConnection to very
large positive ones (which represent length of data received).

Bug: 21922241
Change-Id: I1b4592b5fec724aac1ba6c1ff8fdabcba56bcd2d
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
8cecf014ad5c62b072fad8fc24a140e8ee294f62 11-Jun-2015 Marco Nelissen <marcone@google.com> Return correct error code from IMediaHttpConnection

It returns a boolean, not a status_t

Bug: 21654826
Change-Id: Id364a90598c5cf0bb567b5b25bbc9b7c73412760
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
831352e926c2896996df285b343cc06f39053499 07-May-2015 Marco Nelissen <marcone@google.com> am d7446564: am 1e5670ab: am 296dc670: am d8e41553: am bd28ac74: am 59cea261: Add some sanity checks

* commit 'd7446564c3e469aea1bba5460ff1fb9441f9fc09':
Add some sanity checks
59cea2616269f34b1f3d046995efd8da42cd5549 20-Apr-2015 Marco Nelissen <marcone@google.com> Add some sanity checks

Bug: 19400722
Change-Id: Ib3afdf73fd4647eeea5721c61c8b72dbba0647f6
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
d2027336b45f524a196403d351ec317782793792 20-Mar-2015 Glenn Kasten <gkasten@google.com> Whitespace

Change-Id: I4640be948ad3caff0eb7525991398a1353e4bfe6
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
19a9fef6d2970a615f4f33025f9141e44b7c9f34 27-Feb-2014 Marco Nelissen <marcone@google.com> Don't crash on remote read error, just return

Change-Id: I35a2af255f55e008d64142ed0eceb6e83473d630
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
c9c7e25a4b1c34439fb365f6cfbef063884566cc 21-Feb-2014 Marco Nelissen <marcone@google.com> Add method to get redirected Uri

Change-Id: Id8aac1077c3de1bb1f58bfcfcca93d685abe9b79
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp
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
/frameworks/av/media/libmedia/IMediaHTTPConnection.cpp