summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete references to libmedia_nativeGlenn Kasten2012-10-301-1/+0
| | | | | Bug: 6654403 Change-Id: I3993d62987cf0dd85db10bf002a5cce53d4f01bd
* am 954f6afe: am b4a55269: Fix some missing checks against missing codecsJames Dong2012-10-121-14/+14
|\ | | | | | | | | * commit '954f6afed22e8a723ddb9a6448c14bce4e008a9c': Fix some missing checks against missing codecs
| * Fix some missing checks against missing codecsJames Dong2012-10-111-14/+14
| | | | | | | | | | | | o related-to-bug: 6971073 Change-Id: Ia6d926663231f9a9ef31c82c85c70595c4a30ebe
* | am d398c272: am ecc8db5e: Merge "Cleaner Wifi Display shutdown process, ↵Andreas Huber2012-09-282-0/+15
|\ \ | |/ | | | | | | | | | | avoid crashing HDCP on exit." into jb-mr1-dev * commit 'd398c2724c8a942961d13245a4669db0555080e4': Cleaner Wifi Display shutdown process, avoid crashing HDCP on exit.
| * Cleaner Wifi Display shutdown process, avoid crashing HDCP on exit.Andreas Huber2012-09-272-0/+15
| | | | | | | | | | Change-Id: Ie54ee3edd672ec629360b4ecc5df2f85ecbaa45f related-to-bug: 7247584
* | am 32cc2d3a: am 207e1854: Remove legacy code and APIs in wifi display ↵Andreas Huber2012-09-212-29/+0
|\ \ | |/ | | | | | | | | | | related code. * commit '32cc2d3a18cad9de4587ff6904b2b7e4d338db06': Remove legacy code and APIs in wifi display related code.
| * Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-212-29/+0
| | | | | | | | Change-Id: Ia010e7a00534f9356b3247369d0ffd65591d91aa
* | am 858882f2: am b88516c4: Merge "HDCP module binderized" into jb-mr1-devAndreas Huber2012-09-205-2/+26
|\ \ | |/ | | | | | | * commit '858882f2e6bd18d3da1db5cd8731fe3691628fb1': HDCP module binderized
| * HDCP module binderizedAndreas Huber2012-09-195-2/+26
| | | | | | | | Change-Id: I866768b1e3f3b232f1934a35b65f66befc12f3f6
* | am 9568b4cd: am 376074ed: Fixed a native crash due to deref of a NULL pointerJames Dong2012-09-171-1/+2
|\ \ | |/ | | | | | | * commit '9568b4cdc8d2a7896e9c031f2b6cdf6f18210de1': Fixed a native crash due to deref of a NULL pointer
| * Fixed a native crash due to deref of a NULL pointerJames Dong2012-09-141-1/+2
| | | | | | | | | | | | | | | | We only checked the mNativeWindow against NULL, but did not check the native window object itself against NULL. o related-to-bug: 7153683 Change-Id: I430d344dc09a2fc337bf51001551627056713773
* | am b030d656: am e891a788: Merge "Various improvements to the wifi display ↵Andreas Huber2012-09-121-0/+1
|\ \ | |/ | | | | | | | | | | implementation." into jb-mr1-dev * commit 'b030d65670fa236e09f91f5ef62ac6863d6600d4': Various improvements to the wifi display implementation.
| * Various improvements to the wifi display implementation.Andreas Huber2012-09-121-0/+1
| | | | | | | | | | | | | | | | Using a MediaPuller now, audio and video on their separate threads. No more flushing the RTP stream on audio tracks, since it wastes too much of a full size UDP packet. Change-Id: I53346b4aea739c3142da13bd179428503a3c98b0
* | am df00fc2d: am b019250d: Add a permission for controlling wifi display.Jeff Brown2012-09-101-0/+9
|\ \ | |/ | | | | | | * commit 'df00fc2d9ac02cde6df75b76a93929396a1f696b': Add a permission for controlling wifi display.
| * Add a permission for controlling wifi display.Jeff Brown2012-09-071-0/+9
| | | | | | | | Change-Id: I321b6c1a0223e0c3d5df04fde7a13ab91c08c7bc
* | am bdfb0207: am 2e5f22e8: Add a small hook to support gapless in AAH.John Grossman2012-09-061-5/+12
|\ \ | |/ | | | | | | * commit 'bdfb020790f92a6ab055be9a5eda4646ed197ff3': Add a small hook to support gapless in AAH.
| * Add a small hook to support gapless in AAH.John Grossman2012-09-061-5/+12
| | | | | | | | Change-Id: Ie07eca6b45142bdd83412ee0e38d732a4c355630
* | am 3e295bd2: am 49c74da1: Merge "Update remote display API." into jb-mr1-devJeff Brown2012-09-063-4/+4
|\ \ | |/ | | | | | | * commit '3e295bd23c7dc4c94960f32465576cee62148d14': Update remote display API.
| * Merge "Update remote display API." into jb-mr1-devJeff Brown2012-09-063-4/+4
| |\
| | * Update remote display API.Jeff Brown2012-09-053-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed disconnect() to dispose() to emphasize the fact that this method is intended to clean up the IRemoteDisplay completely, not just temporarily disconnect the current client (which might be useful someday). Other minor tweaks. Change-Id: I1209639eb0cd8af09c724206642d7e52aab48257
* | | am 2ae8964e: am 74262b57: Merge "To support .mxmf which is specified in ↵Marco Nelissen2012-09-051-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Android CDD." into jb-mr1-dev * commit '2ae8964ecd5f2b9668425394bd651bf2e715b33e': To support .mxmf which is specified in Android CDD.
| * | Merge "To support .mxmf which is specified in Android CDD." into jb-mr1-devMarco Nelissen2012-09-051-0/+1
| |\ \
| | * | 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.
* | | | am dd1a87b3: am 9c6cb7a8: Merge "Fragmented mp4 extractor" into jb-mr1-devMarco Nelissen2012-09-051-0/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'dd1a87b391679eea06b819b50924fa822599a95e': Fragmented mp4 extractor
| * | | Merge "Fragmented mp4 extractor" into jb-mr1-devMarco Nelissen2012-09-051-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Fragmented mp4 extractorMarco Nelissen2012-09-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Still experimental. Set property "media.stagefright.use-fragmp4" to true to enable. Change-Id: I210b9c5b5164b5c5eefc31309845ee881ac7db8e
* | | | am aae9c084: am 0b73d473: Expose an IRemoteDisplay to trigger wifi display ↵Andreas Huber2012-09-053-30/+17
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | connections setup and feedback. * commit 'aae9c08476b44192fe3506ae26a8466da8b4251a': Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.
| * | | Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-053-30/+17
| | | | | | | | | | | | | | | | Change-Id: I7602cda0e38073c9f0e63fa4de238ca0d4b4ce8e
* | | | am 5bf9a8eb: am e1045960: Implement remote display service stubs.Jeff Brown2012-09-052-0/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '5bf9a8eb914723cbb5bf4d70b8b48c37a1b6e82a': Implement remote display service stubs.
| * | | Implement remote display service stubs.Jeff Brown2012-09-052-0/+13
| |/ / | | | | | | | | | Change-Id: I582ed000026bba6d116db8304e15a3c52f8a9a01
* | | am 05e73de0: am 0d268a3c: Add setVideoScalingMode support to NuPlayerJames Dong2012-09-043-2/+46
|\ \ \ | |/ / | | | | | | | | | * commit '05e73de0664765a144414e73d4fcf4e1caf3c0f3': Add setVideoScalingMode support to NuPlayer
| * | Add setVideoScalingMode support to NuPlayerJames Dong2012-09-043-2/+46
| | | | | | | | | | | | | | | | | | o related-to-bug: 7089195 Change-Id: Ic30d9312673f2d5837c779e023ac64468ecd4951
* | | am eca95af8: am fbe9d81f: Support for acting as a wifi display sink.Andreas Huber2012-09-041-2/+2
|\ \ \ | |/ / | | | | | | | | | * commit 'eca95af88949ec76533927f39118ac57f4f01911': Support for acting as a wifi display sink.
| * | Support for acting as a wifi display sink.Andreas Huber2012-09-041-2/+2
| | | | | | | | | | | | Change-Id: I0beac87025b93c60164daa865c89f16b72197a47
* | | am 76fd1ea5: am 7323115c: Merge "Improvements to our MPEG2 Transport Stream ↵Andreas Huber2012-09-041-2/+20
|\ \ \ | |/ / | | | | | | | | | | | | | | | parser" into jb-mr1-dev * commit '76fd1ea58835094e84d36f2353d1390c24d14bfc': Improvements to our MPEG2 Transport Stream parser
| * | Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-devAndreas Huber2012-09-041-2/+20
| |\ \ | | |/ | |/|
| | * Improvements to our MPEG2 Transport Stream parserAndreas Huber2012-08-311-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | Verifies the continuity counter Parses and associates PCR time with streams Allows for a absolute time anchor to be signalled via discontinuity. Change-Id: I4bc88c78382c9cc6380f28df584cc6c254e0a8f9
* | | am 4adf4c6c: am 31238033: Merge "Move fragmented mp4 parser to ↵Marco Nelissen2012-08-317-2429/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | libstagefright" into jb-mr1-dev * commit '4adf4c6cb90c2bdd2aa46179fd718cbc2f1dd067': Move fragmented mp4 parser to libstagefright
| * | Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-devMarco Nelissen2012-08-317-2429/+5
| |\ \
| | * | Move fragmented mp4 parser to libstagefrightMarco Nelissen2012-08-317-2429/+5
| | |/ | | | | | | | | | | | | and rename it from Parser to FragmentedMP4Parser Change-Id: I986f50d0c5c93648aac675d6160e18623b031541
* | | am 8d0189dc: am 61356671: Merge "Add support for mpeg2 transport streams to ↵Andreas Huber2012-08-312-5/+75
|\ \ \ | |/ / | | | | | | | | | | | | | | | the RTSP implementation." into jb-mr1-dev * commit '8d0189dc829dc87a74ff91eb0c067dc291ff59c3': Add support for mpeg2 transport streams to the RTSP implementation.
| * | Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-312-5/+75
| |/ | | | | | | Change-Id: I409d7133a53a71e62523b1acc2b03302fcf824a5
* | am 27a78751: am 5dcc2c98: Merge "Only run the wifi display RTSP server on ↵Andreas Huber2012-08-304-10/+14
|\ \ | |/ | | | | | | | | | | demand, and only on the wifi direct" into jb-mr1-dev * commit '27a787512ff3f9a7ba200bc53f8c688692995748': Only run the wifi display RTSP server on demand, and only on the wifi direct
| * Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-304-10/+14
| | | | | | | | | | | | interface. Change-Id: I7d3c44cb79cd40e73499f2d7ccf35c69b628e6d7
* | am 544b67a0: am d8ee4e56: Merge "Initial checkin of support for acting as a ↵Andreas Huber2012-08-295-31/+169
|\ \ | |/ | | | | | | | | | | wifi display source" into jb-mr1-dev * commit '544b67a04b4289aaafa852cbab54abf1f3d6a5bf': Initial checkin of support for acting as a wifi display source
| * Merge "Initial checkin of support for acting as a wifi display source" into ↵Andreas Huber2012-08-295-31/+169
| |\ | | | | | | | | | jb-mr1-dev
| | * Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-295-31/+169
| | | | | | | | | | | | Change-Id: I08f17efa0c7d007e17408feb7d4fbef0a19f531a
* | | am f4500233: am f147b722: Merge "Preliminary support for HDCP as a binder ↵Andreas Huber2012-08-292-0/+149
|\ \ \ | |/ / | | | | | | | | | | | | | | | service for wifi display support." into jb-mr1-dev * commit 'f45002335606a9edb181814fbdf8d0a4e1468a9d': Preliminary support for HDCP as a binder service for wifi display support.
| * | Preliminary support for HDCP as a binder service for wifi display support.Andreas Huber2012-08-292-0/+149
| |/ | | | | | | Change-Id: Ie0de1c086c629a668d1c7863992eef56fb94157c
* | am 6d000617: am db7e3856: Merge "Fixed a potential/rare race condtion in ↵James Dong2012-08-271-2/+10
|\ \ | |/ | | | | | | | | | | MediaPlayerService::Client::notify() method" into jb-mr1-dev * commit '6d000617230e82b9497a88ca0f485e0c16ba4543': Fixed a potential/rare race condtion in MediaPlayerService::Client::notify() method