summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove surface legacy APIs and code." into ics-mr1Andreas Huber2011-11-0810-34/+0
|\
| * Remove surface legacy APIs and code.Andreas Huber2011-10-2810-34/+0
* | Poll input data with a small timeout and don't consume a full core.Andreas Huber2011-11-031-1/+1
|/
* Merge "Properly report that we're no longer playing after receiving event" in...Andreas Huber2011-10-283-4/+17
|\
| * Properly report that we're no longer playing after receiving eventAndreas Huber2011-10-263-4/+17
* | am 08479cee: Merge "Stagefright: ANW::connect in MediaPlayerService" into ics...Jamie Gennis2011-10-282-1/+63
|\ \ | |/ |/|
| * Stagefright: ANW::connect in MediaPlayerServiceJamie Gennis2011-10-262-1/+63
* | am b3cdadb6: Merge "Check whether media recorder client exists before dumping...James Dong2011-10-191-5/+7
|\ \ | |/
| * Check whether media recorder client exists before dumping.James Dong2011-10-181-5/+7
* | NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-139-4/+492
|/
* Fix an issue where we should allow negative values but did notJames Dong2011-10-052-8/+8
* Merge "Signal an appropriate error even if there are no active streams yet."Andreas Huber2011-09-276-27/+32
|\
| * Signal an appropriate error even if there are no active streams yet.Andreas Huber2011-09-276-27/+32
* | Merge "Fix issue 5373048: AudioCache decode errors"Eric Laurent2011-09-271-2/+11
|\ \ | |/ |/|
| * Fix issue 5373048: AudioCache decode errorsEric Laurent2011-09-271-2/+11
* | Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-262-3/+18
|/
* Bug 5234242 audio continues after discontinuityGlenn Kasten2011-09-211-2/+2
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-166-44/+132
* Various improvements to nuplayer playbackAndreas Huber2011-09-167-56/+102
* Don't post position updates too frequentlyAndreas Huber2011-09-132-3/+17
* Require INTERNET permission for network-based content.Dave Burke2011-09-022-67/+28
* I have one HLS stream that switches stream PIDs from one bandwidth to the nextAndreas Huber2011-08-312-2/+17
* Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber2011-08-311-0/+13
* ATSParser now supports a mode in which PTS is considered to be absolute timeAndreas Huber2011-08-301-1/+1
* Return an error to the client instead of asserting if decoder instantiation f...Andreas Huber2011-08-291-4/+2
* Signal errors to the client instead of asserting in ACodec.Andreas Huber2011-08-262-19/+32
* Error handling in ACodec and Nuplayer.Andreas Huber2011-08-163-18/+35
* Add a null check to handle failure of android::createPlayerJason Simmons2011-08-121-1/+3
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-051-4/+5
* Do not support still image capture mode for timelapse video recordingJames Dong2011-07-244-197/+7
* Connect MediaRecorder Native to SurfaceMediaSourcePannag Sanketi2011-07-224-50/+160
* Fix seek behaviour at startup and teardown of media session that hasn't been ...Andreas Huber2011-07-152-3/+11
* Enable signalling of a stream discontinuity involving a format-changeAndreas Huber2011-07-131-2/+11
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-9/+2
* Use advertised h264 encoding parameters by default if the profile is not base...James Dong2011-07-082-0/+60
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-0110-11/+64
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-274-7/+20
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Make dumpsys(media.player) more useful by having AwesomePlayer populate it.Andreas Huber2011-06-083-0/+9
* Remove dead code related to gettidGlenn Kasten2011-06-033-42/+5
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-012-2/+2
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-012-2/+2
* Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-011-1/+1
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-252-4/+4
* Support platform and camera dependent recording start time offsetJames Dong2011-05-142-0/+10
* Support for storing geo information in the recorded mp4/3gpp file.James Dong2011-05-132-0/+40
* update for new audio.h header locationDima Zavin2011-05-126-6/+6
* The decoder wrapper is no longer needed. Also disable building old-style deco...Andreas Huber2011-05-125-691/+4
* Initial check-in for AACWriterJames Dong2011-05-042-6/+24
* Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-298-0/+51