- 28 Nov, 2012 1 commit
-
-
Dylan Powers authored
For an MP3 source, within the prepare command, ID3 tags are checked in search of gapless playback info. This causes problems for streamed sources. If ID3v2 tags aren't present, then a check is done for ID3v1 tags. This results in a read command that asks the cache to jump to the end of the file, and subsequently make an extra http call to request those bytes. For a streamed source, this causes the file to not be downloaded automatically when MediaPlayer::prepare() is called, and causes stuttering and extra buffering time to be needed when start() is finally called. The solution is to ignore the ID3v1 tags as the gapless info would never exist there, and only check for ID3v2 tags. Change-Id: I7d1b94cffbfe7c38ca094834dedbc92a58855e20
-
- 27 Nov, 2012 4 commits
-
-
Andreas Huber authored
-
Andreas Huber authored
-
Patric Frederiksen authored
This fix handles problems with several asynchronous calls within streaming. This case is when the phone has sent a request to the server and while the response is being sent back by the server the request is aborted by the user. The fix is an if case that checks if we have aborted while waiting for a response from the server. If we have aborted we should ignore the late response instead of continuing. Change-Id: I1264bb992f6abcaee1f10a89479e08b54a95e3c2
-
Henrik B Andersson authored
The mIsDrm is a bool that isn't initialized. This causes it to be true in most default cases. Change-Id: I41b534514bf6a3ca88a9f0994b814d55fcd7453b
-
- 26 Nov, 2012 2 commits
-
-
Andreas Huber authored
-
Marco Nelissen authored
-
- 23 Nov, 2012 1 commit
-
-
Zbigniew Mazur authored
This fix is protecting AudioTrack::dump from SIGSEGEV when calling dumpsys shell command. Change-Id: I30d136e195a12d6fdad41e14f557b0ad9e59b8a2
-
- 20 Nov, 2012 4 commits
-
-
Marco Nelissen authored
-
David Williams authored
Don't duplicate strings when retrieveing metadata from media files. As any requests for metadata strings would pass through the binder, this would cause the reference to the duplicate string to be lost, causing a memory leak as the duplicate would not be freed. Change-Id: I2593733472b1bb589bc502b2c11080f581015bb5
-
Andreas Huber authored
-
Marco Nelissen authored
-
- 19 Nov, 2012 3 commits
-
-
Martin Storsjo authored
If the codec was chosen based on mime type, the caller does not know what component actually was chosen. This allows getting essential information (such as supported color formats, for a video encoder) for this component. Change-Id: Ie471f40f8104b37d27ced3dba5a54facc6504b1b
-
Andreas Lillvik authored
The MPEG4Extractor was parsing 8 bits instead of 16 bits when parsing 'trkn' and 'disk'. Also added support for 16 bytes size 'disk'. Change-Id: I22b4de2ac800881884d5759776cb380917522a87
-
Jan Olof Svensson authored
If enabling seq_scaling_matrix_present_flag = 1 the AVCC chunk can be larger than the original buffer size. Changed to using ABuffer instead. Change-Id: Idacc14b45ea2634c5e608919f3ce567f23363135
-
- 16 Nov, 2012 2 commits
-
-
Marco Nelissen authored
-
Jan Bjernler authored
The *.mpga files are playable, but are not correctly scanned. This is because they are prevented from being scanned in StagefrightMediaScanner.cpp. What this fix does is to add the extension to the list of valid file extensions so that the scanner handles the filetype properly. We have previously added the .mpga extension to the framework to make it playable, but not added it so that the scanner scans it. Change-Id: I02a44d770adb80d38e8bed77d0d76efa1b28a861
-
- 06 Nov, 2012 4 commits
-
-
The Android Open Source Project authored
* commit '78b012f5':
-
The Android Open Source Project authored
Change-Id: Idf4c25115d89397ba668fc290344b2e7c1ea1993
-
Glenn Kasten authored
* commit '1c6833af': Ignore SIGPIPE during write() to broken pipe
-
Glenn Kasten authored
This happens occasionally when taking a bugreport. Bug: 6447319 Change-Id: Ia6531a4a3658461f8fd3f7106e7996da7cc5933a
-
- 02 Nov, 2012 2 commits
-
-
The Android Open Source Project authored
Change-Id: Icad86b92debd9605c745283aeffc3f459a3549ce
-
The Android Automerger authored
-
- 01 Nov, 2012 4 commits
-
-
Andreas Huber authored
* commit '96076964': Make video encoders' bitrate mode (constant, variable, ...) configurable
-
Andreas Huber authored
through the desired output format. Configure the video encoder to use constant bitrate mode for WFD. Change-Id: Id7bd619598153c13448a9c5acd69d80f8a01f333 related-to-bug: 7459597
-
The Android Open Source Project authored
Change-Id: I0fd73e8e0b948c2d01fdb9f4c6e005ee9cd2ac44
-
The Android Automerger authored
-
- 31 Oct, 2012 3 commits
-
-
Andreas Huber authored
* commit '90a92053': Various tweaks to wfd
-
Andreas Huber authored
related-to-bug: 7426218 Squashed commit of the following: commit 1553f1a1c66af998674168f7f7a3be23fcb0c794 Author: Andreas Huber <andih@google.com> Date: Tue Oct 30 15:51:27 2012 -0700 Add LPCM, AVC and AVC HRD descriptors as necessary. Change-Id: Ibc836fced0fe37e8a25574c2295e886765b9ea6f commit 4e74db61d2d31ebe239acbdec8f110f88016a4ea Author: Andreas Huber <andih@google.com> Date: Tue Oct 30 15:50:52 2012 -0700 added copyright headers to Sender.{cpp,h} Change-Id: If615ccb8767e32bd83ed1f0f669acc39a72489f6 commit 7144bf8ae68c5cdb8faa6e219547aabbd750f04e Author: Andreas Huber <andih@google.com> Date: Tue Oct 30 15:50:25 2012 -0700 Reenable suspension of the RepeaterSource Change-Id: I765338fcde89c65e4b69be45a5949eba6bcdcf6f commit 812164bcfa0699821d7d8eefcc0dff96b2e2cd08 Author: Andreas Huber <andih@google.com> Date: Tue Oct 30 14:03:50 2012 -0700 Add 2 stuffing bytes to the PES headers for audio tracks. Change-Id: I8b9c634f6a565ab7fa7ecdb610f7d8557e0b139b commit a084a741a63015d47c92d99fcd8b980fe615dc7d Author: Andreas Huber <andih@google.com> Date: Tue Oct 30 13:19:38 2012 -0700 Fix PCM audio packetization in WFD. Change-Id: I99a435f9fe6b4397f24d6c22afae5ae2505ffc14 commit c5cb9369585f701f34bce41534940d5f9b59248f Author: Andreas Huber <andih@google.com> Date: Tue Oct 30 13:19:12 2012 -0700 Support extraction of PCM audio from transport streams. Change-Id: I28a0516756ebcb5587325b6588df013ac871ffb9 commit b0a0512300ae037d6b39c2d04952d34b5fc12b2d Author: Andreas Huber <andih@google.com> Date: Tue Oct 30 08:54:13 2012 -0700 disable suspend of the RepeaterSource Change-Id: Ibf42a98185b0567f817ae582a82e6580f95d3d40 commit 4330e8b7668dc92a6d882b5622c0697cf292d04c Author: Andreas Huber <andih@google.com> Date: Mon Oct 29 14:11:25 2012 -0700 Better handling of datagrams in ANetworkSession reduce unnecessary copy overhead. Change-Id: I2ed8c767274ba07764f03e8d4913041168e5755f commit a44e73c322ba3f2c336f7cc4e1d63d3a74faa75d Author: Andreas Huber <andih@google.com> Date: Mon Oct 29 11:14:47 2012 -0700 Network traffic is now handled on a separate thread. Audio and video are queued to ensure proper A/V interleaving. Scheduled packet sends according to capture timestamps to reduce send-jitter. Change-Id: Ibd6357c1e663086cf87bec0a98f8e54dfdfaa0e5 related-to-bug: 7426218 Change-Id: Ia440129d656c35814abf18df06da50b73d5bb554
-
The Android Open Source Project authored
Change-Id: I7cd153e8ccfb7d572a5796ca353ec9777de789d6
-
- 29 Oct, 2012 3 commits
-
-
Dave Burke authored
* commit '2295ce2c': Increase bitrate now that other issues have been resolved.
-
Dave Burke authored
* commit 'e815552c': Disable silence suppression (causes issues with dongles).
-
The Android Automerger authored
-
- 27 Oct, 2012 2 commits
-
-
Dave Burke authored
Bug: 7426218 Change-Id: I67dfa1e4b85f326f355ad0ec5b6c699e87b45564
-
The Android Automerger authored
-
- 26 Oct, 2012 1 commit
-
-
Dave Burke authored
Bug: 7426218 Change-Id: Ie1517a8017bae1f9a9b6c224cd3170dfcc5fb941
-
- 25 Oct, 2012 3 commits
-
-
The Android Automerger authored
-
Eino-Ville Talvala authored
* commit 'b8d6efba': Camera2: Don't hold locks while waiting to sync.
-
Eino-Ville Talvala authored
Bug: 7409877 Change-Id: Ia3a0bc4f0ab4e19fca868ba04a870cf8e8ee7adb
-
- 23 Oct, 2012 1 commit
-
-
The Android Automerger authored
-