summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | am de6bf9cc: Merge "Fix miracast source code to ignore the encoder output ↵Andreas Huber2013-05-021-0/+7
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | format change" into jb-mr2-dev * commit 'de6bf9cc0fd94452ffcd6685e1469092db74a454': Fix miracast source code to ignore the encoder output format change
| | * | | | Merge "Fix miracast source code to ignore the encoder output format change" ↵Andreas Huber2013-05-021-0/+7
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev
| | | * | | | Fix miracast source code to ignore the encoder output format changeAndreas Huber2013-05-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it doesn't care about. Change-Id: Iec1594775a98b0c1aba662cc9f08652d2f8d4805 related-to-bug: 8616651
| * | | | | | am bf2bb00e: Merge "Fix reverb at 48kHz" into jb-mr2-devEric Laurent2013-05-011-6/+6
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'bf2bb00e29f69b0de1cde8d31a6f1431d984388b': Fix reverb at 48kHz
| | * | | | | Merge "Fix reverb at 48kHz" into jb-mr2-devEric Laurent2013-05-011-6/+6
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Fix reverb at 48kHzEric Laurent2013-05-011-6/+6
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LVM reverb wrapper had a test to only accept input sampling rate of 44.1 kHz. As the LVM reberb engine supports multiple sampling rate we can remove this test. The fix for issue 8512027 (commit 2a9c5cd4) caused a regression because the framework now checks the return code of the effect configure command and ignores subsequent commands in case of error. Bug: 8630044 Change-Id: I3146871f1ad8f7945a2e63ea763dd7b87368337d
| * | | | | am deff6910: Merge "Support MediaCodec::getOutputFormat for encoders" into ↵Andreas Huber2013-05-012-85/+261
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr2-dev * commit 'deff69107566cfe76dc33eff1b4250893956a244': Support MediaCodec::getOutputFormat for encoders
| | * | | | Support MediaCodec::getOutputFormat for encodersAndreas Huber2013-04-302-85/+261
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codec specific data is provided as part of the MediaFormat if available. Change-Id: I5a79c936e2411fe66ebc694791071faefc33941e related-to-bug: 8616651
| * | | | am dd309b97: Merge "Handle the case where an asynchronous prepare was ↵Andreas Huber2013-04-252-0/+23
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | initiated and then" into jb-mr2-dev * commit 'dd309b97f3e30cb8ab30892b4bf6b5d824853a86': Handle the case where an asynchronous prepare was initiated and then
| | * | | Handle the case where an asynchronous prepare was initiated and thenAndreas Huber2013-04-252-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the mediaplayer was reset. Change-Id: Ib241747c5dc002b88a3854569c1f8340b2a8ef41 related-to-bug: 8688986
| * | | | am 0dbff625: Merge "Fix overflow of rand in ARTPConnection"Andreas Huber2013-04-241-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '0dbff625c3128962b48f3476ceacb3ac80a3f421': Fix overflow of rand in ARTPConnection
| | * \ \ \ Merge "Fix overflow of rand in ARTPConnection"Andreas Huber2013-04-241-1/+2
| | |\ \ \ \
| | | * | | | Fix overflow of rand in ARTPConnectionYajun Zeng2013-04-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without this fix, (rand()*1000)/RAND_MAX is mainly 0. Change-Id: I48ae940a7b6974b197d81732774c9dcea107bcf1 Signed-off-by: Yajun Zeng <beanz@marvell.com>
| * | | | | | am 628a8c0e: Merge "fix a race condition of MediaPlayerServce::Client::mClient"Andreas Huber2013-04-241-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit '628a8c0ed91531468f5c615fea8745f63cc812aa': fix a race condition of MediaPlayerServce::Client::mClient
| | * | | | | Merge "fix a race condition of MediaPlayerServce::Client::mClient"Andreas Huber2013-04-241-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | am 7f86d983: Merge "Remove all traces of wifi display sink implementation ↵Andreas Huber2013-04-249-328/+4
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and supporting code." into jb-mr2-dev * commit '7f86d98317843838c4a5248c733bf95f9574fcab': Remove all traces of wifi display sink implementation and supporting code.
| | * | | | | Remove all traces of wifi display sink implementation and supporting code.Andreas Huber2013-04-239-328/+4
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Change-Id: I64b681b7e3df1ef0dd80c0d261cacae293d5e684 related-to-bug: 8698812
| * | | | | am 3030f344: Merge "Fixed the wrong timestamps issue about camera recording"Marco Nelissen2013-04-221-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | | | | | * commit '3030f344e77d14cf688c34f79c83a045c888825d': Fixed the wrong timestamps issue about camera recording
| | * | | Fixed the wrong timestamps issue about camera recordingJun Tian2013-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On emulator, the camera video recording crashes randomly. It's caused by wrong timestamp when encoding the video frame. The element of the vector is erased before accessing it. Therefore, when reading the timestamp from the element, the memory of the element has been changed. Change-Id: I9750417fbb9dc4697ccae1e78e286b23925d3764 Signed-off-by: Panfeng Chang <panfengx.chang@intel.com> Signed-off-by: Jun Tian <jun.j.tian@intel.com>
| * | | | Merge "3rd time's the charm, right? Fix another instance where MediaCodec ↵Andreas Huber2013-04-221-26/+28
| |\ \ \ \ | | | | | | | | | | | | | | | | | | would" into jb-mr2-dev
| | * | | | 3rd time's the charm, right? Fix another instance where MediaCodec wouldAndreas Huber2013-04-191-26/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not return from a stop() or release() call if mediaserver dies at just the right moment. Change-Id: I7728f8df82d62602d4d272f8023aa88678dd7d95 related-to-bug: 8397711
| * | | | | Merge "A flush of a video decoder connected to a native window must reclaim" ↵Andreas Huber2013-04-191-0/+40
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | into jb-mr2-dev
| | * | | | A flush of a video decoder connected to a native window must reclaimAndreas Huber2013-04-191-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output buffers already queued for rendering before considering a flush completed. Otherwise the decoder may not have enough output buffers to continue decoding after the discontinuity and we'll never dequeue more from the native window. Change-Id: I42e275dc336568e180081c6d7c0dc05fc9637c79 related-to-bug: 8578467
| * | | | | Merge "Make sure MediaCodec::stop() and MediaCodec::release() still return" ↵Andreas Huber2013-04-191-1/+23
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev
| | * | | | | Make sure MediaCodec::stop() and MediaCodec::release() still returnAndreas Huber2013-04-181-1/+23
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of blocking indefinitely if the mediaserver died while the call is pending. Change-Id: If2789b7fe99634d947ce4a3bb69c04baff5f8b10 related-to-bug: 8397711
| * | | | | Merge "Fix sample info parsing" into jb-mr2-devMarco Nelissen2013-04-191-58/+83
| |\ \ \ \ \
| | * | | | | Fix sample info parsingMarco Nelissen2013-04-181-58/+83
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/8626561 Change-Id: Ibd5168282eb33d1abdc423e15a0d9aeb5a1ad687
| * | | | | OMXNodeInstance: actually fix OMX_GetExtIndex loggingJamie Gennis2013-04-181-4/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | Bug: 8538872 Change-Id: I228746e8eb502af4bba4054caa4d8569fab35025
| * | | | Merge "Make sure the drain buffer is big enough" into jb-mr2-devMarco Nelissen2013-04-171-3/+6
| |\ \ \ \
| | * | | | Make sure the drain buffer is big enoughMarco Nelissen2013-04-161-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/8614909 Change-Id: I9d973dcd74100b793791359c262b821207ff9ddd
| * | | | | Merge "Apparently the mp3 decoder glitches if it was configured with the ↵Andreas Huber2013-04-173-0/+39
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | wrong" into jb-mr2-dev
| | * | | | | Apparently the mp3 decoder glitches if it was configured with the wrongAndreas Huber2013-04-173-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sample rate. Make sure we tell it about the one the extractor provides. Change-Id: Ice5b9cf55485ca1a8f099a14be0202be9540e781 related-to-bug: 8621639
| * | | | | | Merge "Fix a typo that would cause us not to shutdown/flush the decoders in" ↵Andreas Huber2013-04-171-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev
| | * | | | | | Fix a typo that would cause us not to shutdown/flush the decoders inAndreas Huber2013-04-161-2/+2
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some cases. related-to-bug: 8630032 Change-Id: I8e94b53b34e137e827e9630c65f3252ea91e4ebd
| * | | | | | Merge "Parse the last none-empty line of .m3u8 file" into jb-mr2-devAndreas Huber2013-04-171-3/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Parse the last none-empty line of .m3u8 fileSungsoo Lim2013-04-161-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the last sentence of .m3u8 file is not processed, because it is not empty and has no line feed, M3UParser.isComplete() returns false even though it is completed. Change-Id: I01b9f900d44247a3ef40369a2f9198bb7eaf01b7 related-to-bug: 8405824
| * | | | | | Merge "Added CTS test for secure stop APIs" into jb-mr2-devJeff Tinker2013-04-171-0/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Added CTS test for secure stop APIsJeff Tinker2013-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 8604418 Change-Id: I173fa1ec904ba11dc4cff0343462b3f4bac0d365
| * | | | | | Merge "Guard against mLooper == NULL." into jb-mr2-devAndreas Huber2013-04-161-1/+3
| |\ \ \ \ \ \
| | * | | | | | Guard against mLooper == NULL.Andreas Huber2013-04-151-1/+3
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I01aa0e47b55d0dffe34525edf9f055a5cb4dc70f related-to-bug: 8620223
| * | | | | | Merge "Better default AAC DRC setting" into jb-mr2-devJean-Michel Trivi2013-04-161-0/+3
| |\ \ \ \ \ \
| | * | | | | | Better default AAC DRC settingJean-Michel Trivi2013-04-151-0/+3
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, use boost and attenuation together. bug 7140036 Change-Id: Ie0565f9e5cd24f7a59b5a218b4e6186661832601
| * | | | | | Fix Vorbis decoder resetMarco Nelissen2013-04-151-1/+12
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | b/8543366 Change-Id: I9f32e96fdfc355cf444259a7c40554e2de184728
| * | | | | Merge "Fix AAC decoder reconfiguration" into jb-mr2-devMarco Nelissen2013-04-151-0/+6
| |\ \ \ \ \
| | * | | | | Fix AAC decoder reconfigurationMarco Nelissen2013-04-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recent flush() changed made the codec behave differently after a reconfigure. Now we reset its state properly again. b/8543366 Change-Id: I8807b5ab02249b43fc1cf315d4e8d4ceb3f9b298
| * | | | | | Merge "MediaMuxer prefer not to use the MPEG4Writer in real time recording ↵ztenghui2013-04-152-16/+28
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | mode." into jb-mr2-dev
| | * | | | | MediaMuxer prefer not to use the MPEG4Writer in real time recording mode.ztenghui2013-04-152-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, MPEG4Write will keep running in real time recording mode. bug:8598944 Change-Id: Idf7fbd4e0feb7763660a74279ba8817b79098aaf
| * | | | | | Merge "Instead of returning an error, return an invalid duration (-1 ms)" ↵Andreas Huber2013-04-152-3/+10
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | into jb-mr2-dev
| | * | | | | Instead of returning an error, return an invalid duration (-1 ms)Andreas Huber2013-04-112-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if no duration information was available. This prevents us from entering ERROR state, effectively rendering the player instance useless. Change-Id: I602d2661ae8b8633360306c0ea9208fb11e2bf17 related-to-bug: 8596285
| * | | | | | Merge "OMXNodeInstance: fix OMX_GetExtensionIndex logging" into jb-mr2-devJamie Gennis2013-04-121-17/+15
| |\ \ \ \ \ \