summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | stagefright: flush pending video frames for MediaSyncLajos Molnar2015-07-161-0/+4
* | | | | | | stagefright: MediaSync: use VideoFrameSchedulerLajos Molnar2015-07-162-5/+111
|/ / / / / /
* | | | | | MediaCodec: consider usage bits when changing surface.Lajos Molnar2015-07-131-1/+3
* | | | | | stagefright: allow controlling experiments from propertyLajos Molnar2015-07-101-3/+7
* | | | | | Merge "camera2: Fix native binder interface and add tests." into mnc-devRuben Brunk2015-07-071-0/+2
|\ \ \ \ \ \
| * | | | | | camera2: Fix native binder interface and add tests.Ruben Brunk2015-07-061-0/+2
* | | | | | | Merge "stagefright: ask for flex-YUV camera buffers for software encoders" in...Lajos Molnar2015-06-292-1/+6
|\ \ \ \ \ \ \
| * | | | | | | stagefright: ask for flex-YUV camera buffers for software encodersLajos Molnar2015-06-262-1/+6
* | | | | | | | reduce number of binder calls from mediaserverEric Laurent2015-06-262-2/+4
|/ / / / / / /
* | | | | | | Merge "Using centralized isAudioPlaybackRateValid to validate parameters" int...Ricardo Garcia2015-06-231-0/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Using centralized isAudioPlaybackRateValid to validate parametersRicardo Garcia2015-06-221-0/+17
* | | | | | | Merge "Fix for Visualizer release bug" into mnc-devRicardo Garcia2015-06-221-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix for Visualizer release bugRicardo Garcia2015-06-191-1/+2
| |/ / / / / /
* | | | | | | Merge "stagefright: allow state change while handling OMX message list" into ...Lajos Molnar2015-06-221-0/+3
|\ \ \ \ \ \ \
| * | | | | | | stagefright: allow state change while handling OMX message listLajos Molnar2015-06-191-0/+3
* | | | | | | | stagefright: handle removal of a tracked buffer in ACodecLajos Molnar2015-06-191-2/+3
|/ / / / / / /
* | | | | | | Return DEAD_OBJECT if getTimestamp cannot restore trackAndy Hung2015-06-181-0/+6
* | | | | | | Fix AudioTrack comments relating to use of restoreTrack_l()Andy Hung2015-06-181-0/+6
|/ / / / / /
* | | | | | Merge "stagefright: add support for output frame rendered callback" into mnc-devLajos Molnar2015-06-105-1/+181
|\ \ \ \ \ \
| * | | | | | stagefright: add support for output frame rendered callbackLajos Molnar2015-06-095-1/+181
* | | | | | | Merge "Use only strong references to AudioEffect" into mnc-devEric Laurent2015-06-091-6/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use only strong references to AudioEffectEric Laurent2015-06-081-6/+22
* | | | | | | Camera1 API: Support SW encoders for new camera HALsEino-Ville Talvala2015-06-081-1/+3
* | | | | | | Merge "libstagefright: run codec profiling in worker thread." into mnc-devRonghua Wu2015-06-081-1/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | libstagefright: run codec profiling in worker thread.Ronghua Wu2015-06-071-1/+4
* | | | | | | stagefright: add support for batching OMX eventsLajos Molnar2015-06-052-1/+5
|/ / / / / /
* | | | | | Merge "Improve AudioTrack offload timestamp startup glitch detector" into mnc...Andy Hung2015-06-051-0/+1
|\ \ \ \ \ \
| * | | | | | Improve AudioTrack offload timestamp startup glitch detectorAndy Hung2015-06-041-0/+1
* | | | | | | Merge "NuPlayer: Add audio sink buffer configuration" into mnc-devAndy Hung2015-06-051-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | NuPlayer: Add audio sink buffer configurationAndy Hung2015-06-031-1/+2
* | | | | | | Merge "Compute sleep time when AudioTrack client callback returns no PCM data...Andy Hung2015-06-051-6/+14
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Compute sleep time when AudioTrack client callback returns no PCM dataAndy Hung2015-06-031-6/+14
* | | | | | | Camera2: implement high speed video APIsZhijun He2015-06-031-1/+1
|/ / / / / /
* | | | | | stagefright: add support for fences in OMXLajos Molnar2015-06-022-4/+29
* | | | | | Merge "Store server latency, sample rate, framecount information in AudioTrac...Andy Hung2015-06-021-0/+7
|\ \ \ \ \ \
| * | | | | | Store server latency, sample rate, framecount information in AudioTrackAndy Hung2015-06-011-0/+7
* | | | | | | stagefright: rework metadata buffer supportLajos Molnar2015-06-013-10/+65
* | | | | | | Merge "Track camera and flashlight usage in battery stats." into mnc-devRuben Brunk2015-06-021-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Track camera and flashlight usage in battery stats.Ruben Brunk2015-06-011-2/+0
* | | | | | | | stagefright: allow to overallocate OMX codec buffersLajos Molnar2015-06-011-2/+5
* | | | | | | | Remove EVENT_NEW_TIMESTAMP symbol until fully implementedGlenn Kasten2015-06-011-0/+2
* | | | | | | | remove video editor from MediaProfileChong Zhang2015-05-281-78/+1
| |/ / / / / / |/| | | | | |
* | | | | | | media: rename doNotResuscitate to doNotReconnect to align with the implementa...Ronghua Wu2015-05-221-1/+1
* | | | | | | Merge "libmediaplayerservice: try to open audio sink in offload mode in error...Ronghua Wu2015-05-222-4/+14
|\ \ \ \ \ \ \
| * | | | | | | libmediaplayerservice: try to open audio sink in offload mode in error.Ronghua Wu2015-05-222-4/+14
| |/ / / / / /
* | | | | | | Merge "stagefright: measure max encoder buffer count for persistent surface" ...Chong Zhang2015-05-221-0/+2
|\ \ \ \ \ \ \
| * | | | | | | stagefright: measure max encoder buffer count for persistent surfaceChong Zhang2015-05-211-0/+2
* | | | | | | | Merge "audio flinger: do not call JAVA services until system is ready" into m...Eric Laurent2015-05-212-0/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | audio flinger: do not call JAVA services until system is readyEric Laurent2015-05-202-0/+6
| |/ / / / / /
* | | | | | | Merge "camera: Add AIDL interface for CameraServiceProxy." into mnc-devRuben Brunk2015-05-201-0/+52
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |