summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Remove curtain effects (they are unused).Chih-Chung Chang2011-06-309-631/+0
* | Make line-ending consistent (unix style).Chih-Chung Chang2011-06-3023-8603/+8603
|/
* Simplified regulBitRate() method and fixed a copy and paste error in stop() m...James Dong2011-06-281-21/+5
* Merge "Fix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, ...Rajneesh Chowdury2011-06-274-0/+6
|\
| * Fix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, &lastBu...Rajneesh Chowdury2011-06-274-0/+6
* | Fix for issue 4949999 getFormat() returns NULLRajneesh Chowdury2011-06-271-10/+16
|/
* Fix copy and paste errors for mime type strings in the 3GP readerJames Dong2011-06-271-5/+5
* Fix for: 4676350 Do not use dual copyright declaration for video editor codeThomas Le Guevel2011-06-23177-177/+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
* Merge "Fix for issue 4035003 Support for 64 bit datatype a. M4OSA_64BITS_SUPP...Thomas Le Guevel2011-05-0617-671/+72
|\
| * Fix for issue 4035003 Support for 64 bit datatypehongteng2011-05-0517-671/+72
* | Clean up background audio processing codeJames Dong2011-05-032-169/+135
|/
* Merge "android_native_buffer_t --> ANativeWindowBuffer"Iliyan Malchev2011-05-032-2/+2
|\
| * android_native_buffer_t --> ANativeWindowBufferIliyan Malchev2011-05-032-2/+2
* | Clean up VideoEditorSRCJames Dong2011-05-032-52/+22
|/
* Cleaned up dummy audio and video sourcesJames Dong2011-05-033-12/+2
* Fix a typo in filename "M4ChannelCoverter.c"James Dong2011-05-022-1/+1
* Separate preview player from AwesomePlayer and also video editor audio player...James Dong2011-05-019-18/+2851