1. fc7992b Move libnbaio out of AudioFlinger by Glenn Kasten · 12 years ago
  2. 76d46c5 am 4348cbce: am 67f694d6: Merge "Initialize pool\'s buffer pointers to null." by Jean-Baptiste Queru · 12 years ago
  3. 28b76b3 Use audio_channel_mask_t for channel mask by Glenn Kasten · 12 years ago
  4. 9d8e55c Initialize pool's buffer pointers to null. by Truls Bengtsson · 12 years ago
  5. 53f69c1 Fixed a video editor crash due to "divided by 0" by James Dong · 12 years ago
  6. 1e5b2b3 Update ANativeWindow client code for sync by Jamie Gennis · 12 years ago
  7. 4832fed Add NOTICE and MODULE_LICENSE_APATCH2 to libvideoeditor by James Dong · 12 years ago
  8. 3e1e78c Fix green or corrupted video frames in the exported movies by James Dong · 12 years ago
  9. cafc53c Fix another buffer overflow issue by James Dong · 12 years ago
  10. 83410a8 Avoid prematurely terminating parsing when some track only has a single access unit by James Dong · 12 years ago
  11. a86c809 Remove libvideoeditor_jni.so's dependency on static libs in video editor engine by James Dong · 12 years ago
  12. 18793d7 Revert "Remove libvideoeditor_jni.so's dependency on static libs in video editor engine" by James Dong · 12 years ago
  13. 1af1f6a Remove libvideoeditor_jni.so's dependency on static libs in video editor engine by James Dong · 12 years ago
  14. 6f9add8 remove dependency on SurfaceTexture::connect() by Mathias Agopian · 12 years ago
  15. 1948eb3 Add support for deep audio buffers by Eric Laurent · 13 years ago
  16. 0ca3cf9 rename audio policy output flags by Eric Laurent · 13 years ago
  17. 4110c10 Add gapless playback support for NuPlayer by Marco Nelissen · 13 years ago
  18. 559bf28 AV Android make files changes by James Dong · 13 years ago
  19. 51f8eec Resolve undesirable dependency of /frameworks/av/libvideoeditor on /frameworks/base/media/jni by James Dong · 13 years ago
  20. ecb3110 Make file change because libvideoeditor source files moved by James Dong · 13 years ago
  21. 16252eb Add libmedia_native by Glenn Kasten · 13 years ago
  22. c1e3ed1 Fix LOCAL_C_INCLUDES and correct #include syntax by Glenn Kasten · 13 years ago
  23. 39485a9 Prepare frameworks/native/services/audioflinger by Glenn Kasten · 13 years ago
  24. b240013 Switched to use header files in /frameworks/native by James Dong · 13 years ago
  25. 0224845 Swtched to use header file in /frameworks/native by James Dong · 13 years ago
  26. 75dd175 Merge "Refactored MediaBufferPuller class from VideoEditorVideoEncoder class" by James Dong · 13 years ago
  27. 18f1ff3 Update build dependency on AudioMixer header by Jean-Michel Trivi · 13 years ago
  28. 09e1ef2 Use audio_policy_output_flags_t consistently by Glenn Kasten · 13 years ago
  29. 427e380 Refactored MediaBufferPuller class from VideoEditorVideoEncoder class by James Dong · 13 years ago
  30. 8162c1a Set channel mask when opening audio sink by Jean-Michel Trivi · 13 years ago
  31. 90b6191 fix location of libgui headers by Mathias Agopian · 13 years ago
  32. ff63ae3 remove dependency on android_native_buffer.h by Mathias Agopian · 13 years ago
  33. 7719f63 Update method sigs. by John Grossman · 13 years ago
  34. 49f0004 Merge "Move away from MediaDebug and use ADebug instead" by James Dong · 13 years ago
  35. ff65330 Fix green frame issue by James Dong · 13 years ago
  36. c4689fa Move away from MediaDebug and use ADebug instead by James Dong · 13 years ago
  37. 0a684cc Removed unnecessary memset before an immediate memcpy by James Dong · 13 years ago
  38. 8c31ae0 Use AACEncoder instead of OMX-based AAC software encoder to workaround issues in the video editor engine by James Dong · 13 years ago
  39. 3d2d40a Clean up VideoEditorPreviewController class part one: by James Dong · 13 years ago
  40. 2985773 Merge "Fix an error to deal with 0-size nal units in some AVC files" by James Dong · 13 years ago
  41. c84b947 Fix an error to deal with 0-size nal units in some AVC files by James Dong · 13 years ago
  42. 3bd4559 Clean up VideoEditorGBAudioProcessing by James Dong · 13 years ago
  43. 5ddfbe7 Merge "AudioPlayerBase and VideoEditorAudioPlayer class design is incorrect." by James Dong · 13 years ago
  44. eedda30 Fix an error that missed an "=" for equality in an if statement by James Dong · 13 years ago
  45. 727f9e1 AudioPlayerBase and VideoEditorAudioPlayer class design is incorrect. by James Dong · 13 years ago
  46. 6f9028e Merge "More source code Clean up in video editor engine" by James Dong · 13 years ago
  47. ed6269f Don't allow evil constructors in VideoEditorBGAudioProcessing by James Dong · 13 years ago
  48. 00f742c More source code Clean up in video editor engine by James Dong · 13 years ago
  49. 7a4097c Fix two typos in the defined frequency enums by James Dong · 13 years ago
  50. 4a10894 Merge "Use audio_stream_type_t consistently" by Glenn Kasten · 13 years ago
  51. 813c101 Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  52. daeb5b3 Remove streaming related logic from preview player. by James Dong · 13 years ago
  53. 8dcbd11 Use audio_format_t consistently by Glenn Kasten · 13 years ago
  54. c0f8fbe Remove unnecessary drm handling logic in PreviewPlayerBase class by James Dong · 13 years ago
  55. f8bd29c Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  56. e70ff37 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  57. ec9e663 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  58. 4ca06b0 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  59. 7bdbbc7 ditherAndClamp from libaudioutils not AudioMixer by Glenn Kasten · 13 years ago
  60. 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 · 13 years ago
  61. 00b82d3 Fix for issue 5490443 Native crash while exporting a video by Hong Teng · 13 years ago
  62. 6f26d10 am 8e611132: Fix for 5638097 KenBurn generation time increased from 19 secs to 30 secs by Hong Teng · 13 years ago
  63. c8d53b6 Fix for 5638097 KenBurn generation time increased from 19 secs to 30 secs by Hong Teng · 13 years ago
  64. 83a4cc4 resolved conflicts for merge of fbb122bf to master by Chih-Chung Chang · 13 years ago
  65. 482cedd Merge "Fix 5607624: Native crash in movie studio while previewing the movie" into ics-mr1 by Chih-Chung Chang · 13 years ago
  66. 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 · 13 years ago
  67. 2db7671 Fix 5607624: Native crash in movie studio while previewing the movie by Chih-Chung Chang · 13 years ago
  68. 72425b1 Fix for issue 5309336 by Hong Teng · 13 years ago
  69. 2703f23 Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  70. e20c2c1 am f23f7257: Merge "Fix for 5477832 Movie Studio crash when trying to import the attached h263 file." into ics-mr0 by James Dong · 13 years ago
  71. a6fa59c Merge "Fix for 5477832 Movie Studio crash when trying to import the attached h263 file." into ics-mr0 by James Dong · 13 years ago
  72. ee0ef8b am 52da22e1: Fix for 5234840 Corrupted frames in transition by Hong Teng · 13 years ago
  73. c65d276 Fix for 5234840 Corrupted frames in transition by Hong Teng · 13 years ago
  74. 799de64 Fix for 5477832 Movie Studio crash when trying to import the attached h263 file. by Rajneesh Chowdury · 13 years ago
  75. b3c0655 am 71184927: Fix for 5154138 Titles are not aligned properly in a exported movie from Movie Studio Apply frame effect(overlay) after rendering mode was done by Hong Teng · 13 years ago
  76. eac28ab Fix for 5154138 Titles are not aligned properly in a exported movie from Movie Studio by Hong Teng · 13 years ago
  77. 4a4a8f0 Remove RTSP support from libvideoeditor's PreviewPlayer... by Andreas Huber · 13 years ago
  78. 2534acb Merge "Fix for 5369981 Native crash : testPreviewWithEndAudioTrack functional test." by Hong Teng · 13 years ago
  79. e018023 Fix for 5369981 Native crash : testPreviewWithEndAudioTrack functional test. by Hong Teng · 13 years ago
  80. 93d4a21 Video editor incorrectly rejects videos that could be supported by the HW decoder by James Dong · 13 years ago
  81. eaf349a Fix for 5205420 compression domain trimming fallback mechanism by Rajneesh Chowdury · 13 years ago
  82. 738a662 Fix for 5274212 Transition clip contains more video frames from 1 video clip than the other by Rajneesh Chowdury · 13 years ago
  83. 547a4ff Merge "Fix for 5247764 profile and level settings are not always correctly set" by Rajneesh Chowdury · 13 years ago
  84. 276adbc Fix for bug 5255159 Cannot play exported movie from Movie Studio by Rajneesh Chowdury · 13 years ago
  85. 95651eb Fix for 5247764 profile and level settings are not always correctly set by Rajneesh Chowdury · 13 years ago
  86. 816cd5a Fix for by Hong Teng · 13 years ago
  87. d94b927 Enable some logs to debug 5195693. by Chih-Chung Chang · 13 years ago
  88. e02eee1 Fix 5240036: We didn't handle the 1920x1080 resolution. by Chih-Chung Chang · 13 years ago
  89. e9eec0e Fix for 5156702 Rotate video output for thumbnails and export by Rajneesh Chowdury · 13 years ago
  90. dac2f05 Merge "Fix 5200858: we need to pass timestamp to render correct frames." by Chih-Chung Chang · 13 years ago
  91. d125366 Fix 5200858: we need to pass timestamp to render correct frames. by Chih-Chung Chang · 13 years ago
  92. a007d50 Merge "Fix 5123908: Native crash rewinding movie" by Chih-Chung Chang · 13 years ago
  93. 5f9cd08 Fix 5212886: free the reader after freeing decoders. by Chih-Chung Chang · 13 years ago
  94. 072be1e Fix 5200962: Handle 0-length buffers from OMXCodec and drop it. by Chih-Chung Chang · 13 years ago
  95. aef59c5 Fix 5180429: Initialize native window transform to 0. by Chih-Chung Chang · 13 years ago
  96. 16ecf76 Fix for 5151331 [CRESPO] testPerformanceExport failed by Rajneesh Chowdury · 13 years ago
  97. 3d974e7 Fix 5123908: Native crash rewinding movie by Chih-Chung Chang · 13 years ago
  98. 0a25bd5 Fix for 4142219 Don't hard code platform-specific limitations. by Rajneesh Chowdury · 13 years ago
  99. f80b313 Fix 5115581: Native crash while importing audio track by Chih-Chung Chang · 13 years ago
  100. b3626dd Speed up thumbnail generation. by Chih-Chung Chang · 13 years ago