summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/SDPLoader.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-5/+1
| | | | | | | | since we started to use java's HTTPConnection instead of the native implementation. Also remove other remnants of the previous http implementation, such as accounting for the http user's uid. Change-Id: I60bfd31381ea40d2220db587ec5c433093b60034
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available ↵Andreas Huber2014-02-041-1/+7
| | | | | | to media code Change-Id: I9f74a86e70422187c9cf0ca1318a29019700192d
* Added HTTP support for SDP files.Oscar Rydhé2013-02-051-0/+70
Added support for playing SDP files from http links. Previously, SDP files only worked when started from rtsp links (rtsp://a.b.c/abc.sdp), but they are just as common in http links. patch provided by "Oscar Rydhé <oscar.rydhe@sonyericsson.com>" Change-Id: Ic73af3a9a002009dbe8b04c267a4621bf7fe2f46