1. ecba748 Add liblog by Ying Wang · 11 years ago
  2. 0c37f9d GraphicBufferSource fixes by Andy McFadden · 11 years ago
  3. ba6218e Correct MediaCodec + Surface behavior by Andy McFadden · 11 years ago
  4. f779bb5 Implement Surface input to MediaCodec. by Andy McFadden · 11 years ago
  5. b6cd379 Add OMX.google.vpx.encoder by James Dong · 11 years ago
  6. 1c80821 Make codecs reconfigurable by Marco Nelissen · 12 years ago
  7. 2ed5cf0 Add GSM 6.10 decoder by Marco Nelissen · 12 years ago
  8. fa0e033 ALooper::GetNowUs() now relies on systemTime instead of gettimeofday. by Andreas Huber · 12 years ago
  9. 51d7547 Only emit padding at the end of the stream in the aac and mp3 decoders by Andreas Huber · 12 years ago
  10. 45dfb6a Synchronize access to OMX class member variables by Haynes Mathew George · 12 years ago
  11. 3d51d5c Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ by James Dong · 12 years ago
  12. 2f74ef3 OMX IL wrapper for FLAC encoder by Jean-Michel Trivi · 12 years ago
  13. b78ff5f Fix assertion triggered when mediaserver dies at roughly the same by Andreas Huber · 12 years ago
  14. 1700744 Software MPEG4/H263 video encoder is now OMX-based by James Dong · 12 years ago
  15. 5c61b36 Software AVC encoder is now OMX-based by James Dong · 12 years ago
  16. ecdd39c Implementation of a raw audio "decoder". by Andreas Huber · 12 years ago
  17. 559bf28 AV Android make files changes by James Dong · 12 years ago
  18. 3ee2694 Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files. by James Dong · 12 years ago
  19. cc3190b Remove obsolete OMXComponentBase class by Andreas Huber · 12 years ago
  20. 6c6b4d0 Switched to use the header files in /frameworks/native by James Dong · 12 years ago
  21. f1d5aa1 Move away from MediaDebug and use ADebug instead by James Dong · 12 years ago
  22. 914b333 Merge "Removed a loop for buffer lookup" by James Dong · 12 years ago
  23. 9281708 Removed a loop for buffer lookup by James Dong · 12 years ago
  24. 83f70f4 The AMR WB software encoder is now an OMX component. by Andreas Huber · 12 years ago
  25. 2523530 The software AMR NB encoder is now an OMX component. by Andreas Huber · 12 years ago
  26. 2af955b Merge "add tests module tag to omx_tests" by James Dong · 12 years ago
  27. 8a0f85f add tests module tag to omx_tests by James Dong · 12 years ago
  28. d459b48 Slighly improve the API to discover if the OMX stack is running in the local by Andreas Huber · 12 years ago
  29. 2b1892d The software AAC encoder is now an OMX component. by Andreas Huber · 12 years ago
  30. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  31. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  32. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  33. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  34. b1d666f Stagefright: idle OMX after ANW errors by Jamie Gennis · 13 years ago
  35. 078cfcf Various improvements to nuplayer playback by Andreas Huber · 13 years ago
  36. 2edd415 Merge "Remove useAndroidNativeBuffer(2) warning message." by Chih-Chung Chang · 13 years ago
  37. 2e17686 Remove useAndroidNativeBuffer(2) warning message. by Chih-Chung Chang · 13 years ago
  38. a0dac9e Stagefright: fix a compiler warning by Jamie Gennis · 13 years ago
  39. 673aebf libstagefright: add destroyOMXPlugin and use C linkage for symbols by Iliyan Malchev · 13 years ago
  40. 2e460c5 Remove PV AVC decoder by James Dong · 13 years ago
  41. 40d76d7 Bug 5031179 possible fix for assert in join by Glenn Kasten · 13 years ago
  42. 0ee92ff Merge "OMX CallbackDispatcher uses C++ Thread not pthread" by Glenn Kasten · 13 years ago
  43. ca9718b OMX CallbackDispatcher uses C++ Thread not pthread by Glenn Kasten · 13 years ago
  44. 5e0067b Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  45. 078f12e Update paths to test content used to run the omx_tests. by Andreas Huber · 13 years ago
  46. c5a57ef Stagefright: add support for gralloc OMX_UseBuffer. by Anu Sundararajan · 13 years ago
  47. 81eacb8 Log an error instead of asserting if the OMX plugin reports an error. by Andreas Huber · 13 years ago
  48. b8e9897 Remove unneeded #include <sys/resource.h> by Glenn Kasten · 13 years ago
  49. 86106f8 Bug 4608375 by Glenn Kasten · 13 years ago
  50. 0c1bc74 Initial-checkin for ON2 Software AVC/H264 decoder by James Dong · 13 years ago
  51. 5a65e30 Make sure all references to the decoder plugin are accounted for by Andreas Huber · 13 years ago
  52. f2af5a2 Make sure the software mpeg4 decoder supports multiple input frames per input buffer by Andreas Huber · 13 years ago
  53. bbba88c Squashed commit of the following: by Andreas Huber · 13 years ago
  54. a488c7d Fix omx_tests to no longer refer to test files that are no longer available. by Andreas Huber · 13 years ago
  55. 0c03d5c Ignore OMX codec messages once we're in ERROR state. by Andreas Huber · 13 years ago
  56. e2ce645 Add an OMX IL API for querying buffer usage flags. by Jamie Gennis · 13 years ago
  57. 43e5eca More instrumentation to track down the hardware decoder not shutting down bug. by Andreas Huber · 13 years ago
  58. 14c858e Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold the last reference of OMXCodec object by James Dong · 14 years ago
  59. f5ab57c Squashed commit of the following: by Andreas Huber · 14 years ago
  60. 0a5ca66 Remove all traces of legacy renderer support in stagefright. by Andreas Huber · 14 years ago
  61. e870772 OMX extension to support storing meta data in video input buffers during recording by James Dong · 14 years ago
  62. 8ac0cb9 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  63. 56cfa23 Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  64. 9fb467e Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs. by Andreas Huber · 14 years ago
  65. 079cc2e Merge "Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs." into gingerbread by Andreas Huber · 14 years ago
  66. 3cc8eb6 Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs. by Andreas Huber · 14 years ago
  67. 979d233 am 7bc600cb: am f98197a7: Make sure the message dispatcher stays around until after OMX_FreeHandle is finished in case it posts some more messages during shutdown. Clear the source as soon as possible in OMXCodec\'s destructor. by Andreas Huber · 14 years ago
  68. 00998fb Make sure the message dispatcher stays around until after OMX_FreeHandle is finished in case it posts some more messages during shutdown. Clear the source as soon as possible in OMXCodec's destructor. by Andreas Huber · 14 years ago
  69. 83750ea Add the new Stagefright ANativeWindow OMX codec API. by Jamie Gennis · 14 years ago
  70. 9f2d258 Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API."" by Jamie Gennis · 14 years ago
  71. 559dc60 Add the new Stagefright ANativeWindow OMX codec API. by Jamie Gennis · 14 years ago
  72. 5daeb12 Squashed commit of the following: by Andreas Huber · 14 years ago
  73. f012818 Make sure the OMX callback thread is properly shutdown after the node goes away. by Andreas Huber · 14 years ago
  74. 608d77b Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  75. 1629399 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 14 years ago
  76. 78d2644 This patch enables each omx instance to have a separate message dispatcher, and by James Dong · 14 years ago
  77. 71ec1d3 am 2a1674b1: am 2d315667: For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  78. 77356c3 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  79. 03b268e Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  80. 1c6ceba Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, followed by a linear read on the second iteration. by Andreas Huber · 14 years ago
  81. 2a3847e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 14 years ago
  82. fa71449 Fixing the sim build. by Andreas Huber · 14 years ago
  83. 52e71f8 Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load by Andreas Huber · 14 years ago
  84. 36efe50 Properly unload the renderer shared library after the renderer goes away. by Andreas Huber · 14 years ago
  85. 0d681df During shutdown, don't loop forever on a state transition to OMX_StateInvalid. by Andreas Huber · 14 years ago
  86. b93ad64 When the extractor is not able to be created successfully, don't crash by James Dong · 14 years ago
  87. 867d2f6 Simplify the MemoryDealer implementation by Mathias Agopian · 14 years ago
  88. 5561ccf Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 14 years ago
  89. 213addf The qcom OMX video decoders do not allocate output buffer memory at the time OMX_AllocateBuffer is called, wait until we received the first FILL_BUFFER_DONE notification until we rely on the buffer data ptr. by Andreas Huber · 14 years ago
  90. 570a3cb Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 15 years ago
  91. 7eaa9c9 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 15 years ago
  92. 8fd10b7 Merge "Remove totally unused code from OMX.cpp" by Andreas Huber · 15 years ago
  93. 81dbf71 Remove totally unused code from OMX.cpp by Andreas Huber · 15 years ago
  94. ab13003 Make sure the seek test attempts to seek on the very first iteration, as this appears to be a special case that decoders frequently get wrong. by Andreas Huber · 15 years ago
  95. a17e2b9 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  96. 134ee6a Squashed commit of the following: by Andreas Huber · 15 years ago
  97. 8ae1d0b Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin. by Andreas Huber · 15 years ago
  98. 733b772 AwesomePlayer now renders either remote (IOMXRenderer) or locally depending on what kind of decoder was instantiated. Split off color conversion code into its own shared library. by Andreas Huber · 15 years ago
  99. d9618f2 Initial checkin of stagefright MP3 audio decoder based on PV source code. by Andreas Huber · 15 years ago
  100. f0fb96c Enable proper cleanup of OMX nodes managed through stagefright. by Andreas Huber · 15 years ago