summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp
Commit message (Expand)AuthorAgeFilesLines
* AudioPlayerBase and VideoEditorAudioPlayer class design is incorrect.James Dong2012-01-207-703/+294
* Merge "More source code Clean up in video editor engine"James Dong2012-01-2016-2109/+1026
|\
| * More source code Clean up in video editor engineJames Dong2012-01-1916-2109/+1026
* | Don't allow evil constructors in VideoEditorBGAudioProcessingJames Dong2012-01-191-0/+5
|/
* Fix two typos in the defined frequency enumsJames Dong2012-01-171-1/+1
* Merge "Use audio_stream_type_t consistently"Glenn Kasten2012-01-171-2/+2
|\
| * Use audio_stream_type_t consistentlyGlenn Kasten2012-01-121-2/+2
* | Remove streaming related logic from preview player.James Dong2012-01-126-307/+32
|/
* Use audio_format_t consistentlyGlenn Kasten2012-01-122-2/+2
* Remove unnecessary drm handling logic in PreviewPlayerBase classJames Dong2012-01-112-185/+9
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-089-57/+57
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-053-5/+5
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-045-18/+18
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-033-11/+11
* ditherAndClamp from libaudioutils not AudioMixerGlenn Kasten2011-12-162-1/+4
* resolved conflicts for merge of fbb122bf to masterChih-Chung Chang2011-11-162-1/+11
|\
| * Fix 5607624: Native crash in movie studio while previewing the movieChih-Chung Chang2011-11-152-1/+11
* | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-2511-232/+232
|/
* Remove RTSP support from libvideoeditor's PreviewPlayer...Andreas Huber2011-10-123-77/+4
* Fix for 5369981 Native crash : testPreviewWithEndAudioTrack functional test.Hong Teng2011-10-052-3/+20
* Enable some logs to debug 5195693.Chih-Chung Chang2011-09-051-5/+6
* Fix for 5156702 Rotate video output for thumbnails and exportRajneesh Chowdury2011-08-303-0/+242
* Merge "Fix 5123908: Native crash rewinding movie"Chih-Chung Chang2011-08-283-261/+149
|\
| * Fix 5123908: Native crash rewinding movieChih-Chung Chang2011-08-233-261/+149
* | Fix 5180429: Initialize native window transform to 0.Chih-Chung Chang2011-08-251-8/+10
|/
* Add connect calls for SurfaceTexture. Clean PreviewRenderer.Chih-Chung Chang2011-08-114-135/+58
* Rename YV12 to I420.Chih-Chung Chang2011-08-085-25/+25
* Use GL to render preview.Chih-Chung Chang2011-08-0813-343/+862
* Merge "Remove excessive logging"James Dong2011-08-041-2/+2
|\
| * Remove excessive loggingJames Dong2011-08-021-2/+2
* | Remove unused mLastVideoBuffer and bAppliedVideoEffect.Chih-Chung Chang2011-08-032-30/+2
* | Remove PreviewLocalRenderer (simplify the code).Chih-Chung Chang2011-08-022-117/+9
|/
* Add YV12 color converter interface for VideoEditor.Chih-Chung Chang2011-07-279-229/+192
* Merge "fix for issue 4142219 Don't hard code platform-specific limitations en...Hong Teng2011-07-215-147/+113
|\
| * fix for issue 4142219Hong Teng2011-07-205-147/+113
* | Merge "Fix for issue 4988956 No audio can be heard during preview"Rajneesh Chowdury2011-07-202-35/+72
|\ \ | |/ |/|
| * Fix for issue 4988956 No audio can be heard during previewRajneesh Chowdury2011-07-202-35/+72
* | call the new setScaling method in the appropriate placesMathias Agopian2011-07-191-16/+20
* | Merge "Use the ANativeWindow APIs instead of the Surface APIs"Mathias Agopian2011-07-141-6/+6
|\ \
| * | Use the ANativeWindow APIs instead of the Surface APIsMathias Agopian2011-07-141-6/+6
* | | Remove redundant include, now that NuHTTPDataSource.h is no more.Andreas Huber2011-07-131-1/+0
|/ /
* | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+1
|/
* Remove curtain effects (they are unused).Chih-Chung Chang2011-06-304-233/+0
* Make line-ending consistent (unix style).Chih-Chung Chang2011-06-3017-8074/+8074
* Fix for: 4676350 Do not use dual copyright declaration for video editor codeThomas Le Guevel2011-06-2321-21/+0
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-014-7/+6
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-014-6/+7
* update for new audio.h header locationDima Zavin2011-05-112-2/+2
* Clean up background audio processing codeJames Dong2011-05-032-169/+135
* Merge "android_native_buffer_t --> ANativeWindowBuffer"Iliyan Malchev2011-05-032-2/+2
|\