summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix for 4132872 inefficient export logic.Rajneesh Chowdury2011-08-0819-976/+2799
* | Rename YV12 to I420.Chih-Chung Chang2011-08-083-24/+24
|/
* Fix for 5083973 M4VSS3GPP_editCleanUp called twice problem.Rajneesh Chowdury2011-07-281-0/+12
* Remove unnecessary encoder input format check.Chih-Chung Chang2011-07-271-29/+3
* Add YV12 color converter interface for VideoEditor.Chih-Chung Chang2011-07-274-19/+96
* Clear buffer lists in stop() so we won't free the buffers again.Chih-Chung Chang2011-07-261-0/+3
* Fix for issue 5055001 Movie studio is unusable after importing musicRajneesh Chowdury2011-07-221-84/+92
* Merge "Remove hard-coded requirement for number of buffers."Chih-Chung Chang2011-07-211-91/+238
|\
| * Remove hard-coded requirement for number of buffers.Chih-Chung Chang2011-07-201-91/+238
* | fix for issue 4142219Hong Teng2011-07-206-121/+135
|/
* Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-124-16/+4
|\