summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/ARTSPConnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: log uri protocols, and opt-in to log full uriLajos Molnar2014-04-041-1/+1
* am f4431278: am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-121-1/+1
|\
| * Remove streaming URI from default logsDavid Williams2014-03-101-1/+1
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-1/+1
|/
* am af66fae1: am fb949d5d: Merge "Fix crash in MyHandler when sockets are not ...Andreas Huber2013-08-281-1/+0
|\
| * Merge "Fix crash in MyHandler when sockets are not set."Andreas Huber2013-08-281-1/+0
| |\
| | * Fix crash in MyHandler when sockets are not set.Henrik Backlund2012-12-051-1/+0
* | | am b57fb786: am d0ef1ccd: Merge "rtsp handle response line ended with \'\n\'"Andreas Huber2013-07-311-0/+3
|\ \ \ | |/ /
| * | rtsp handle response line ended with '\n'Yajun Zeng2013-07-311-0/+3
| * | Identify network servers and clients with a OS version related stringAndreas Huber2013-03-261-19/+6
| * | Unsolicited server responses cause RTSP streaming to crashLena Magnusson2012-11-291-0/+1
* | | Add routing sockets for the requesting userChad Brubaker2013-07-191-0/+6
* | | Identify network servers and clients with a OS version related stringAndreas Huber2013-03-261-19/+6
| |/ |/|
* | Unsolicited server responses cause RTSP streaming to crashLena Magnusson2012-11-291-0/+1
|/
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-10/+10
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* Support for parsing of "folded" RTSP header values and some tweaks to the AMR...Andreas Huber2011-12-091-3/+21
* am 9c981cd3: am d9f25bc9: Merge "Disconnect on socket error on the RTSP contr...Andreas Huber2011-11-111-64/+70
|\
| * Disconnect on socket error on the RTSP control connection.Andreas Huber2011-11-101-64/+70
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
|/
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-051-1/+17
* Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-131-2/+2
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-2/+10
* Add a user-agent header to our RTSP requests.Andreas Huber2011-03-291-0/+27
* Respond to RTSP server->client requests.Andreas Huber2011-02-161-7/+81
* We don't have access to the md5 implementation on the simulator, let's disabl...Andreas Huber2010-10-251-0/+10
* Support for BASIC and DIGEST authentication schemes in RTSP. Support for malf...Andreas Huber2010-10-201-9/+244
* am af909581: am 67738486: Merge "Remove stagefright foundation\'s incompatibl...Andreas Huber2010-09-211-12/+16
|\
| * Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-12/+16
* | am 7ff94577: am 9909b948: Merge "Various fixes to improve resilience of the r...Andreas Huber2010-09-151-12/+37
|\ \ | |/
| * Various fixes to improve resilience of the rtsp stack against spurious errors...Andreas Huber2010-09-151-12/+37
* | am 74ae6973: am 17a765a1: Merge "Support for RTP packets arriving interleaved...Andreas Huber2010-08-261-10/+78
|\ \ | |/
| * Support for RTP packets arriving interleaved with RTSP responses.Andreas Huber2010-08-261-10/+78
* | am 6bcffcd2: am 8c192fe9: Merge "Better support for rtsp streamed through VLC...Andreas Huber2010-08-211-6/+23
|\ \ | |/
| * Better support for rtsp streamed through VLC. Temporarily make the socket blo...Andreas Huber2010-08-181-6/+23
* | Fixes for simulator build on lucidMike Lockwood2010-07-151-1/+1
|/
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-0/+549