summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
* | | am 4ef29b41: am 2808b590: Merge "Bug 7170947 Configure AAC decoder for ↵Jean-Michel Trivi2012-10-021-5/+37
|\ \ \ | |/ / | | | | | | | | | | | | | | | mobile DRC settings" into jb-mr1-dev * commit '4ef29b414eb7003ab34c9ee37fe1bae4f2f7aa5c': Bug 7170947 Configure AAC decoder for mobile DRC settings
| * | Merge "Bug 7170947 Configure AAC decoder for mobile DRC settings" into ↵Jean-Michel Trivi2012-10-021-5/+37
| |\ \ | | |/ | |/| | | | jb-mr1-dev
| | * Bug 7170947 Configure AAC decoder for mobile DRC settingsJean-Michel Trivi2012-10-021-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure the AAC decoder to use the modile DRC settings when decoding streams with DRC metadata. Settings are: - target reference level of -12dB - DRC compression factor (attenuation) at max These settings can be overridden by platform properties if the default values are to be modified. Change-Id: If329fe566497685b735abe4e4b9a5e01697c063b
* | | am 844092c8: am 47aa9c47: Merge "Enable silence detection and don\'t driver ↵Andreas Huber2012-10-022-12/+77
|\ \ \ | |/ / | | | | | | | | | | | | | | | the audio encoder" into jb-mr1-dev * commit '844092c8931e229314e20bc2366551ed3f9181ba': Enable silence detection and don't driver the audio encoder
| * | Merge "Enable silence detection and don't driver the audio encoder" into ↵Andreas Huber2012-10-022-12/+77
| |\ \ | | | | | | | | | | | | jb-mr1-dev
| | * | Enable silence detection and don't driver the audio encoderAndreas Huber2012-10-022-12/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or send any audio out over the network if we've seen at least one second of silence. Change-Id: Ic2bca4ce7d55bd246283dc669f5f5cb6106d88ea related-to-bug: 7248248
* | | | am e8c18f4d: am 805b3ae3: Merge "Now back to 30fps, suspend updates if ↵Andreas Huber2012-10-026-30/+106
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | surface flinger didn\'t send us" into jb-mr1-dev * commit 'e8c18f4db997fac70c789eeb7d45d79645e8a7e3': Now back to 30fps, suspend updates if surface flinger didn't send us
| * | | Merge "Now back to 30fps, suspend updates if surface flinger didn't send us" ↵Andreas Huber2012-10-026-30/+106
| |\ \ \ | | |/ / | | | | | | | | into jb-mr1-dev
| | * | Now back to 30fps, suspend updates if surface flinger didn't send usAndreas Huber2012-10-026-30/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | any new frames for one second or longer. Change-Id: I1c2ec349b0a4b7c4eb9dcdde483362ec87dd69fa related-to-bug: 7248248
* | | | am 1c515533: am f5aa7aa9: Merge "More power savings: No need to keep a ↵Andreas Huber2012-10-022-2/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | history of outgoing packets" into jb-mr1-dev * commit '1c515533cfabd4e717aa0bc4f74ab241abcb1878': More power savings: No need to keep a history of outgoing packets
| * | | Merge "More power savings: No need to keep a history of outgoing packets" ↵Andreas Huber2012-10-022-2/+9
| |\ \ \ | | |/ / | | | | | | | | into jb-mr1-dev
| | * | More power savings: No need to keep a history of outgoing packetsAndreas Huber2012-10-022-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | if we're not enabling retransmission anyway. Change-Id: I361120607974a2fab758c28b5033716213aef88e related-to-bug: 7248248
* | | | am 6ffd379c: am 16461dca: Merge "Increase converter polling interval." into ↵Andreas Huber2012-10-021-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '6ffd379c5ecd6ee4cbde0352067a2eb762ff2c33': Increase converter polling interval.
| * | | Merge "Increase converter polling interval." into jb-mr1-devAndreas Huber2012-10-021-1/+1
| |\ \ \ | | |/ /
| | * | Increase converter polling interval.Andreas Huber2012-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I455005086a63c70883a71e189753a117b195f22f related-to-bug: 7248248
* | | | am c2089ed8: am f1b95045: Merge "Take advantage of the hardware encoder\'s ↵Andreas Huber2012-10-025-18/+12
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | ability to prepend SPS/PPS" into jb-mr1-dev * commit 'c2089ed83f64472d4e16111a67a83679cad04990': Take advantage of the hardware encoder's ability to prepend SPS/PPS
| * | | Merge "Take advantage of the hardware encoder's ability to prepend SPS/PPS" ↵Andreas Huber2012-10-025-18/+12
| |\ \ \ | | |/ / | | | / | | |/ | |/| into jb-mr1-dev
| | * Take advantage of the hardware encoder's ability to prepend SPS/PPSAndreas Huber2012-10-025-18/+12
| | | | | | | | | | | | | | | | | | | | | to IDR frames instead of doing it manually. Change-Id: I994cfbd6539013406dd610393ba1f0b9a0dbf4d5 related-to-bug: 7245308
* | | am 5403cefc: am 0389cc09: Fix video continuityMarco Nelissen2012-10-021-0/+2
|\ \ \ | |/ / | | | | | | | | | * commit '5403cefce91a6e2876bc75100aa5e8ad1a353b67': Fix video continuity
| * | Fix video continuityMarco Nelissen2012-10-021-0/+2
| |/ | | | | | | | | | | | | Fixes "pixelation" seen after seeking in Netflix. b/7211673 Change-Id: Id675acaef1e5fd7151fdfa7bd79e2f25990e1ecd
* | am 1c0487de: am bd710197: Merge "[WVDRM] Fix for stuttering on low ↵Jeff Tinker2012-10-021-11/+7
|\ \ | |/ | | | | | | | | | | bandwidth" into jb-mr1-dev * commit '1c0487de2a91408fc01e96723eb7f7f5724ee124': [WVDRM] Fix for stuttering on low bandwidth
| * Merge "[WVDRM] Fix for stuttering on low bandwidth" into jb-mr1-devJeff Tinker2012-10-021-11/+7
| |\
| | * [WVDRM] Fix for stuttering on low bandwidthJeff Tinker2012-10-011-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reintroduces the play/pause rebuffering logic we eliminated in JB zero day to fix double spins and slow startup - but activates that logic only based on a comparison of the current bandwidth measurement and the lowest bitrate track in the movie. Needs to be submitted with related changes in /vendor/widevine bug: 7230071 Change-Id: If4f5ecda36c4858ce8bf5c4abb722f90a329ecdb
* | | am 008d15d3: am ee178668: Use incremental updates sent by surface flingerAndreas Huber2012-10-013-7/+5
|\ \ \ | |/ / | | | | | | | | | * commit '008d15d307f3e35f5580fe03470974f7193c952b': Use incremental updates sent by surface flinger
| * | Use incremental updates sent by surface flingerAndreas Huber2012-10-013-7/+5
| | | | | | | | | | | | | | | | | | | | | instead of running at a fixed framerate. Change-Id: Ia3f36aa449e2e952bf3263ffbb709a9b79b09c26 related-to-bug: 7266398
* | | am 4cb8a163: am 1c730d33: Merge "ALooper::GetNowUs() now relies on ↵Andreas Huber2012-10-019-70/+32
|\ \ \ | |/ / | | | | | | | | | | | | | | | systemTime instead of gettimeofday." into jb-mr1-dev * commit '4cb8a16365e2342e1ee99906d406de939023f389': ALooper::GetNowUs() now relies on systemTime instead of gettimeofday.
| * | Merge "ALooper::GetNowUs() now relies on systemTime instead of ↵Andreas Huber2012-10-019-70/+32
| |\ \ | | | | | | | | | | | | gettimeofday." into jb-mr1-dev