summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Always consider playlists corresponding to different bandwidths different.Andreas Huber2011-07-151-0/+6
* Merge "Use unsigned char to store table of contents retrieved from XING heade...Gloria Wang2011-07-152-4/+4
|\
| * Use unsigned char to store table of contents retrieved from XING header.Gloria Wang2011-07-152-4/+4
* | Merge "Refetch playlists according to the HLS specs, varying delay if playlis...Andreas Huber2011-07-152-15/+124
|\ \ | |/ |/|
| * Refetch playlists according to the HLS specs, varying delay if playlists unch...Andreas Huber2011-07-152-15/+124
* | Merge "Bug 5031179 possible fix for assert in join"Glenn Kasten2011-07-151-2/+7
|\ \ | |/ |/|
| * Bug 5031179 possible fix for assert in joinGlenn Kasten2011-07-141-2/+7
* | Merge "Revert "Add some logging to track down where ANR happens during MediaP...James Dong2011-07-142-6/+1
|\ \
| * | Revert "Add some logging to track down where ANR happens during MediaPlayer._...James Dong2011-07-142-6/+1
* | | Merge "If audio startup fails while executing MediaPlayer::start() do NOT pos...Andreas Huber2011-07-142-5/+12
|\ \ \ | |_|/ |/| |
| * | If audio startup fails while executing MediaPlayer::start() do NOT post an errorAndreas Huber2011-07-142-5/+12
* | | Merge "Support profile and level query for SW video decoders"James Dong2011-07-143-0/+125
|\ \ \ | |/ / |/| |
| * | Support profile and level query for SW video decodersJames Dong2011-07-113-0/+125
* | | Merge "Remove legacy http support from stagefright, chromium is the new hotne...Andreas Huber2011-07-1410-1560/+19
|\ \ \
| * | | Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-1310-1560/+19
| | |/ | |/|
* | | Merge "OMX CallbackDispatcher uses C++ Thread not pthread"Glenn Kasten2011-07-142-28/+36
|\ \ \
| * | | OMX CallbackDispatcher uses C++ Thread not pthreadGlenn Kasten2011-07-122-28/+36
* | | | Remove old-style software decoders.Andreas Huber2011-07-1322-3139/+7
| |/ / |/| |
* | | Merge "Add support for TI H264 encoder"Iliyan Malchev2011-07-123-3/+36
|\ \ \
| * | | Add support for TI H264 encoderDandawate Saket2011-07-123-3/+36
| |/ /
* | | Remove the simulator target from all makefiles.Jeff Brown2011-07-113-26/+2
|/ /
* | Merge "Do not wait for unlaunched threads in stop()"James Dong2011-07-111-9/+24
|\ \
| * | Do not wait for unlaunched threads in stop()James Dong2011-07-111-9/+24
| |/
* | Merge "Release camera if CameraSource::start() has not been called"James Dong2011-07-111-2/+23
|\ \
| * | Release camera if CameraSource::start() has not been calledJames Dong2011-07-101-2/+23
| |/
* | Use advertised h264 encoding parameters by default if the profile is not base...James Dong2011-07-081-7/+6
|/
* Merge "- Retrieve is_drm in MediaMetadataRetriever. - Add one more column in ...Gloria Wang2011-07-065-7/+13
|\
| * - Retrieve is_drm in MediaMetadataRetriever.Gloria Wang2011-07-015-7/+13
* | Merge "Bug 4571308 Provide correct video frame timestamps"Glenn Kasten2011-07-011-0/+3
|\ \
| * | Bug 4571308 Provide correct video frame timestampsGlenn Kasten2011-06-271-0/+3
* | | Merge "Charge network traffic to the uid of the process using the MediaPlayer."Andreas Huber2011-07-0114-11/+131
|\ \ \
| * | | Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-0114-11/+131
* | | | Merge "Ignore all flush-complete notifications with port == OMX_ALL"Andreas Huber2011-07-011-0/+12
|\ \ \ \
| * | | | Ignore all flush-complete notifications with port == OMX_ALLAndreas Huber2011-07-011-0/+12
| |/ / /
* | | | Merge "Support a "secure input buffer" mode for use by Widevine DRM in OMXCod...Andreas Huber2011-07-011-42/+146
|\ \ \ \
| * | | | Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec.Andreas Huber2011-07-011-42/+146
| |/ / /
* | | | Merge "Revert "Fix for b/4165024: Serious Memory leak when playing a WV prote...Edwin Wong2011-07-012-28/+13
|\ \ \ \
| * | | | Revert "Fix for b/4165024: Serious Memory leak when playing a WV protected st...Jeff Tinker2011-07-012-28/+13
* | | | | Merge "Return ERROR_END_OF_STREAM when the input source reaches eos"James Dong2011-07-012-4/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Return ERROR_END_OF_STREAM when the input source reaches eosJames Dong2011-06-292-4/+9
* | | | | Merge changes I7e8401a4,I412ddf36Kristian Monsen2011-07-011-17/+17
|\ \ \ \ \
| * | | | | Merge Chromium at r11.0.696.0: Using setter instead of direct variable accessKristian Monsen2011-06-291-17/+17
* | | | | | Seeking/duration in HLS content is based on the individual segments' durationAndreas Huber2011-06-302-16/+42
| |_|_|_|/ |/| | | |
* | | | | Merge "Revert "Parse RTP-Info even for live streams.""Andreas Huber2011-06-302-7/+2
|\ \ \ \ \
| * | | | | Revert "Parse RTP-Info even for live streams."Andreas Huber2011-06-302-7/+2
* | | | | | Some (most) OMX decoders do not send a OMX_CmdComplete/Flush OMX_ALL notifica...Andreas Huber2011-06-301-0/+5
|/ / / / /
* | | | | Merge "Fix a format string that triggered a compile-time warning in OMXCodec....Andreas Huber2011-06-291-1/+1
|\ \ \ \ \
| * | | | | Fix a format string that triggered a compile-time warning in OMXCodec.cppAndreas Huber2011-06-291-1/+1
| |/ / / /
* | | | | Instantiate a NetworkChangeNotifier to have chromium transparently handle int...Andreas Huber2011-06-291-0/+3
|/ / / /
* | | | Unlock the camera if media recorder fails to start recording.Wu-cheng Li2011-06-291-12/+17