summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeFilesLines
* Only export the symbols that need to beMarco Nelissen2012-10-2510-12/+25
| | | | | | | | The effects libraries were exporting many more symbols than needed. This reduces the exported symbols to just the needed ones (basically just "AELI"), which happens to also save about 28KB. Change-Id: I115077e52e8dc845282e6f62a522908d26dd72d6
* Switch to new fx library APIMarco Nelissen2012-10-259-174/+0
| | | | Change-Id: I6603aef5e3821a8f911e3f33ef8565d04bd1e2e5
* Make ThrottledSource more usableMarco Nelissen2012-10-242-17/+31
| | | | | | | | Add reconnectAtOffset(), DrmInitialization() and getDrmInfo(). Also rearrange the code a bit so all the methods that just call through to the wrapped DataSource are in the header. Change-Id: If25b674df317b0f6da5d36241c694e32abb0a01c
* am e3e639b1: am ac1a450a: Merge "Don\'t attempt to seek audio and video ↵Andreas Huber2012-10-231-9/+17
|\ | | | | | | | | | | | | separately." into jb-mr1-dev * commit 'e3e639b1714d35628f9b75276839ad55d8afc74c': Don't attempt to seek audio and video separately.
| * am ac1a450a: Merge "Don\'t attempt to seek audio and video separately." into ↵Andreas Huber2012-10-231-9/+17
| |\ | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'ac1a450a76c2f42f66c876200cb724d1e93ef4c7': Don't attempt to seek audio and video separately.
| | * Don't attempt to seek audio and video separately.Andreas Huber2012-10-231-9/+17
| | | | | | | | | | | | | | | | | | | | | The widevine extractor doesn't deal too well with that... Change-Id: Iadfeede4fe0c086af788c5639782854e4fbb98ff related-to-bug: 7262386
* | | am 9cdf6db5: am 5f6f5b7d: Merge "stagefright: discard audio at start of ↵Eric Laurent2012-10-231-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | capture" into jb-mr1-dev * commit '9cdf6db50c0dab30f32291bf00c702ca79132674': stagefright: discard audio at start of capture
| * | am 5f6f5b7d: Merge "stagefright: discard audio at start of capture" into ↵Eric Laurent2012-10-231-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | jb-mr1-dev * commit '5f6f5b7d6be5d7882102bf0fc3c691ef8fbe03a1': stagefright: discard audio at start of capture
| | * stagefright: discard audio at start of captureEric Laurent2012-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new camcorder start sound is longer than previous one and we must discard more audio when capture starts. Ideally, camcorder should use synchronous record start. Bug 7394330. Change-Id: I219b4e231aba706776dc7ccc4f1c996eaf22f61a
* | | am dc5f12a2: am 0328ec08: WFD use of HDCP is now optional.Andreas Huber2012-10-222-66/+40
|\ \ \ | |/ / | | | | | | | | | * commit 'dc5f12a217279d60444fc7243fe89ba4311eea88': WFD use of HDCP is now optional.
| * | am 0328ec08: WFD use of HDCP is now optional.Andreas Huber2012-10-222-66/+40
| |\ \ | | |/ | | | | | | | | | * commit '0328ec08dc1e90caa2a9e0c4e107d8ddaa74af20': WFD use of HDCP is now optional.
| | * WFD use of HDCP is now optional.Andreas Huber2012-10-222-66/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | if the sink supports it we'll use HDCP (and fail if necessary), if it doesn't we won't. If an HDCP session is established we'll tell our observer that the connection is secure, otherwise we don't. Change-Id: I7cbef384f2cf0a6ac65801c581eea227b9ef4c46 related-to-bug: 7368436
* | | am ad99e748: am c3ed4a1c: Merge "AAC DRC reference level for mobile is ↵Jean-Michel Trivi2012-10-191-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | -16dB" into jb-mr1-dev * commit 'ad99e748ae97be7b0f769e1895ca7f69da6c9df8': AAC DRC reference level for mobile is -16dB
| * | am c3ed4a1c: Merge "AAC DRC reference level for mobile is -16dB" into jb-mr1-devJean-Michel Trivi2012-10-191-1/+1
| |\ \ | | |/ | | | | | | | | | * commit 'c3ed4a1c3ea71681c71de48c206a899e702864bd': AAC DRC reference level for mobile is -16dB
| | * Merge "AAC DRC reference level for mobile is -16dB" into jb-mr1-devJean-Michel Trivi2012-10-191-1/+1
| | |\
| | | * AAC DRC reference level for mobile is -16dBJean-Michel Trivi2012-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use -16dB as the default DRC reference level when decoding streams with DRC metadata. Bug 7370764 Change-Id: I900cee22f32384a5657fb041b69d42657bcddf09
* | | | am febe48ae: am 3c9e53c6: Merge "Fix valgrind issues" into jb-mr1-devMarco Nelissen2012-10-193-2/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'febe48aef0cb757e149d6f4494c9d220d6ba369a': Fix valgrind issues
| * | | am 3c9e53c6: Merge "Fix valgrind issues" into jb-mr1-devMarco Nelissen2012-10-193-2/+8
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '3c9e53c6ea2b01506addd4fb1164e6a9bbe6e16f': Fix valgrind issues
| | * | Merge "Fix valgrind issues" into jb-mr1-devMarco Nelissen2012-10-193-2/+8
| | |\ \ | | | |/ | | |/|
| | | * Fix valgrind issuesMarco Nelissen2012-10-173-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We were reading some uninitialized memory when creating bass boost and EQ effects, and using memcpy() with identical source and destination. Change-Id: I15ea1b2c52ae05cbf54aef04351e89805e0ebf8e
* | | | am 4ad27b11: am 1baa01a5: Merge "hardening: eliminate more .text relocations"Nick Kralevich2012-10-191-2/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '4ad27b11f8c883a3131d1f81d883de01b8076be1': hardening: eliminate more .text relocations
| * | | am 1baa01a5: Merge "hardening: eliminate more .text relocations"Nick Kralevich2012-10-191-2/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '1baa01a52f24566c134313fade8b19a582654638': hardening: eliminate more .text relocations
| | * | | hardening: eliminate more .text relocationsNick Kralevich2012-10-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 74bc3e133bd59a65dbed70b5fc89549f04a545e2, a bunch of text relocations were cleaned up from amrwbenc. Looks like we forgot one. Fixed. Change-Id: I80d4c68be435c3461731374d2b6d3bdbd61354a5
* | | | | Merge "Ignore SIGPIPE during write() to broken pipe"jp abgrall2012-10-171-0/+1
|\ \ \ \ \
| * | | | | Ignore SIGPIPE during write() to broken pipeGlenn Kasten2012-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This happens occasionally when taking a bugreport. Bug: 6447319 Change-Id: Ia6531a4a3658461f8fd3f7106e7996da7cc5933a
* | | | | | am 5ee33507: am ccd08439: Added some extra failure logging messagesJames Dong2012-10-172-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | * commit '5ee3350785f2821a1b5aad92824ea6b380f61ece': Added some extra failure logging messages
| * | | | am ccd08439: Added some extra failure logging messagesJames Dong2012-10-172-0/+8
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit 'ccd08439c7914d86264c7ad81bfd03cf39aaa9f7': Added some extra failure logging messages
| | * | | Added some extra failure logging messagesJames Dong2012-10-172-0/+8
| | | |/ | | |/| | | | | | | | | | | | | | | | | o related-to-bug: 7282066 Change-Id: I0896551a45aab61fb571fef19061397ff84321d9
* | | | am 2e5aa980: Merge "Fix log spam: Failed to open libwvm.so" into ↵Glenn Kasten2012-10-151-5/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | jb-mr1-dev-plus-aosp * commit '2e5aa980c9eba995d99aa13e6b5fa2714dc9f61e': Fix log spam: Failed to open libwvm.so
| * | | Fix log spam: Failed to open libwvm.soGlenn Kasten2012-10-121-5/+8
| |/ / | | | | | | | | | | | | Bug: 7342813 Change-Id: I98852f036e4679a653723fc2bf1435d6e9d7d34c
* | | am 954f6afe: am b4a55269: Fix some missing checks against missing codecsJames Dong2012-10-121-14/+14
|\ \ \ | |/ / | | | | | | | | | * commit '954f6afed22e8a723ddb9a6448c14bce4e008a9c': Fix some missing checks against missing codecs
| * | Fix some missing checks against missing codecsJames Dong2012-10-111-14/+14
| | | | | | | | | | | | | | | | | | o related-to-bug: 6971073 Change-Id: Ia6d926663231f9a9ef31c82c85c70595c4a30ebe
* | | am 0f95fadb: am 7e2c0a15: Merge "Support querying active record sources" ↵Jean-Michel Trivi2012-10-102-0/+26
|\ \ \ | |/ / | | | | | | | | | | | | | | | into jb-mr1-dev * commit '0f95fadb8a3ee402f2c51a932a06f1f685ab2d35': Support querying active record sources
| * | Merge "Support querying active record sources" into jb-mr1-devJean-Michel Trivi2012-10-102-0/+26
| |\ \
| | * | Support querying active record sourcesJean-Michel Trivi2012-10-102-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for querying whether there is currently a recording underway from the specified audio source. Bug 7314859 Change-Id: I986b231a10ffd368b08ec2f9c7f348d28eaeb892
* | | | am 1f9300d9: am 73125afc: Merge "Switch audio mode based on dongle\'s ↵Andreas Huber2012-10-092-8/+93
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | capabilities" into jb-mr1-dev * commit '1f9300d9f0050b972ee6dd6c39b362baf8528a38': Switch audio mode based on dongle's capabilities
| * | | Switch audio mode based on dongle's capabilitiesAndreas Huber2012-10-092-8/+93
| |/ / | | | | | | | | | | | | | | | | | | properly parse rtp port and use it to setup session. Change-Id: Ic7521cb867143278196c3ce4b19a74ecc2703d8e related-to-bug: 7318719
* | | am 650601ca: am 1f915a85: Merge "Optionally emit LPCM audio instead of using ↵Andreas Huber2012-10-047-27/+200
|\ \ \ | |/ / | | | | | | | | | | | | | | | AAC in wifi display code" into jb-mr1-dev * commit '650601ca1039c7d25beed3ef6c79e19469e1878b': Optionally emit LPCM audio instead of using AAC in wifi display code
| * | Optionally emit LPCM audio instead of using AAC in wifi display codeAndreas Huber2012-10-047-27/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related-to-bug: 7248248 May decrease power usage at the cost of significantly increasing audio bitrate. Use "adb shell setprop media.wfd.use-pcm-audio true" to turn it on (must be done before connecting). Change-Id: I7ebeadf3209e01522a2644948287b23d7c383c7e
* | | am a9ba91a8: am d69fd4d2: Merge "Enable hdcp for WiFi display" into jb-mr1-devJames Dong2012-10-031-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit 'a9ba91a8b8656aa4d735aba5d9631549d1b50496': Enable hdcp for WiFi display
| * | Merge "Enable hdcp for WiFi display" into jb-mr1-devJames Dong2012-10-031-1/+1
| |\ \
| | * | Enable hdcp for WiFi displayJames Dong2012-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | o related-to-bug: 7055369 Change-Id: Ie1ddd1e961f9ff60fe32b57cf7f8de4f4ecf5aa0
* | | | am 8b884014: am 9f9d7de7: Merge "Drop video bitrate to 2.5mbps." into jb-mr1-devAndreas Huber2012-10-031-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '8b884014509cc2bde135a79a863cebbd03fe6046': Drop video bitrate to 2.5mbps.
| * | | Drop video bitrate to 2.5mbps.Dave Burke2012-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have too much corruption/loss at higher bitrates. Reviewed quality trade-off with jdong@. We can increase in the future if we have a better packet loss concealment solution. Bug: 7241844 Change-Id: I3b500a9c3a4429e834fb4c5ca04164d4e106fa9e
* | | | am ce42b94a: am 4401091b: Merge "Better power savings with wifi display ↵Andreas Huber2012-10-033-6/+78
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | code." into jb-mr1-dev * commit 'ce42b94ae4363c97945732fb8698675fa8b0861a': Better power savings with wifi display code.
| * | | Merge "Better power savings with wifi display code." into jb-mr1-devAndreas Huber2012-10-033-6/+78
| |\ \ \
| | * | | Better power savings with wifi display code.Andreas Huber2012-10-033-6/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No more polling the encoder for work to do, the encoder instead notifies if there's activity. Change-Id: Ia707211b4f5c5a6e6b70d750233d204a2d6bb778 related-to-bug: 7248248
* | | | | am d294bf4b: am 3a555c19: Merge "Increase polling frequency again ↵Andreas Huber2012-10-032-14/+24
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | temporarily to fix A/V issues" into jb-mr1-dev * commit 'd294bf4b9d1d57aedab83b276ff5ca60c2f71488': Increase polling frequency again temporarily to fix A/V issues
| * | | | Merge "Increase polling frequency again temporarily to fix A/V issues" into ↵Andreas Huber2012-10-032-14/+24
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | jb-mr1-dev
| | * | Increase polling frequency again temporarily to fix A/V issuesAndreas Huber2012-10-032-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug in the silence detection and increases the timeout after which we enter "silent mode" to 10 secs. Change-Id: I802b058f054becd5c377186664437f7b3970193f related-to-bug: 7248248