summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/MediaPlayerFactory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libmediaplayerservice: unused argument warning messagesMark Salyzyn2014-06-241-11/+11
| | | | Change-Id: I7dbf62858114ac9b8de6d7b66cc00e002769a5cf
* Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-011-1/+2
| | | | | Change-Id: I0e52352845398a4db074e939487f6f6de94bd523 related-to-bug: 8225122
* Fix a typo in MediaPlayerFactory that would prevent us fromAndreas Huber2013-02-051-1/+1
| | | | | | opting in to nuplayer for general media playback. Change-Id: I050f5178aadbb0b8bf422861ef885745c0b9006a
* Added HTTP support for SDP files.Oscar Rydhé2013-02-051-0/+4
| | | | | | | | | | 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
* To support .mxmf which is specified in Android CDD.Dongwon Kang2012-09-051-0/+1
| | | | | | Bug: 7082658 Change-Id: I21269d72d1d21627c6adb2e6fbcb078d0eda6020 Tested: checked MediaScanner scans .mxmf and Music app plays .mxmf file.
* Move the AAH RTP code out of framework and into vendor.John Grossman2012-08-131-65/+0
| | | | | | | | | | Relocate the AAH RTP code from framework/av into vendor/google_devices/phantasm. This change is the deletion, there will be a separate CL which re-introduces on the vendor side of things. Change-Id: Ibe7e6d4b633a3886b87a615691a2692f2382af6c Signed-off-by: John Grossman <johngro@google.com>
* Add the ability to dynamicaly register MediaPlayer types.John Grossman2012-08-131-0/+404
Add the ability to dynamically register low level MediaPlayer factories which will be probed at setDataSource time to determine the proper MediaPlayerBase to instantiate. This change is in preparation for moving libaah_rtp out of frameworks/base and into phantasm platform directory. Change-Id: Icf8904db3ab9e3c85df6e780d5546d9988cb9076 Signed-off-by: John Grossman <johngro@google.com>