summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* am dd65a4f7: am ea4cdd44: Merge "Race-condition in SoundPool during release"Narayan Kamath2015-01-051-3/+3
|\
| * Merge "Race-condition in SoundPool during release"Narayan Kamath2015-01-051-3/+3
| |\
| | * Race-condition in SoundPool during releaseDariusz Iwanoczko2014-11-111-3/+3
* | | am b0dd6d3a: am 4c23a0ec: Merge "Adjust format strings to work on both 32-bit...Chih-hung Hsieh2014-12-114-4/+4
|\ \ \ | |/ /
| * | Adjust format strings to work on both 32-bit and 64-bit buildsBernhard Rosenkränzer2014-12-054-4/+4
* | | Merge "Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode." i...Ruben Brunk2014-12-091-24/+40
|\ \ \
| * | | Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode.Ruben Brunk2014-12-091-24/+40
* | | | am 3ec380d3: am fc545733: Merge "Remove unused variables and functions, don\'...chh2014-11-255-10/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Remove unused variables and functions, don't warn about unused paramet...chh2014-11-255-10/+0
| |\ \ \
| | * | | Remove unused variables and functions, don't warn about unused parametersBernhard Rosenkränzer2014-11-235-10/+0
* | | | | am 43ea037b: am 481c4b64: Merge "Fix class vs. struct mismatch"Chih-hung Hsieh2014-11-252-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix class vs. struct mismatchBernhard Rosenkränzer2014-11-242-3/+3
| |/ / /
* | | | am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t."Dan Albert2014-11-202-5/+8
|\ \ \ \ | |/ / /
| * | | Add appropriate casts for char16_t.Dan Albert2014-11-202-5/+8
* | | | am 52e2b6f7: Merge "Update calls to IInterface::asBinder()"Marco Nelissen2014-11-171-1/+1
|\ \ \ \ | |/ / /
| * | | Update calls to IInterface::asBinder()Marco Nelissen2014-11-171-1/+1
| | |/ | |/|
* | | am 01816640: am eb205b88: Merge "MTP: Update JNI for new packet getters" into...Mike Lockwood2014-11-131-72/+75
|\ \ \ | | |/ | |/|
| * | MTP: Update JNI for new packet gettersMike Lockwood2014-11-131-72/+75
* | | resolved conflicts for merge of 6957369d to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-1018-89/+88
|\ \ \ | |/ / |/| / | |/
| * Frameworks/base: Wall Werror in media/jniAndreas Gampe2014-11-1018-89/+88
* | Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-071-2/+2
|\ \
| * | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-041-2/+2
* | | Merge "Add missing secure stop methods" into lmp-mr1-devJeff Tinker2014-11-061-0/+42
|\ \ \
| * | | Add missing secure stop methodsJeff Tinker2014-11-031-0/+42
| |/ /
* | | AudioEffect JNI: use new max preprocessing constantEric Laurent2014-11-051-18/+2
|/ /
* | am 4a7873f1: [FM]Fix FM App record fail Buganizer ID: 17975676Hochi Huang2014-10-241-1/+2
|\ \
| * | [FM]Fix FM App record fail Buganizer ID: 17975676Hochi Huang2014-10-241-1/+2
| |/
* | MtpDatabase: Increase size of string buffer in JNI codeMike Lockwood2014-10-031-2/+3
|/
* camera2: Use valid dimensions for RGBA8888 gralloc buffers.Ruben Brunk2014-09-301-1/+1
* camera2: Fix native ImageReader test segfaults.Ruben Brunk2014-09-261-4/+13
* camera2: Hide JPEGs in RGBA gralloc buffers.Ruben Brunk2014-09-241-15/+44
* AudioEffect JNI: fix queryEffects()Eric Laurent2014-09-101-13/+27
* Merge "Add support for max-res decode" into lmp-devJeff Tinker2014-09-091-0/+9
|\
| * Add support for max-res decodeJeff Tinker2014-08-291-0/+9
* | Fix exception message string formatting in MediaDrmJeff Tinker2014-08-271-2/+2
|/
* media: release allocated strings on errorLajos Molnar2014-08-121-3/+3
* Update exception handling for MediaCodecAndy Hung2014-08-082-75/+117
* media: update to reworked media codec list/infoLajos Molnar2014-08-071-47/+82
* Allow device to be unprovisionedJeff Tinker2014-08-011-1/+19
* Merge "MediaPlayer: scanInternalSubtitleTracks in synchronous prepare" into l...Robert Shih2014-07-281-1/+1
|\
| * MediaPlayer: scanInternalSubtitleTracks in synchronous prepareRobert Shih2014-07-291-1/+1
* | ImageFormat: update raw10 spec to allow row paddingZhijun He2014-07-281-2/+8
* | Implement MediaCodec.getImage methodsLajos Molnar2014-07-252-132/+179
* | CamcorderProfiles: add high speed profile constantsZhijun He2014-07-251-1/+3
|/
* AudioAttributes for SoundPoolJean-Michel Trivi2014-07-201-13/+62
* Extend MediaCodecInfo to describe usable codec limits and featuresLajos Molnar2014-07-191-17/+54
* MediaCodec: add reset() + documentation fixesLajos Molnar2014-07-152-0/+27
* MediaExtractor: set buffer offset/limit in readSampleDataLajos Molnar2014-07-152-8/+28
* MediaRecorder: Fix crash when given a released Camera objectEino-Ville Talvala2014-07-141-0/+4
* MediaCodec: change onError cb to send CodecExceptionChong Zhang2014-07-111-7/+14