| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsolete references to libmedia_native | Glenn Kasten | 2012-10-30 | 1 | -1/+0 |
* | Integrate improved coefficient sinc resampler: VHQ | Glenn Kasten | 2012-10-04 | 1 | -2/+1 |
* | Move libnbaio out of AudioFlinger | Glenn Kasten | 2012-08-30 | 1 | -1/+1 |
* | Use audio_channel_mask_t for channel mask | Glenn Kasten | 2012-07-17 | 1 | -3/+1 |
* | Update ANativeWindow client code for sync | Jamie Gennis | 2012-06-21 | 3 | -12/+10 |
* | Add NOTICE and MODULE_LICENSE_APATCH2 to libvideoeditor | James Dong | 2012-06-12 | 2 | -0/+190 |
* | Remove libvideoeditor_jni.so's dependency on static libs in video editor engine | James Dong | 2012-05-16 | 1 | -16/+16 |
* | Revert "Remove libvideoeditor_jni.so's dependency on static libs in video edi... | James Dong | 2012-05-15 | 1 | -16/+16 |
* | Remove libvideoeditor_jni.so's dependency on static libs in video editor engine | James Dong | 2012-05-15 | 1 | -16/+16 |
* | remove dependency on SurfaceTexture::connect() | Mathias Agopian | 2012-04-23 | 1 | -3/+1 |
* | Add support for deep audio buffers | Eric Laurent | 2012-04-20 | 2 | -4/+5 |
* | rename audio policy output flags | Eric Laurent | 2012-04-18 | 2 | -2/+2 |
* | Add gapless playback support for NuPlayer | Marco Nelissen | 2012-04-02 | 2 | -4/+12 |
* | AV Android make files changes | James Dong | 2012-03-28 | 2 | -6/+5 |
* | Resolve undesirable dependency of /frameworks/av/libvideoeditor on /framework... | James Dong | 2012-03-24 | 1 | -3/+0 |
* | Make file change because libvideoeditor source files moved | James Dong | 2012-03-22 | 1 | -10/+10 |
* | Add libmedia_native | Glenn Kasten | 2012-03-20 | 1 | -0/+1 |
* | Fix LOCAL_C_INCLUDES and correct #include syntax | Glenn Kasten | 2012-03-14 | 4 | -8/+6 |
* | Prepare frameworks/native/services/audioflinger | Glenn Kasten | 2012-03-14 | 1 | -0/+1 |
* | Switched to use header files in /frameworks/native | James Dong | 2012-03-12 | 1 | -1/+1 |
* | Swtched to use header file in /frameworks/native | James Dong | 2012-03-12 | 1 | -1/+1 |
* | Update build dependency on AudioMixer header | Jean-Michel Trivi | 2012-03-11 | 1 | -1/+0 |
* | Use audio_policy_output_flags_t consistently | Glenn Kasten | 2012-03-08 | 2 | -2/+2 |
* | Set channel mask when opening audio sink | Jean-Michel Trivi | 2012-03-05 | 3 | -7/+19 |
* | fix location of libgui headers | Mathias Agopian | 2012-02-26 | 4 | -5/+3 |
* | remove dependency on android_native_buffer.h | Mathias Agopian | 2012-02-24 | 1 | -1/+1 |
* | Update method sigs. | John Grossman | 2012-02-10 | 2 | -2/+2 |
* | Move away from MediaDebug and use ADebug instead | James Dong | 2012-02-08 | 6 | -6/+6 |
* | Removed unnecessary memset before an immediate memcpy | James Dong | 2012-02-06 | 1 | -2/+0 |
* | Clean up VideoEditorPreviewController class part one: | James Dong | 2012-01-30 | 2 | -74/+78 |
* | Clean up VideoEditorGBAudioProcessing | James Dong | 2012-01-26 | 3 | -110/+99 |
* | AudioPlayerBase and VideoEditorAudioPlayer class design is incorrect. | James Dong | 2012-01-20 | 7 | -703/+294 |
* | Merge "More source code Clean up in video editor engine" | James Dong | 2012-01-20 | 16 | -2109/+1026 |
|\ |
|
| * | More source code Clean up in video editor engine | James Dong | 2012-01-19 | 16 | -2109/+1026 |
* | | Don't allow evil constructors in VideoEditorBGAudioProcessing | James Dong | 2012-01-19 | 1 | -0/+5 |
|/ |
|
* | Fix two typos in the defined frequency enums | James Dong | 2012-01-17 | 1 | -1/+1 |
* | Merge "Use audio_stream_type_t consistently" | Glenn Kasten | 2012-01-17 | 1 | -2/+2 |
|\ |
|
| * | Use audio_stream_type_t consistently | Glenn Kasten | 2012-01-12 | 1 | -2/+2 |
* | | Remove streaming related logic from preview player. | James Dong | 2012-01-12 | 6 | -307/+32 |
|/ |
|
* | Use audio_format_t consistently | Glenn Kasten | 2012-01-12 | 2 | -2/+2 |
* | Remove unnecessary drm handling logic in PreviewPlayerBase class | James Dong | 2012-01-11 | 2 | -185/+9 |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 9 | -57/+57 |
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-05 | 3 | -5/+5 |
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 5 | -18/+18 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 3 | -11/+11 |
* | ditherAndClamp from libaudioutils not AudioMixer | Glenn Kasten | 2011-12-16 | 2 | -1/+4 |
* | resolved conflicts for merge of fbb122bf to master | Chih-Chung Chang | 2011-11-16 | 2 | -1/+11 |
|\ |
|
| * | Fix 5607624: Native crash in movie studio while previewing the movie | Chih-Chung Chang | 2011-11-15 | 2 | -1/+11 |
* | | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE | Steve Block | 2011-10-25 | 11 | -232/+232 |
|/ |
|
* | Remove RTSP support from libvideoeditor's PreviewPlayer... | Andreas Huber | 2011-10-12 | 3 | -77/+4 |