| Commit message (Expand) | Author | Age | Files | Lines |
* | am b3cdadb6: Merge "Check whether media recorder client exists before dumping... | James Dong | 2011-10-19 | 1 | -5/+7 |
|\ |
|
| * | Check whether media recorder client exists before dumping. | James Dong | 2011-10-18 | 1 | -5/+7 |
* | | NuPlayer is now taking on the task of streaming over RTSP. | Andreas Huber | 2011-10-13 | 9 | -4/+492 |
|/ |
|
* | Fix an issue where we should allow negative values but did not | James Dong | 2011-10-05 | 2 | -8/+8 |
* | Merge "Signal an appropriate error even if there are no active streams yet." | Andreas Huber | 2011-09-27 | 6 | -27/+32 |
|\ |
|
| * | Signal an appropriate error even if there are no active streams yet. | Andreas Huber | 2011-09-27 | 6 | -27/+32 |
* | | Merge "Fix issue 5373048: AudioCache decode errors" | Eric Laurent | 2011-09-27 | 1 | -2/+11 |
|\ \
| |/
|/| |
|
| * | Fix issue 5373048: AudioCache decode errors | Eric Laurent | 2011-09-27 | 1 | -2/+11 |
* | | Propagate error signalled by the source all the way to the output EOS notific... | Andreas Huber | 2011-09-26 | 2 | -3/+18 |
|/ |
|
* | Bug 5234242 audio continues after discontinuity | Glenn Kasten | 2011-09-21 | 1 | -2/+2 |
* | In order to recover from video lagging behind audio, drop avc frames | Andreas Huber | 2011-09-16 | 6 | -44/+132 |
* | Various improvements to nuplayer playback | Andreas Huber | 2011-09-16 | 7 | -56/+102 |
* | Don't post position updates too frequently | Andreas Huber | 2011-09-13 | 2 | -3/+17 |
* | Require INTERNET permission for network-based content. | Dave Burke | 2011-09-02 | 2 | -67/+28 |
* | I have one HLS stream that switches stream PIDs from one bandwidth to the next | Andreas Huber | 2011-08-31 | 2 | -2/+17 |
* | Discontinuities are only signalled on streams that have been identified, i.e. | Andreas Huber | 2011-08-31 | 1 | -0/+13 |
* | ATSParser now supports a mode in which PTS is considered to be absolute time | Andreas Huber | 2011-08-30 | 1 | -1/+1 |
* | Return an error to the client instead of asserting if decoder instantiation f... | Andreas Huber | 2011-08-29 | 1 | -4/+2 |
* | Signal errors to the client instead of asserting in ACodec. | Andreas Huber | 2011-08-26 | 2 | -19/+32 |
* | Error handling in ACodec and Nuplayer. | Andreas Huber | 2011-08-16 | 3 | -18/+35 |
* | Add a null check to handle failure of android::createPlayer | Jason Simmons | 2011-08-12 | 1 | -1/+3 |
* | Network traffic accounting for chromium stack support in mediaserver. | Ashish Sharma | 2011-08-05 | 1 | -4/+5 |
* | Do not support still image capture mode for timelapse video recording | James Dong | 2011-07-24 | 4 | -197/+7 |
* | Connect MediaRecorder Native to SurfaceMediaSource | Pannag Sanketi | 2011-07-22 | 4 | -50/+160 |
* | Fix seek behaviour at startup and teardown of media session that hasn't been ... | Andreas Huber | 2011-07-15 | 2 | -3/+11 |
* | Enable signalling of a stream discontinuity involving a format-change | Andreas Huber | 2011-07-13 | 1 | -2/+11 |
* | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-11 | 1 | -9/+2 |
* | Use advertised h264 encoding parameters by default if the profile is not base... | James Dong | 2011-07-08 | 2 | -0/+60 |
* | Charge network traffic to the uid of the process using the MediaPlayer. | Andreas Huber | 2011-07-01 | 10 | -11/+64 |
* | Add framework support for camcorder zoom. | Wu-cheng Li | 2011-06-27 | 4 | -7/+20 |
* | Remove unneeded #include <sys/resource.h> | Glenn Kasten | 2011-06-15 | 1 | -1/+0 |
* | Make dumpsys(media.player) more useful by having AwesomePlayer populate it. | Andreas Huber | 2011-06-08 | 3 | -0/+9 |
* | Remove dead code related to gettid | Glenn Kasten | 2011-06-03 | 3 | -42/+5 |
* | Revert "Use AudioTrack::event_type not int in callback" | Glenn Kasten | 2011-06-01 | 2 | -2/+2 |
* | Use AudioTrack::event_type not int in callback | Glenn Kasten | 2011-06-01 | 2 | -2/+2 |
* | Use channel mask instead of channel count for track creation | Jean-Michel Trivi | 2011-06-01 | 1 | -1/+1 |
* | Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams. | Andreas Huber | 2011-05-25 | 2 | -4/+4 |
* | Support platform and camera dependent recording start time offset | James Dong | 2011-05-14 | 2 | -0/+10 |
* | Support for storing geo information in the recorded mp4/3gpp file. | James Dong | 2011-05-13 | 2 | -0/+40 |
* | update for new audio.h header location | Dima Zavin | 2011-05-12 | 6 | -6/+6 |
* | The decoder wrapper is no longer needed. Also disable building old-style deco... | Andreas Huber | 2011-05-12 | 5 | -691/+4 |
* | Initial check-in for AACWriter | James Dong | 2011-05-04 | 2 | -6/+24 |
* | Add setParameter/getParameter to MediaPlayer API. | Gloria Wang | 2011-04-29 | 8 | -0/+51 |
* | audio/media: convert to using the audio HAL and new audio defs | Dima Zavin | 2011-04-27 | 6 | -23/+35 |
* | Add extra headers specified in the media player's setDataSource call | Andreas Huber | 2011-04-20 | 3 | -19/+28 |
* | - Add another parameter in notify() to be able to send timed text sample | Gloria Wang | 2011-04-13 | 2 | -5/+9 |
* | Merge "This reverts an earlier change 4aeec2da39fce4de9b07b694d59fd308ffb3d491" | Andreas Huber | 2011-04-04 | 1 | -1/+8 |
|\ |
|
| * | This reverts an earlier change 4aeec2da39fce4de9b07b694d59fd308ffb3d491 | Andreas Huber | 2011-04-04 | 1 | -1/+8 |
* | | Avoid a race condition while signaling audio EOS/seek complete by acquiring t... | Andreas Huber | 2011-04-04 | 1 | -1/+1 |
|/ |
|
* | merge libsurfaceflinger_client into libgui | Mathias Agopian | 2011-03-25 | 1 | -2/+1 |