summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* frameworks/av: Changes related to DASHManikanta Sivapala2015-10-061-2/+3
| | | | | | | | | 1) Add MEDIA_QOE event type 2) Open certain methods for extension by declaring them as virtual 3) Add DASH_PLAYER as a new player type 4) Creating DASH Player factory Change-Id: I0376841530218703fabd9d4f45d2c9a32a1f52b2
* RTSP: add RTSP extensions for IPV6 supportLi Sun2015-10-061-0/+1
| | | | | | | | | | | Change access modifiers and add overridables in rtsp stack. Make ARTSPConnection/ARTPConnection extensible for IPV6 support. Provide default implementations in AVMediaServiceExensions and AVMediaServiceFactory. Change-Id: Iaa67070d1832d56e0569dabfd8327c1998f04493
* stagefright: make more warnings errorsLajos Molnar2015-04-171-2/+2
| | | | Change-Id: I9b1ad60fbfb866dbf9c00843e06553c3eb25c113
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-1/+3
| | | | Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
* Remove superfluous OpenSSL include paths.Adam Langley2015-01-221-2/+3
| | | | | | | | The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: If9df76e6fefb7419cbb2fb33a0264626c748561e
* am ca44dc79: am 8d6d8f54: Merge "Add libcrypto for users of libstagefright."Christopher Ferris2014-06-111-3/+0
|\ | | | | | | | | * commit 'ca44dc79b5a163030ab0963f80aa771871de092d': Add libcrypto for users of libstagefright.
| * Add libcrypto for users of libstagefright.Christopher Ferris2014-06-101-3/+0
| | | | | | | | | | | | | | | | | | | | libstagefright_rtsp uses some MD5 functions that used to be in bionic, but it was removed recently. As an initial fix, I statically linked in libcrypto_static to the libstagefright_rtsp library. However, I think it's better to modify the single user of this library to link against the shared libcrypto library. Change-Id: Iaf2e1aeea32fd8af038f6e77bf58ea7df50d807a
* | resolved conflicts for merge of 281b884c to masterChristopher Ferris2014-06-111-0/+7
|\ \ | |/ | | | | Change-Id: If8924939bdf54d3a9e6a4876a05d0672c27cf8ef
| * Link libcrypto for MD5_* functions.Christopher Ferris2014-06-091-0/+7
| | | | | | | | Change-Id: I5dce8f041b9faf035161b82d5e46bd46166bd05c
* | warnings be gone.Andreas Huber2014-02-111-0/+2
| | | | | | | | Change-Id: Ie3bae3f037730e316d7fca12e7a3527973f752ef
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available ↵Andreas Huber2014-02-041-1/+1
|/ | | | | | to media code Change-Id: I9f74a86e70422187c9cf0ca1318a29019700192d
* Turn off debug tags in stagefright modules.Dan Morrill2013-03-191-1/+1
| | | | | | | | | LOCAL_MODULE_TAGS := debug causes the module to be included in every userdebug build, regardless of whether it's specified as a dep by the device config. This CL switches them all to optional (i.e. default behavior) so that we can do (userdebug) device builds without pulling these in. Change-Id: I4b7b65afea61865dd38b3af55550fb8f10edf66d
* Added HTTP support for SDP files.Oscar Rydhé2013-02-051-0/+1
| | | | | | | | | | 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
* Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-311-0/+1
| | | | Change-Id: I409d7133a53a71e62523b1acc2b03302fcf824a5
* AV Android make files changesJames Dong2012-03-281-2/+2
| | | | | | | 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
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-2/+0
| | | | | | o related-to-bug: 6214141 Change-Id: Ic88d1732b3e014af47532a0809e01f6086e8464d
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-4/+4
| | | | | | | | and deleted the duplicate header files in /frameworks/base o related-to-bug: 6044887 Change-Id: I17e0692d9a9b5c8796ded36677c833ca8ab36795
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-1/+0
| | | | Change-Id: Ie204db8810807f1e7981959e34dc0149e5d9563a
* Support for PCMA and PCMU raw audio data in RTP/RTSP.Andreas Huber2011-02-221-0/+1
| | | | | Change-Id: Icb87bdfa7cf572c572e2a86c46fa072d9fad18f6 related-to-bug: 3084183
* Fix the build.Andreas Huber2011-02-101-1/+1
| | | | Change-Id: I9b777ffb260eb0f3790ae0907e4a443d33fa3f2f
* Change timestamp handling in RTSP, remove unused, experimental, gtalk supportAndreas Huber2011-02-101-2/+0
| | | | | | | | related-to-bug: 3216447 NTP timestamp handling is now done at a higher layer than before. Change-Id: I9fb23f1335110ec59e534f9aa0fe6f6a6406dd52
* Support for BASIC and DIGEST authentication schemes in RTSP. Support for ↵Andreas Huber2010-10-201-0/+1
| | | | | | | malformed packet descriptions that end lines in LF only, instead of CRLF. Change-Id: I57eaefdc4b300a8f56bbe5cf3a34c424e8efe63a related-to-bug: 3084183
* Include the framework copy of the OpenMAX headers instead of referencing ↵Andreas Huber2010-10-151-2/+2
| | | | | | | external/opencore. Change-Id: I762f59acf5e1f770e4d7c2d89af362bfffebefa6 related-to-bug: 3101573
* Support for MP4V-ES packetization format according to RFC3016.Andreas Huber2010-08-191-0/+1
| | | | Change-Id: I5e182936c52f9eb80cdcf6132ead03705ee32d61
* Support for Gtalk video, includes AMR/H.263 assembler and packetization ↵Andreas Huber2010-08-041-1/+31
| | | | | | support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation. Change-Id: I95b8dd487061add9bade15749e563b01cd99d9a6
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-0/+28
Change-Id: I0722aa888098c0c1361c97a4c1b123d910afc207