1. 8e9d67a Move away from MediaDebug and use ADebug instead by James Dong · 12 years ago
  2. 72a52e7 Merge "Removed a loop for buffer lookup" by James Dong · 12 years ago
  3. 99b252a4 Removed a loop for buffer lookup by James Dong · 12 years ago
  4. ca97d6b The AMR WB software encoder is now an OMX component. by Andreas Huber · 12 years ago
  5. 9dd295a The software AMR NB encoder is now an OMX component. by Andreas Huber · 12 years ago
  6. 324e93f Merge "add tests module tag to omx_tests" by James Dong · 12 years ago
  7. 2309868 add tests module tag to omx_tests by James Dong · 12 years ago
  8. f6b4ca4 Slighly improve the API to discover if the OMX stack is running in the local by Andreas Huber · 12 years ago
  9. afe02df The software AAC encoder is now an OMX component. by Andreas Huber · 12 years ago
  10. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  11. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  12. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  13. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 6607b39 Stagefright: idle OMX after ANW errors by Jamie Gennis · 13 years ago
  15. 115cac8 Various improvements to nuplayer playback by Andreas Huber · 13 years ago
  16. 8598e57 Merge "Remove useAndroidNativeBuffer(2) warning message." by Chih-Chung Chang · 13 years ago
  17. b6769fc Remove useAndroidNativeBuffer(2) warning message. by Chih-Chung Chang · 13 years ago
  18. 35c6ec2 Stagefright: fix a compiler warning by Jamie Gennis · 13 years ago
  19. bbe9cb4 libstagefright: add destroyOMXPlugin and use C linkage for symbols by Iliyan Malchev · 13 years ago
  20. d2a9852 Remove PV AVC decoder by James Dong · 13 years ago
  21. 2c751a8 Bug 5031179 possible fix for assert in join by Glenn Kasten · 13 years ago
  22. d86934a Merge "OMX CallbackDispatcher uses C++ Thread not pthread" by Glenn Kasten · 13 years ago
  23. d28848b OMX CallbackDispatcher uses C++ Thread not pthread by Glenn Kasten · 13 years ago
  24. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  25. 1ef4c19 Update paths to test content used to run the omx_tests. by Andreas Huber · 13 years ago
  26. 3db9f38 Stagefright: add support for gralloc OMX_UseBuffer. by Anu Sundararajan · 13 years ago
  27. 2746264 Log an error instead of asserting if the OMX plugin reports an error. by Andreas Huber · 13 years ago
  28. 79cd8ba Remove unneeded #include <sys/resource.h> by Glenn Kasten · 13 years ago
  29. 1d24aaa Bug 4608375 by Glenn Kasten · 13 years ago
  30. bebc99d Initial-checkin for ON2 Software AVC/H264 decoder by James Dong · 13 years ago
  31. 54802de Make sure all references to the decoder plugin are accounted for by Andreas Huber · 13 years ago
  32. 60a3cb8 Make sure the software mpeg4 decoder supports multiple input frames per input buffer by Andreas Huber · 13 years ago
  33. 4b3913a Squashed commit of the following: by Andreas Huber · 13 years ago
  34. e23a392 Fix omx_tests to no longer refer to test files that are no longer available. by Andreas Huber · 13 years ago
  35. 3a28b02 Ignore OMX codec messages once we're in ERROR state. by Andreas Huber · 13 years ago
  36. e6befb8 Add an OMX IL API for querying buffer usage flags. by Jamie Gennis · 13 years ago
  37. 06be3b1 More instrumentation to track down the hardware decoder not shutting down bug. by Andreas Huber · 13 years ago
  38. 681e89c Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold the last reference of OMXCodec object by James Dong · 14 years ago
  39. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  40. c23dabf Remove all traces of legacy renderer support in stagefright. by Andreas Huber · 14 years ago
  41. 387e38d OMX extension to support storing meta data in video input buffers during recording by James Dong · 14 years ago
  42. 5582cc3 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  43. a4f391c Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  44. 9c37da7 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
  45. f5a8f2f 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
  46. 583df4f 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
  47. 0a5dd10 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
  48. f98197a 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
  49. 33a7814 Add the new Stagefright ANativeWindow OMX codec API. by Jamie Gennis · 14 years ago
  50. 2198d75 Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API."" by Jamie Gennis · 14 years ago
  51. dab357b Add the new Stagefright ANativeWindow OMX codec API. by Jamie Gennis · 14 years ago
  52. e3c0183 Squashed commit of the following: by Andreas Huber · 14 years ago
  53. 6615def Make sure the OMX callback thread is properly shutdown after the node goes away. by Andreas Huber · 14 years ago
  54. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  55. fb41d59 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 14 years ago
  56. c52ced0 This patch enables each omx instance to have a separate message dispatcher, and by James Dong · 14 years ago
  57. ebd2890 am 2a1674b1: am 2d315667: For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  58. 2d31566 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  59. 71c27d9 Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  60. d928200 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
  61. 2a09c7e 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
  62. 122ff04 Fixing the sim build. by Andreas Huber · 14 years ago
  63. 98b2956 Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load by Andreas Huber · 14 years ago
  64. 078f7f0 Properly unload the renderer shared library after the renderer goes away. by Andreas Huber · 14 years ago
  65. 9f4557e During shutdown, don't loop forever on a state transition to OMX_StateInvalid. by Andreas Huber · 14 years ago
  66. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 14 years ago
  67. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 14 years ago
  68. 433c9ac Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 14 years ago
  69. 52733b8 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
  70. c712b9f Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 14 years ago
  71. f1fe064 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 15 years ago
  72. 0d41be3 Merge "Remove totally unused code from OMX.cpp" by Andreas Huber · 14 years ago
  73. fed1a1c Remove totally unused code from OMX.cpp by Andreas Huber · 15 years ago
  74. f91f1b4 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
  75. 5038c78 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  76. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  77. c7e91ee 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
  78. 1314e73 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
  79. 250f243 Initial checkin of stagefright MP3 audio decoder based on PV source code. by Andreas Huber · 15 years ago
  80. fef6435 Enable proper cleanup of OMX nodes managed through stagefright. by Andreas Huber · 15 years ago
  81. 85e5d39 Two more uses of strlcpy that break the sim build. Now fixed. by Andreas Huber · 15 years ago
  82. 805cc70 Apparently strlcpy is not part of a standard linux distribution... Unbreaking the sim build. by Andreas Huber · 15 years ago
  83. b0caf94 Squashed commit of the following: by Andreas Huber · 15 years ago
  84. d0f3228 resolved conflicts for merge of c66d53f9 to eclair-mr2 by Andreas Huber · 15 years ago
  85. c8d7c14 Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor. by Andreas Huber · 15 years ago
  86. 9a50fdf Handle OMX_StateInvalid in emergency shutdown properly (by ignoring it and hoping for the best) instead of asserting. by Andreas Huber · 15 years ago
  87. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  88. d6e54a9 am 338ccf43: Merge change Id2906ad8 into eclair by Andreas Huber · 15 years ago
  89. d2906ad Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem. by Andreas Huber · 15 years ago
  90. 3085c83 When freeing an OMX node, attempt to transition it from its current state all the way to "Loaded" in order to properly free any allocated buffers. by Andreas Huber · 15 years ago
  91. ad28543 Make stagefright a little less verbose. Fix heap corruption for real. by Andreas Huber · 15 years ago
  92. cb64cd2 Still don't know why the heap gets corrupted, but not deleting the OMXNodeInstance appears to prevent this from happening. by Andreas Huber · 15 years ago
  93. f16a0b7 do not merge: The qcom video decoders always output yuv data after adjusting dimensions to be a multiple of 16. by Andreas Huber · 15 years ago
  94. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  95. bd7b43b Separated private from public header files. by Andreas Huber · 15 years ago
  96. 53a76bd Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 15 years ago
  97. 3f42707 Some decoders will return an error on OMX_EmptyThisBuffer to indicate that they don't support the media format, deal with this. by Andreas Huber · 15 years ago
  98. 729c393 Insert a small delay after submitting to surface flinger and before returning the buffer to the decoder. by Andreas Huber · 15 years ago
  99. 4f23457 Another software color conversion implementation, this time OMX_QCOM_COLOR_FormatYVU420SemiPlanar => rgb565. by Andreas Huber · 15 years ago
  100. a4fe2ac Merge change 25128 into eclair by Android (Google) Code Review · 15 years ago