summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/stagefrightshells
Commit message (Expand)AuthorAgeFilesLines
* media: 64 bit compile issuesMark Salyzyn2014-04-152-4/+6
* Use libaudioresampler instead of libaudioflingerGlenn Kasten2014-03-191-2/+0
* mediaserver and associated services are 32-bit onlyGlenn Kasten2014-03-121-0/+2
* Fix ALOGVs for 64bitKévin PETIT2014-02-281-2/+2
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-10/+10
* Fix c++11 narrowingsynergydev2013-10-252-5/+5
* MediaMuxer prefer not to use the MPEG4Writer in real time recording mode.ztenghui2013-04-151-2/+2
* Merge "libvideoeditor: fix code bugs when enabling all-level debugging macros"James Dong2012-12-211-1/+1
|\
| * libvideoeditor: fix code bugs when enabling all-level debugging macrosbeanz2012-11-071-1/+1
* | libvideoeditor: fix cannot show some thumbnails in storyboard or no frame dis...beanz2012-11-161-0/+6
* | am 4348cbce: am 67f694d6: Merge "Initialize pool\'s buffer pointers to null."Jean-Baptiste Queru2012-08-081-0/+6
|\ \ | |/
| * Initialize pool's buffer pointers to null.Truls Bengtsson2012-07-111-0/+6
* | Fixed a video editor crash due to "divided by 0"James Dong2012-06-291-4/+8
|/
* Add NOTICE and MODULE_LICENSE_APATCH2 to libvideoeditorJames Dong2012-06-122-0/+190
* Fix green or corrupted video frames in the exported moviesJames Dong2012-06-072-10/+27
* Avoid prematurely terminating parsing when some track only has a single acces...James Dong2012-05-301-0/+22
* Remove libvideoeditor_jni.so's dependency on static libs in video editor engineJames Dong2012-05-161-12/+10
* AV Android make files changesJames Dong2012-03-281-6/+4
* 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-221-7/+7
* Fix LOCAL_C_INCLUDES and correct #include syntaxGlenn Kasten2012-03-141-2/+0
* 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
* Refactored MediaBufferPuller class from VideoEditorVideoEncoder classJames Dong2012-03-064-190/+274
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-088-10/+11
* Use AACEncoder instead of OMX-based AAC software encoder to workaround issues...James Dong2012-02-031-2/+9
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-083-25/+25
* 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
* 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 811c53c5: Fix for issue 5309336 -add videoeditor maximum prefetch...Hong Teng2011-11-151-7/+38
|\ \ | |/
| * Fix for issue 5309336Hong Teng2011-11-141-7/+38
* | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-259-450/+450
|/
* Fix for 5477832 Movie Studio crash when trying to import the attached h263 file.Rajneesh Chowdury2011-10-191-0/+11
* Video editor incorrectly rejects videos that could be supported by the HW dec...James Dong2011-10-031-13/+27
* Fix for 5247764 profile and level settings are not always correctly setRajneesh Chowdury2011-09-141-11/+13
* Fix for 5156702 Rotate video output for thumbnails and exportRajneesh Chowdury2011-08-301-0/+7
* Fix 5200962: Handle 0-length buffers from OMXCodec and drop it.Chih-Chung Chang2011-08-261-0/+7
* Fix for 4142219 Don't hard code platform-specific limitations.Rajneesh Chowdury2011-08-194-97/+162
* Fix 5115581: Native crash while importing audio trackChih-Chung Chang2011-08-181-111/+56
* Speed up thumbnail generation.Chih-Chung Chang2011-08-152-150/+178
* Rename YV12 to I420.Chih-Chung Chang2011-08-083-24/+24
* 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
* Remove hard-coded requirement for number of buffers.Chih-Chung Chang2011-07-201-91/+238
* Fix 4973565: implement getFormat() like Ie534e2660b0de2c3ac697b4e1f61e3aaf2c4...Chih-Chung Chang2011-07-121-11/+14
* Fix of issue 4973565 Cannot export movie.Rajneesh Chowdury2011-07-071-45/+165
* Merge "add private copy constructor and assignment operator to four media sou...James Dong2011-07-014-70/+53
|\