summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp
Commit message (Expand)AuthorAgeFilesLines
* AV Android make files changesJames Dong2012-03-282-6/+5
* Resolve undesirable dependency of /frameworks/av/libvideoeditor on /framework...James Dong2012-03-241-3/+0
* Make file change because libvideoeditor source files movedJames Dong2012-03-221-10/+10
* Add libmedia_nativeGlenn Kasten2012-03-201-0/+1
* Fix LOCAL_C_INCLUDES and correct #include syntaxGlenn Kasten2012-03-144-8/+6
* Prepare frameworks/native/services/audioflingerGlenn Kasten2012-03-141-0/+1
* Switched to use header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* Swtched to use header file in /frameworks/nativeJames Dong2012-03-121-1/+1
* Update build dependency on AudioMixer headerJean-Michel Trivi2012-03-111-1/+0
* Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-082-2/+2
* Set channel mask when opening audio sinkJean-Michel Trivi2012-03-053-7/+19
* fix location of libgui headersMathias Agopian2012-02-264-5/+3
* remove dependency on android_native_buffer.hMathias Agopian2012-02-241-1/+1
* Update method sigs.John Grossman2012-02-102-2/+2
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-086-6/+6
* Removed unnecessary memset before an immediate memcpyJames Dong2012-02-061-2/+0
* Clean up VideoEditorPreviewController class part one:James Dong2012-01-302-74/+78
* Clean up VideoEditorGBAudioProcessingJames Dong2012-01-263-110/+99
* 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
|/