summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Enable some logs to debug 5195693.Chih-Chung Chang2011-09-051-5/+6
* 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-3012-31/+663
* Merge "Fix 5200858: we need to pass timestamp to render correct frames."Chih-Chung Chang2011-08-291-4/+5
|\
| * Fix 5200858: we need to pass timestamp to render correct frames.Chih-Chung Chang2011-08-291-4/+5
* | 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 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 5180429: Initialize native window transform to 0.Chih-Chung Chang2011-08-251-8/+10
* | 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
* Add connect calls for SurfaceTexture. Clean PreviewRenderer.Chih-Chung Chang2011-08-114-135/+58
* 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-089-76/+76
* | 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
|/
* 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-2714-248/+414
* 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
* | Merge "fix for issue 4142219 Don't hard code platform-specific limitations en...Hong Teng2011-07-2111-268/+248
|\ \
| * | fix for issue 4142219Hong Teng2011-07-2011-268/+248
| |/
* | 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
|/ /
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-126-24/+6
|\ \
| * | Remove the simulator target from all makefiles.Jeff Brown2011-07-116-24/+6
* | | Fix 4973565: implement getFormat() like Ie534e2660b0de2c3ac697b4e1f61e3aaf2c4...Chih-Chung Chang2011-07-121-11/+14
|/ /
* | Fix of issue 4973565 Cannot export movie.Rajneesh Chowdury2011-07-076-127/+472
|/
* Merge "add private copy constructor and assignment operator to four media sou...James Dong2011-07-014-70/+53
|\
| * add private copy constructor and assignment operator to four media source cla...James Dong2011-06-304-70/+53