summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Expand)AuthorAgeFilesLines
* 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
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-276-23/+35
* Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-203-19/+28
* - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-132-5/+9
* Merge "This reverts an earlier change 4aeec2da39fce4de9b07b694d59fd308ffb3d491"Andreas Huber2011-04-041-1/+8
|\
| * This reverts an earlier change 4aeec2da39fce4de9b07b694d59fd308ffb3d491Andreas Huber2011-04-041-1/+8
* | Avoid a race condition while signaling audio EOS/seek complete by acquiring t...Andreas Huber2011-04-041-1/+1
|/
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-2/+1
* Enable http-live support for https:// urls, fix a parsing issue.Andreas Huber2011-03-211-1/+2
* Merge "Fix issue 3483718: audio streaming and A2DP."Eric Laurent2011-03-211-9/+12
|\
| * Fix issue 3483718: audio streaming and A2DP.Eric Laurent2011-03-211-9/+12
* | Support passing headers to MediaMetadataRetriever's setDataSource APIAndreas Huber2011-03-214-7/+13
|/
* am 782ffe91: am 9c0c5b56: am 2f1f2248: Fix missing AOSP copyright headers for...James Dong2011-03-171-0/+16
|\
| * Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+16
* | Add memory leak tracking/debugging code to drm serverJames Dong2011-03-141-136/+2
|/
* Merge "- To track the usage of all audio output devices - To track the curren...Gloria Wang2011-03-022-2/+129
|\
| * - To track the usage of all audio output devicesGloria Wang2011-03-022-2/+129
* | Allow optional specification of a PTS timestamp when signalling a discontinuity.Andreas Huber2011-03-026-6/+67
|/