1. 4832fed Add NOTICE and MODULE_LICENSE_APATCH2 to libvideoeditor by James Dong · 13 years ago
  2. 3e1e78c Fix green or corrupted video frames in the exported movies by James Dong · 13 years ago
  3. cafc53c Fix another buffer overflow issue by James Dong · 13 years ago
  4. 83410a8 Avoid prematurely terminating parsing when some track only has a single access unit by James Dong · 13 years ago
  5. a86c809 Remove libvideoeditor_jni.so's dependency on static libs in video editor engine by James Dong · 13 years ago
  6. 18793d7 Revert "Remove libvideoeditor_jni.so's dependency on static libs in video editor engine" by James Dong · 13 years ago
  7. 1af1f6a Remove libvideoeditor_jni.so's dependency on static libs in video editor engine by James Dong · 13 years ago
  8. 559bf28 AV Android make files changes by James Dong · 14 years ago
  9. 51f8eec Resolve undesirable dependency of /frameworks/av/libvideoeditor on /frameworks/base/media/jni by James Dong · 14 years ago
  10. ecb3110 Make file change because libvideoeditor source files moved by James Dong · 14 years ago
  11. c1e3ed1 Fix LOCAL_C_INCLUDES and correct #include syntax by Glenn Kasten · 14 years ago
  12. 39485a9 Prepare frameworks/native/services/audioflinger by Glenn Kasten · 14 years ago
  13. b240013 Switched to use header files in /frameworks/native by James Dong · 14 years ago
  14. 0224845 Swtched to use header file in /frameworks/native by James Dong · 14 years ago
  15. 75dd175 Merge "Refactored MediaBufferPuller class from VideoEditorVideoEncoder class" by James Dong · 14 years ago
  16. 18f1ff3 Update build dependency on AudioMixer header by Jean-Michel Trivi · 14 years ago
  17. 427e380 Refactored MediaBufferPuller class from VideoEditorVideoEncoder class by James Dong · 14 years ago
  18. 7719f63 Update method sigs. by John Grossman · 14 years ago
  19. 49f0004 Merge "Move away from MediaDebug and use ADebug instead" by James Dong · 14 years ago
  20. ff65330 Fix green frame issue by James Dong · 14 years ago
  21. c4689fa Move away from MediaDebug and use ADebug instead by James Dong · 14 years ago
  22. 8c31ae0 Use AACEncoder instead of OMX-based AAC software encoder to workaround issues in the video editor engine by James Dong · 14 years ago
  23. c84b947 Fix an error to deal with 0-size nal units in some AVC files by James Dong · 14 years ago
  24. eedda30 Fix an error that missed an "=" for equality in an if statement by James Dong · 14 years ago
  25. 7a4097c Fix two typos in the defined frequency enums by James Dong · 14 years ago
  26. f8bd29c Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  27. e70ff37 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  28. ec9e663 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 14 years ago
  29. 7bdbbc7 ditherAndClamp from libaudioutils not AudioMixer by Glenn Kasten · 14 years ago
  30. 51ecb2e am 38ca8aaf: Fix for issue 5490443 Native crash while exporting a video Handle the decoder error case, this modification is to fix the native crash. by Hong Teng · 14 years ago
  31. 00b82d3 Fix for issue 5490443 Native crash while exporting a video by Hong Teng · 14 years ago
  32. 6f26d10 am 8e611132: Fix for 5638097 KenBurn generation time increased from 19 secs to 30 secs by Hong Teng · 14 years ago
  33. c8d53b6 Fix for 5638097 KenBurn generation time increased from 19 secs to 30 secs by Hong Teng · 14 years ago
  34. 3b8c047 am 811c53c5: Fix for issue 5309336 -add videoeditor maximum prefetch YUV frames in media_profiles.xml to limit the total memory usage. by Hong Teng · 14 years ago
  35. 72425b1 Fix for issue 5309336 by Hong Teng · 14 years ago
  36. 2703f23 Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  37. a6fa59c Merge "Fix for 5477832 Movie Studio crash when trying to import the attached h263 file." into ics-mr0 by James Dong · 14 years ago
  38. c65d276 Fix for 5234840 Corrupted frames in transition by Hong Teng · 14 years ago
  39. 799de64 Fix for 5477832 Movie Studio crash when trying to import the attached h263 file. by Rajneesh Chowdury · 14 years ago
  40. eac28ab Fix for 5154138 Titles are not aligned properly in a exported movie from Movie Studio by Hong Teng · 14 years ago
  41. 93d4a21 Video editor incorrectly rejects videos that could be supported by the HW decoder by James Dong · 14 years ago
  42. eaf349a Fix for 5205420 compression domain trimming fallback mechanism by Rajneesh Chowdury · 14 years ago
  43. 738a662 Fix for 5274212 Transition clip contains more video frames from 1 video clip than the other by Rajneesh Chowdury · 14 years ago
  44. 547a4ff Merge "Fix for 5247764 profile and level settings are not always correctly set" by Rajneesh Chowdury · 14 years ago
  45. 276adbc Fix for bug 5255159 Cannot play exported movie from Movie Studio by Rajneesh Chowdury · 14 years ago
  46. 95651eb Fix for 5247764 profile and level settings are not always correctly set by Rajneesh Chowdury · 14 years ago
  47. 816cd5a Fix for by Hong Teng · 14 years ago
  48. e02eee1 Fix 5240036: We didn't handle the 1920x1080 resolution. by Chih-Chung Chang · 14 years ago
  49. e9eec0e Fix for 5156702 Rotate video output for thumbnails and export by Rajneesh Chowdury · 14 years ago
  50. d125366 Fix 5200858: we need to pass timestamp to render correct frames. by Chih-Chung Chang · 14 years ago
  51. 5f9cd08 Fix 5212886: free the reader after freeing decoders. by Chih-Chung Chang · 14 years ago
  52. 072be1e Fix 5200962: Handle 0-length buffers from OMXCodec and drop it. by Chih-Chung Chang · 14 years ago
  53. 16ecf76 Fix for 5151331 [CRESPO] testPerformanceExport failed by Rajneesh Chowdury · 14 years ago
  54. 0a25bd5 Fix for 4142219 Don't hard code platform-specific limitations. by Rajneesh Chowdury · 14 years ago
  55. f80b313 Fix 5115581: Native crash while importing audio track by Chih-Chung Chang · 14 years ago
  56. b3626dd Speed up thumbnail generation. by Chih-Chung Chang · 14 years ago
  57. 7b0a960 Merge "Fix for 4132872 inefficient export logic." by Rajneesh Chowdury · 14 years ago
  58. 6e779fd Fix for 4132872 inefficient export logic. by Rajneesh Chowdury · 14 years ago
  59. 2aa01fd Rename YV12 to I420. by Chih-Chung Chang · 14 years ago
  60. 2d461d4 Fix for 5083973 M4VSS3GPP_editCleanUp called twice problem. by Rajneesh Chowdury · 14 years ago
  61. 76cdb30 Remove unnecessary encoder input format check. by Chih-Chung Chang · 14 years ago
  62. 7efb8ef Add YV12 color converter interface for VideoEditor. by Chih-Chung Chang · 14 years ago
  63. abb85fd Clear buffer lists in stop() so we won't free the buffers again. Bug: 5073626 by Chih-Chung Chang · 14 years ago
  64. 8a1f7cc Fix for issue 5055001 Movie studio is unusable after importing music by Rajneesh Chowdury · 14 years ago
  65. f3fd943 Merge "Remove hard-coded requirement for number of buffers." by Chih-Chung Chang · 14 years ago
  66. 8806b70 fix for issue 4142219 Don't hard code platform-specific limitations engine part. by Hong Teng · 14 years ago
  67. 1b37de2 Remove hard-coded requirement for number of buffers. by Chih-Chung Chang · 14 years ago
  68. 3346557 Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 14 years ago
  69. 2dade01 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  70. 6d56630 Fix 4973565: implement getFormat() like Ie534e2660b0de2c3ac697b4e1f61e3aaf2c4cffe. by Chih-Chung Chang · 14 years ago
  71. bc8e52d Fix of issue 4973565 Cannot export movie. by Rajneesh Chowdury · 14 years ago
  72. b13adac Merge "add private copy constructor and assignment operator to four media source classes" by James Dong · 14 years ago
  73. e946f0b add private copy constructor and assignment operator to four media source classes by James Dong · 14 years ago
  74. 7dbd2c4 Remove curtain effects (they are unused). by Chih-Chung Chang · 14 years ago
  75. 9969866 Make line-ending consistent (unix style). by Chih-Chung Chang · 14 years ago
  76. 9dd21dd Simplified regulBitRate() method and fixed a copy and paste error in stop() method by James Dong · 14 years ago
  77. 67b47c9 Merge "Fix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, &lastBufferTimeUs) fails" by Rajneesh Chowdury · 14 years ago
  78. 01158ea Fix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, &lastBufferTimeUs) fails by Rajneesh Chowdury · 14 years ago
  79. 9540d81 Fix for issue 4949999 getFormat() returns NULL by Rajneesh Chowdury · 14 years ago
  80. efc2e42 Fix copy and paste errors for mime type strings in the 3GP reader by James Dong · 14 years ago
  81. b5c7784 Fix for: 4676350 Do not use dual copyright declaration for video editor code by Thomas Le Guevel · 14 years ago
  82. aa382f3 Fix for issue 4035003 Support for 64 bit datatype by hongteng · 15 years ago
  83. e84b6c0 Fix a typo in filename "M4ChannelCoverter.c" by James Dong · 15 years ago
  84. 0a389ab Fix for issue 3385135 "source code cleanup" engine part by hongteng · 15 years ago
  85. 3b25fdc Fix for issue 3385135 "source code cleanup" engine part by hongteng · 15 years ago
  86. 694816d Fix for issue 4133431 "Remove OSAL layer" in engine part by Shyam Pallapothu · 15 years ago
  87. 32ed3f4 Fix for issue 4133431 "Remove OSAL layer" in engine part by Shyam Pallapothu · 15 years ago
  88. 947721b Fix for issue 4133431 "Remove OSAL layer" in engine part by Dheeraj Sharma · 15 years ago
  89. d9789f2 replace libsurfaceflinger_client by libgui by Mathias Agopian · 15 years ago
  90. 68e98a2 frameworks/media/libvideoeditor: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 15 years ago
  91. 2cdb215 Remove unused LOCAL_LDFLAGS by Ying Wang · 15 years ago
  92. 1dd524b Fix for issue 3453519: do not allow editing of DRM protected contents by Santosh Madhava · 15 years ago
  93. 100d018 Fix for issue 3371667: fix source code compilation warnings(Moved from master) by Basavapatna Dattaguru · 15 years ago
  94. d67e9da VideoEditor: Issue ID: 3371667: Fix Set1 by Basavapatna Dattaguru · 15 years ago
  95. 63754a7 VideoEditor:Issue:3431967: Memory leak in Export case by Basavapatna Dattaguru · 15 years ago
  96. f84f29a Merge "VideoEditor: Issue ID:3431967 : MemLeak with Invalid input" by Basavapatna Dattaguru · 15 years ago
  97. ac9dde5 Fixed issue 3421896 Slide transition causes images to jump in exported movie playback by Danny Fernandes · 15 years ago
  98. b6c5713 VideoEditor: Issue ID:3431967 : MemLeak with Invalid input by Basavapatna Dattaguru · 15 years ago
  99. d983902 Merge "Fix issue 3457629 FIle loads but does not play" by Danny Fernandes · 15 years ago
  100. f21b91e Fix issue 3457629 FIle loads but does not play by Danny Fernandes · 15 years ago