summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge "Suppress the logging of URLs when in incognito mode."Andreas Huber2011-02-244-5/+22
|\
| * Suppress the logging of URLs when in incognito mode.Andreas Huber2011-02-244-5/+22
* | Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink"Glenn Kasten2011-02-2413-16/+71
|\ \ | |/ |/|
| * Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-2313-16/+71
* | To collect the total usage time of encoders in the media recorderGloria Wang2011-02-232-7/+81
|/
* - Add method in MediaPlayerService to collect and pullGloria Wang2011-02-222-0/+116
* Remove legacy, AwesomePlayer-based http live implementation.Andreas Huber2011-02-161-11/+7
* Should reset errno to 0 before calling strtoll().James Dong2011-02-081-0/+4
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-261-0/+8
* Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-211-3/+9
* Implement missing pause/resume support for NuPlayer.Andreas Huber2011-01-204-5/+85
* Eliminate recording sound by starting the video track before audio track.James Dong2011-01-201-6/+9
* Use metadata in video buffers for timelapse video recording by default to eli...James Dong2011-01-181-13/+1
* Fix the sluggish preview during timelapse video recording because software en...James Dong2011-01-181-1/+3
* Add audio encoding parameters checkJames Dong2011-01-122-18/+89
* Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-122-26/+3
* NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber2011-01-102-12/+45
* Use NuPlayer for HTTP live streaming playback by default.Andreas Huber2011-01-061-2/+2
* Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-052-11/+5
* Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber2011-01-0510-40/+283
* Properly shutdown the decoders on a reset() in NuPlayer's implementation.Andreas Huber2011-01-045-61/+191
* Squashed commit of the following:Andreas Huber2010-12-2316-183/+532
* Distinguish discontinuities w/ a format change from those without.Andreas Huber2010-12-222-18/+55
* Squashed commit of the following:Andreas Huber2010-12-218-25/+162
* Backward-compatibility max file size support, ignoring 0 or negative file siz...James Dong2010-12-201-1/+9
* Properly announce decoder output format changes, make sure AMessage::dup does.Andreas Huber2010-12-162-32/+104
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-1515-3/+2550