summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* | | | am 615858a8: Merge "Indicate screen off condition to audio framework." into i...Eric Laurent2011-10-141-0/+6
|\ \ \ \ | |/ / /
| * | | Indicate screen off condition to audio framework.Eric Laurent2011-10-141-0/+6
* | | | am e48440d5: Merge "Fix 5153611 remove remote control client/display log from...Jean-Michel Trivi2011-10-141-2/+1
|\ \ \ \ | |/ / /
| * | | Fix 5153611 remove remote control client/display log from AudioServiceJean-Michel Trivi2011-10-131-2/+1
* | | | NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-1318-664/+603
* | | | Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-1314-11/+873
|\ \ \ \ | |/ / / |/| | |
| * | | Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-3014-11/+873
* | | | MtpServer: Pass 0xFFFFFFFF for file size when receiving files >= 4GB in sizeMike Lockwood2011-10-131-1/+6
* | | | Assume a PTS of 0 if absent, don't bail on fragmented PES packets not having PTSAndreas Huber2011-10-122-2/+8
| |/ / |/| |
* | | DO NOT MERGE Fix 5389442 RemoteControlClient javadocJean-Michel Trivi2011-10-111-2/+15
* | | Merge "Support AMR as a file type so that it can be imported into movie studio"James Dong2011-10-103-3/+8
|\ \ \
| * | | Support AMR as a file type so that it can be imported into movie studioJames Dong2011-10-093-3/+8
| | |/ | |/|
* | | YouTube can now request custom cache/prefetch parameters and disconnect-at-hi...Andreas Huber2011-10-103-4/+76
|/ /
* | Specifying -1 for both low and highwater marks would not actually do the righ...Andreas Huber2011-10-071-5/+15
* | Merge "Allow a system property "media.stagefright.cache-params" to override c...Andreas Huber2011-10-072-9/+65
|\ \
| * | Allow a system property "media.stagefright.cache-params" to override cache/pr...Andreas Huber2011-10-062-9/+65
* | | Merge "Fix an issue where we should allow negative values but did not"James Dong2011-10-062-8/+8
|\ \ \
| * | | Fix an issue where we should allow negative values but did notJames Dong2011-10-052-8/+8
| |/ /
* | | Return a runtime error instead of assertion if seeking beyond EOS in mpeg4 fi...Andreas Huber2011-10-061-4/+6
|/ /
* | Set crop params to ANative Window during Initialization.Lakshman Gowda2011-10-051-16/+22
|/
* Merge "Remove Ringtone.setWakeMode, it's not needed."Marco Nelissen2011-09-301-15/+0
|\
| * Remove Ringtone.setWakeMode, it's not needed.Marco Nelissen2011-09-291-15/+0
* | Merge "Gracefuly return on detecting wrong AAC format from corrupted files"Andreas Huber2011-09-301-6/+22
|\ \
| * | Gracefuly return on detecting wrong AAC format from corrupted filesGilles-Arnaud Bleu-Laine2011-09-301-6/+22
| |/
* | Wait for some time before stopping the media recorder.Gloria Wang2011-09-301-0/+12
|/
* Merge "Release MediaPlayer before letting it go out of scope."Marco Nelissen2011-09-291-0/+3
|\
| * Release MediaPlayer before letting it go out of scope.Marco Nelissen2011-09-291-0/+3
* | Merge "Fix bug 5357295 NPE on display when remote control client dies"Jean-Michel Trivi2011-09-291-10/+18
|\ \
| * | Fix bug 5357295 NPE on display when remote control client diesJean-Michel Trivi2011-09-281-10/+18
* | | Merge "Support multiple NAL fragments per .mkv payload"Andreas Huber2011-09-281-47/+61
|\ \ \
| * | | Support multiple NAL fragments per .mkv payloadAndreas Huber2011-09-281-47/+61
* | | | Merge "Flush resets the count of played audio frames"James Dong2011-09-281-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Flush resets the count of played audio framesJames Dong2011-09-271-0/+3
* | | | Merge "Support AMR, G.711 and vorbis audio in ACodec and friends."Andreas Huber2011-09-282-3/+95
|\ \ \ \
| * | | | Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-282-3/+95
| |/ / /
* | | | am b2d17234: Merge "Reorganize media framework functional tests. Group tests ...Xia Wang2011-09-2818-50/+46
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reorganize media framework functional tests.Xia Wang2011-09-2718-50/+46
* | | | Merge "Log a warning when a MediaPlayer is finalized without having being rel...Marco Nelissen2011-09-281-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Log a warning when a MediaPlayer is finalized without having being released.Marco Nelissen2011-09-281-0/+4
* | | | Cut down on AwesomePlayer and OMXCodec's verbosity.Andreas Huber2011-09-272-9/+9
* | | | 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-263-6/+37
|/ /
* | Merge "Support even more .avi files with .mp3 content not aligned to chunk bo...Andreas Huber2011-09-262-38/+309
|\ \
| * | Support even more .avi files with .mp3 content not aligned to chunk boundariesAndreas Huber2011-09-232-38/+309
* | | Merge "Fix issue 5355047: Automated effect tests fail."Eric Laurent2011-09-236-46/+77
|\ \ \
| * | | Fix issue 5355047: Automated effect tests fail.Eric Laurent2011-09-236-46/+77
* | | | am 1d71c7b4: Merge "Returning EOS in SurfaceMediaSource:read" into ics-factor...Pannag Sanketi2011-09-231-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|