summaryrefslogtreecommitdiffstats
path: root/media/libavextensions/common
Commit message (Collapse)AuthorAgeFilesLines
* avextensions: Fix warnings on 64-bit clangSteve Kondik2016-04-301-1/+1
| | | | Change-Id: Ie4f49819ded3a6a0e308446829a109f57a607e88
* media: Require property to be set to use QC AV enhancementsSteve Kondik2015-11-241-3/+7
| | | | | | | | | | * Because of the wild divergence between branches and the fragility of this interface, we will disable it by default even if the library is in place. After thorough testing for a device it can then be enabled. At this point, these enhancements bring little value except on the very latest hardware. Change-Id: I99147a466bfbb020d05ffbb6c2773414f2439755
* video: Modify classes to support camcorder pause/resumeSurajit Podder2015-10-062-2/+2
| | | | | | | | | * Modify MediaRecorder, CameraSource, AudioSource to be extendable. * Add hooks to instantiate extended implementations to implement pause/resume. Change-Id: I847263fc69e4f613c5ea60fb6809c7da176d3a8d
* Stagefright: Make classes customizable and add AV extensionsPraveen Chavan2015-10-062-0/+160
Change access modifiers and qualify methods with virtual, to allow extensions. Add facility for loading customizations (Extended classes) dynamically. Conflicts: media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp Change-Id: Icc8965754fb1c73175a13a9ad24c19665ad60988