summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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