summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss
Commit message (Expand)AuthorAgeFilesLines
* AV Android make files changesJames Dong2012-03-282-7/+5
* Resolve undesirable dependency of /frameworks/av/libvideoeditor on /framework...James Dong2012-03-242-3/+77
* Make file change because libvideoeditor source files movedJames Dong2012-03-225-25/+25
* Fix LOCAL_C_INCLUDES and correct #include syntaxGlenn Kasten2012-03-142-3/+0
* Prepare frameworks/native/services/audioflingerGlenn Kasten2012-03-141-0/+1
* Switched to use header files in /frameworks/nativeJames Dong2012-03-123-3/+3
* Swtched to use header file in /frameworks/nativeJames Dong2012-03-121-1/+1
* Merge "Refactored MediaBufferPuller class from VideoEditorVideoEncoder class"James Dong2012-03-124-190/+274
|\
| * Refactored MediaBufferPuller class from VideoEditorVideoEncoder classJames Dong2012-03-064-190/+274
* | Update build dependency on AudioMixer headerJean-Michel Trivi2012-03-111-0/+1
|/
* Update method sigs.John Grossman2012-02-101-2/+2
* Merge "Move away from MediaDebug and use ADebug instead"James Dong2012-02-098-10/+11
|\
| * Move away from MediaDebug and use ADebug insteadJames Dong2012-02-088-10/+11
* | Fix green frame issueJames Dong2012-02-091-2/+2
|/
* Use AACEncoder instead of OMX-based AAC software encoder to workaround issues...James Dong2012-02-031-2/+9
* Fix an error to deal with 0-size nal units in some AVC filesJames Dong2012-01-271-15/+8
* Fix an error that missed an "=" for equality in an if statementJames Dong2012-01-231-1/+1
* Fix two typos in the defined frequency enumsJames Dong2012-01-171-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-084-28/+28
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-052-3/+3
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-043-6/+6
* ditherAndClamp from libaudioutils not AudioMixerGlenn Kasten2011-12-162-2/+4
* am 38ca8aaf: Fix for issue 5490443 Native crash while exporting a video Handl...Hong Teng2011-12-021-0/+5
|\
| * Fix for issue 5490443 Native crash while exporting a videoHong Teng2011-11-301-0/+5
* | am 8e611132: Fix for 5638097 KenBurn generation time increased from 19 secs t...Hong Teng2011-11-221-0/+5
|\ \ | |/
| * Fix for 5638097 KenBurn generation time increased from 19 secs to 30 secsHong Teng2011-11-211-0/+5
* | am 811c53c5: Fix for issue 5309336 -add videoeditor maximum prefetch...Hong Teng2011-11-153-8/+47
|\ \ | |/
| * Fix for issue 5309336Hong Teng2011-11-143-8/+47
* | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-2510-456/+456
|/
* Merge "Fix for 5477832 Movie Studio crash when trying to import the attached ...James Dong2011-10-202-0/+18
|\
| * Fix for 5477832 Movie Studio crash when trying to import the attached h263 file.Rajneesh Chowdury2011-10-192-0/+18
* | Fix for 5234840 Corrupted frames in transitionHong Teng2011-10-191-3/+6
|/
* Fix for 5154138 Titles are not aligned properly in a exported movie from Movi...Hong Teng2011-10-183-336/+428
* Video editor incorrectly rejects videos that could be supported by the HW dec...James Dong2011-10-031-13/+27
* Fix for 5205420 compression domain trimming fallback mechanismRajneesh Chowdury2011-09-232-20/+43
* Fix for 5274212 Transition clip contains more video frames from 1 video clip ...Rajneesh Chowdury2011-09-221-4/+4
* Merge "Fix for 5247764 profile and level settings are not always correctly set"Rajneesh Chowdury2011-09-153-12/+316
|\
| * Fix for 5247764 profile and level settings are not always correctly setRajneesh Chowdury2011-09-143-12/+316
* | Fix for bug 5255159 Cannot play exported movie from Movie StudioRajneesh Chowdury2011-09-142-23/+10
|/
* Fix forHong Teng2011-09-122-23/+28
* Fix 5240036: We didn't handle the 1920x1080 resolution.Chih-Chung Chang2011-09-021-0/+6
* Fix for 5156702 Rotate video output for thumbnails and exportRajneesh Chowdury2011-08-309-31/+421
* Fix 5200858: we need to pass timestamp to render correct frames.Chih-Chung Chang2011-08-291-4/+5
* Fix 5212886: free the reader after freeing decoders.Chih-Chung Chang2011-08-261-38/+41
* Fix 5200962: Handle 0-length buffers from OMXCodec and drop it.Chih-Chung Chang2011-08-261-0/+7
* Fix for 5151331 [CRESPO] testPerformanceExport failedRajneesh Chowdury2011-08-231-0/+34
* Fix for 4142219 Don't hard code platform-specific limitations.Rajneesh Chowdury2011-08-1927-1285/+636
* Fix 5115581: Native crash while importing audio trackChih-Chung Chang2011-08-181-111/+56
* Speed up thumbnail generation.Chih-Chung Chang2011-08-156-212/+204
* Merge "Fix for 4132872 inefficient export logic."Rajneesh Chowdury2011-08-0919-976/+2799
|\