| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Turn off execute bit for ordinary media files" | Glenn Kasten | 2012-12-17 | 1 | -0/+0 |
|\ |
|
| * | Turn off execute bit for ordinary media files | Glenn Kasten | 2012-11-15 | 1 | -0/+0 |
* | | am 800c8ab6: am 2644494a: Merge changes I8462f040,Ie471f40f | Andreas Huber | 2012-11-30 | 3 | -0/+64 |
|\ \
| |/
|/| |
|
| * | MediaCodec: Allow getting the codec info directly | Martin Storsjo | 2012-11-14 | 1 | -0/+22 |
| * | MediaCodec: Allow getting the chosen component name | Martin Storsjo | 2012-11-14 | 2 | -0/+42 |
* | | am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" | Kenny Root | 2012-11-07 | 14 | -0/+0 |
|\ \
| |/ |
|
| * | am 768d9e1a: Merge "Correct executable bit for source files" | Kenny Root | 2012-11-07 | 14 | -0/+0 |
| |\ |
|
| | * | Correct executable bit for source files | Kenny Root | 2012-11-07 | 14 | -0/+0 |
* | | | Remove obsolete references to libmedia_native | Glenn Kasten | 2012-10-30 | 3 | -5/+2 |
|/ / |
|
* | | Throw an exception instead of crash when a surface does not have a binding su... | James Dong | 2012-10-04 | 1 | -0/+5 |
* | | MtpDatabase: Use actual file size instead of media database size column | Mike Lockwood | 2012-09-12 | 1 | -27/+29 |
* | | Add plumbing for new surface flinger display API. | Jeff Brown | 2012-08-27 | 2 | -2/+2 |
* | | Let apps provide a custom data source for extractors | Marco Nelissen | 2012-08-24 | 2 | -0/+102 |
|/ |
|
* | am 26f8ce83: Merge "To avoid the JNI memory leaks in video editor codes" | Jean-Baptiste Queru | 2012-08-20 | 3 | -0/+17 |
|\ |
|
| * | To avoid the JNI memory leaks in video editor codes | wfeng6 | 2012-08-17 | 3 | -0/+17 |
* | | am 4da3769d: Merge "mediacodec: Don\'t crash if trying to open a codec that d... | Jean-Baptiste Queru | 2012-08-13 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | mediacodec: Don't crash if trying to open a codec that does not exist | Martin Storsjo | 2012-08-13 | 1 | -1/+4 |
* | | Changed to obtain a parcel in each notify() call in jni. | Insun Kang | 2012-07-10 | 1 | -8/+4 |
|/ |
|
* | Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so | James Dong | 2012-06-12 | 2 | -0/+190 |
* | rename exif to exif_jni due to refactoring in external/jhead | Keun young Park | 2012-06-07 | 1 | -0/+3 |
* | Fixed a buffer overflow issue | James Dong | 2012-05-29 | 1 | -3/+8 |
* | Remove dependency of libvideoeditor_jni.so on static libs from video editor e... | James Dong | 2012-05-16 | 1 | -16/+10 |
* | Revert "Remove dependency of libvideoeditor_jni.so on static libs from video ... | James Dong | 2012-05-15 | 1 | -10/+16 |
* | Remove dependency of libvideoeditor_jni.so on static libs from video editor e... | James Dong | 2012-05-15 | 1 | -16/+10 |
* | Merge "Improve notifying TimedText by reducing marshall/unmarshalling." into ... | James Dong | 2012-05-11 | 1 | -8/+14 |
|\ |
|
| * | Improve notifying TimedText by reducing marshall/unmarshalling. | Insun Kang | 2012-05-09 | 1 | -8/+14 |
* | | Make sure crop rect information is visible from java. | Andreas Huber | 2012-05-10 | 1 | -0/+48 |
* | | Remove SEEK_CLOSEST constant from MediaExtractor, its implementation makes no | Andreas Huber | 2012-05-09 | 1 | -1/+1 |
|/ |
|
* | Return codec buffers that are marked as having host endianness. | Andreas Huber | 2012-05-08 | 1 | -0/+27 |
* | Various changes to Media* APIs requested by the api council. | Andreas Huber | 2012-05-03 | 4 | -19/+19 |
* | New API to set the video rendering mode on a MediaCodec instance. | Andreas Huber | 2012-04-30 | 2 | -2/+40 |
* | The MediaExtractor can now unselect tracks and has more control over seeking. | Andreas Huber | 2012-04-26 | 2 | -6/+39 |
* | am b4781b9b: am ea8ceca8: am 90577af7: Merge "use utf8_length() instead of lo... | Dianne Hackborn | 2012-04-24 | 1 | -48/+5 |
|\ |
|
| * | use utf8_length() instead of local function, isValidUtf8() | Homin Lee | 2012-04-13 | 1 | -48/+5 |
| * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) | Steve Block | 2012-01-19 | 13 | -174/+174 |
| * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) | Steve Block | 2012-01-19 | 5 | -10/+10 |
| * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) | Steve Block | 2012-01-19 | 2 | -2/+2 |
| * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) | Steve Block | 2012-01-19 | 1 | -3/+3 |
| * | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) | Steve Block | 2012-01-19 | 11 | -232/+232 |
* | | Add the ability to query the amount of cached data to MediaExtractor. | Andreas Huber | 2012-04-20 | 2 | -0/+48 |
* | | DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clients | Andreas Huber | 2012-04-19 | 2 | -11/+50 |
* | | Merge "Add support for scaling mode parameter in Visualizer effect" | Jean-Michel Trivi | 2012-04-19 | 1 | -0/+23 |
|\ \ |
|
| * | | Add support for scaling mode parameter in Visualizer effect | Jean-Michel Trivi | 2012-04-17 | 1 | -0/+23 |
* | | | Fix a typo and choose a reasonable default for crypto-mode (0 would be unencr... | Andreas Huber | 2012-04-18 | 1 | -2/+3 |
* | | | Information required to decrypt buffers is now packaged into MediaCodec.Crypt... | Andreas Huber | 2012-04-18 | 3 | -8/+196 |
* | | | Make seekTo not throw exceptions. | Andreas Huber | 2012-04-17 | 1 | -6/+1 |
* | | | MediaCrypto's constructor can throw RuntimeException. | Andreas Huber | 2012-04-17 | 1 | -1/+1 |
* | | | Unhide new media related java APIs. | Andreas Huber | 2012-04-16 | 8 | -42/+130 |
|/ / |
|
* | | Merge "Fix failure from setDataSource(String path) when path is a local file" | James Dong | 2012-04-12 | 1 | -8/+0 |
|\ \ |
|
| * | | Fix failure from setDataSource(String path) when path is a local file | James Dong | 2012-04-12 | 1 | -8/+0 |