1. 801f558 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago froyo froyo-release android-2.2.1_r1 android-2.2.1_r2 android-2.2.2_r1 android-2.2.3_r1 android-2.2.3_r2 android-2.2.3_r2.1 android-2.2_r1 android-2.2_r1.1 android-2.2_r1.2 android-2.2_r1.3 android-cts-2.2_r1 android-cts-2.2_r2 android-cts-2.2_r3 android-cts-2.2_r4 android-cts-2.2_r5 android-cts-2.2_r6 android-cts-2.2_r7 android-cts-2.2_r8 android-sdk-2.2_r1 android-sdk-2.2_r2 android-sdk-tools_r6
  2. b052eae Fixes a race condition in the hardware mp3 OMX driver code. by Andreas Huber · 14 years ago
  3. 08fad4c Don't handle input buffer in the OMX_StateLoaded state too. by James Dong · 14 years ago
  4. a7b2290 Fix a bug where the conditional wait is not correct for state transition from OMX_StateIdle to OMX_StateLoaded by James Dong · 14 years ago
  5. 5e41d63 Fix another EOS lost bug by James Dong · 14 years ago
  6. 2e35c70 am bf099c10: Fix a bug related to use a mutex that is meant for cross-processes sharing but is not set its attribute to enforce it. by James Dong · 14 years ago
  7. bf099c1 Fix a bug related to use a mutex that is meant for cross-processes sharing but is not set its attribute to enforce it. by James Dong · 14 years ago
  8. c4a7d89 Fix potential memory leak from video mio by James Dong · 14 years ago
  9. 24ef98f The input and output buffers may not be returned after the state by James Dong · 14 years ago
  10. d07a616 Overlay sometimes does a flush, and thus needs to be restarted. by James Dong · 14 years ago
  11. b11e4b8 Fix missing & bug - 2484098 by James Dong · 14 years ago
  12. 0db3b90 Return all buffers when the AAC encoder finishes state transition from by James Dong · 14 years ago
  13. 43a7253 Fix comparisons: unsigned values < 0 by James Dong · 14 years ago
  14. 5807caa Boost thread priorities of the mp3, aac and wbamr decoder threads. These priorities are then inherited by the DSP messaging thread as well. by Andreas Huber · 14 years ago
  15. 08cf2e8 Fix a EOS problem which can potentially lead to hang during video playback by James Dong · 14 years ago
  16. 595d195 Merge "Remove unnecessary assignment for mNumberOfFramesToHold The base class switch to use 1 already for mNumberOfFramesToHold" by James Dong · 14 years ago
  17. bd2ff03 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  18. 4aeb9f6 Add some logging for potential reset problem in the decoder by James Dong · 14 years ago
  19. 0ab8f38 Remove unnecessary assignment for mNumberOfFramesToHold by James Dong · 14 years ago
  20. 46cb881 Merge "Shift the bridge ioctls around to account for changes necessary for the 32 kernel" by Rebecca Schultz Zavin · 14 years ago
  21. 689f12a Do not use DTX VAD mode for NBAMR encoder for now and also re-enable hardware NBAMR encoder by James Dong · 14 years ago
  22. 3f5870a Fix a memory leak from OpenCore for authoring by James Dong · 14 years ago
  23. e0eb7d4 First attempt to remove redundant consecutive calls to VIDDEC_Return -rebased by James Dong · 14 years ago
  24. 7b285fd Restore the makefile changes by James Dong · 14 years ago
  25. 0ca152d Shift the bridge ioctls around to account for changes necessary for by Rebecca Schultz Zavin · 14 years ago
  26. a7d8550 Fix buffer ownership and buffer count when write fails by James Dong · 14 years ago
  27. eea0f5b Merge "Fixed a problem where a variable is not set before its value is used." by James Dong · 14 years ago
  28. cb134ac Merge "Return OMX_ErrorNone from OMX_GetState when OMX_GetState timed out Plus, tell the caller that the omx component is in a invalid state." by James Dong · 14 years ago
  29. 1535a78 Return OMX_ErrorNone from OMX_GetState when OMX_GetState timed out by James Dong · 14 years ago
  30. ae9edf2 Fixed a problem where a variable is not set before its value is used. by James Dong · 14 years ago
  31. 08303a9 Improve the quality of recorded AVC videos by enabling deblock filtering and 4x4 intra-prediction for key frames by James Dong · 14 years ago
  32. 17665c1 Merge "Prevent video decoder component to overwrite client's set parameter request This patch was originally from MOT/TI" by James Dong · 14 years ago
  33. f11ed81 Merge "Fix timestamp issue related to AAC and AMR" by James Dong · 14 years ago
  34. ea412a3 Prevent video decoder component to overwrite client's set parameter request by James Dong · 14 years ago
  35. b04e7d5 Fix timestamp issue related to AAC and AMR by James Dong · 14 years ago
  36. ea4296e don't use unsupported constants. by Mathias Agopian · 14 years ago
  37. 81080e8 Fixed three issues by James Dong · 14 years ago
  38. a5d6932 Merge "Fix the 0-timestamp issue Don't return an output buffer back to the omx client if the input buffer(s) processed are only meant for setting the configuration" by James Dong · 14 years ago
  39. 411bc95 Merge "Fix the problem where the first h264 frame in the recorded video is not marked as sync frame The root cause was that the socket node was not sending the info for SLICE bitstream mode Changes include: 1. Change I-Sync frames to be IDR frames for h264 2. Inform encoder of framerate changes to ensure correct bitrate output" by James Dong · 14 years ago
  40. 6b13c05 Fix the 0-timestamp issue by James Dong · 14 years ago
  41. 6bf5fad Fix the problem where the first h264 frame in the recorded video is not marked as sync frame by James Dong · 14 years ago
  42. 1380bb7 Merge "Do not assert if overlay's dequeue_buffer fails, instead silently fail." by Andreas Huber · 14 years ago
  43. fcd443a Do not assert if overlay's dequeue_buffer fails, instead silently fail. by Andreas Huber · 14 years ago
  44. de0dc1d We disable the TI AMR hardware encoder as it started emitting comfort noise in a recent update and we don't support this during playback. by Andreas Huber · 14 years ago
  45. ec79ebc Only return buffers back to OMX client after DSP processed them; don't return them prematurely in flush call. by James Dong · 14 years ago
  46. dc0a5b6 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  47. 5c64d74 Support for both OMX_COLOR_FormatCbYCrY and OMX_COLOR_FormatYUV420Planar in the overlay rendering code. by Andreas Huber · 14 years ago
  48. 696f1c1 Merge "Remove (1000 ms-long) unnecessary waiting time" by James Dong · 14 years ago
  49. 9c3bf94 Remove (1000 ms-long) unnecessary waiting time by James Dong · 14 years ago
  50. a3a9de2 am a3a9c69b: am 87d1452b: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  51. a3a9c69 am 87d1452b: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  52. 87d1452 reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago eclair android-cts-2.1_r2 android-cts-2.1_r3 android-cts-2.1_r4 android-cts-2.1_r5 android-sdk-tools_r5
  53. b65f253 Revert "Revert "Omx component change due to TI's socket node update from 25.9 to 25.14"" by James Dong · 14 years ago
  54. eaaadaf Revert "Omx component change due to TI's socket node update from 25.9 to 25.14" by James Dong · 14 years ago
  55. 36733d6 Omx component change due to TI's socket node update from 25.9 to 25.14 by James Dong · 14 years ago
  56. 6d7931d reconcile android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  57. 835f42e am 4f50ecc1: merge from open-source master by The Android Open Source Project · 14 years ago
  58. 952e6f5 Apparently the overlay needs to be created with the decoded size rather than the display size. by Andreas Huber · 14 years ago
  59. ab7d368 Allow set parameter call even when port is disabled With minor comment fixes by Benny Wong · 14 years ago
  60. 58ed709 The overlay has a new orientation parameter (not used here). by Chih-Chung Chang · 14 years ago
  61. 4f50ecc merge from open-source master by The Android Open Source Project · 14 years ago
  62. 3f188ff am e7a8c510: Increasing buffering in video encoder by Benny.Wong@motorola.com · 14 years ago
  63. ac4fead am 2eb87248: Re-enable TI AAC MP3 with MP3 CRCerror and EOS fix by Benny.Wong@motorola.com · 14 years ago
  64. 32298cf android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  65. 42c043e empty initial commit by The Android Open Source Project · 14 years ago
  66. ef5a44a am b536cdc2: For overlay based platform, holding more than one frames in the video MIO can sometimes starve the video decoder. Thus, we set the number of video frames hold in the video MIO to be 1. by James Dong · 14 years ago
  67. b536cdc For overlay based platform, holding more than one frames in the video MIO by James Dong · 14 years ago eclair-passion-release eclair-release eclair-sholes-release2 android-2.1_r2 android-2.1_r2.1p android-2.1_r2.1p2 android-2.1_r2.1s
  68. e7a8c51 Increasing buffering in video encoder by · 14 years ago
  69. 2eb8724 Re-enable TI AAC MP3 with MP3 CRCerror and EOS fix by · 14 years ago
  70. 6239f8a Implement new getRoles API for this platform. by Andreas Huber · 14 years ago
  71. 20d52a6 Jpeg encoder: larger thumbnail resolution by Dan Vacura · 15 years ago
  72. 0bb7cc2 More clean up, mainly in UseBuffer() and AllocateBuffer() by James Dong · 15 years ago
  73. 604fb06 Fix bugs in getting custom extension index for JPEG encoder and decoder by James Dong · 14 years ago
  74. bcf0630 Fix a small bug ComponentRoleEnum() in OMX video encoder where a "goto" statement was prematurely called. by James Dong · 15 years ago
  75. cbd96ff Fix a memory leak under error condition by James Dong · 15 years ago
  76. e074e61 WMV Video decoder byte alignment fix - rebased ... by Benny Wong · 15 years ago
  77. c5b21bf WMV/WMA seek fix by Benny Wong · 15 years ago
  78. bfecd49 Improve avc encoder quality by Dan Vacura · 15 years ago
  79. 0f47807 Fix a small mistake where the initializer for an array actually contains more elements than it claims. by James Dong · 15 years ago
  80. 5579158 Merge change I29c93f80 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  81. 2d589f6 Merge change If4081058 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  82. f408105 Support for properly freeing an OMX node instance, now that the API for it exists. by Andreas Huber · 15 years ago
  83. 9b6fe75 Merge change I17e995d3 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  84. 29c93f8 Don't enable instrumentation for production code by default by James Dong · 15 years ago
  85. 17e995d Make it possible to build the TI device without opencore, fix a few abuses of dlerror() by Andreas Huber · 15 years ago
  86. 68b4c96 FreeBuffer() for OMX AAC encoder was over complicated by James Dong · 15 years ago
  87. a0a60cc A certain GetParameter call on both the AMR and WBAMR codecs attempted to illegally write to the parameter block. by Andreas Huber · 15 years ago
  88. 3000a01 Fix race conditions where modification of some shared counters between threads was not atomic. by James Dong · 15 years ago
  89. 7565496 Clean up OMX_EmptyBufferDone() and OMX_FillBufferDone() by James Dong · 15 years ago
  90. c854c12 Address assignment was incorrect for finding the supported profile and level. by James Dong · 15 years ago
  91. 69aac7b am 63d3d5ec: Increase the number of buffers for AAC encoder bug 2247143 by James Dong · 15 years ago
  92. 63d3d5e Increase the number of buffers for AAC encoder bug 2247143 by James Dong · 15 years ago eclair-sholes-release android-2.0.1_r1 android-2.1_r1 android-sdk-2.0.1-docs_r1 android-sdk-2.0.1_r1 android-sdk-2.1_r1
  93. f1fdaa4 am 8f65e499: Fix for overlay shared_fd close by Dan Vacura · 15 years ago
  94. e13da13 am 4d888dbb: Increase output buffers for TI encoder component from 4 to 8 bug 2247143 by James Dong · 15 years ago
  95. 8f65e49 Fix for overlay shared_fd close by Dan Vacura · 15 years ago
  96. 4d888db Increase output buffers for TI encoder component from 4 to 8 bug 2247143 by James Dong · 15 years ago
  97. 9d48be1 am b9a334ef: Implementation of the stagefright hardware api interface. by Andreas Huber · 15 years ago
  98. b9a334e Implementation of the stagefright hardware api interface. by Andreas Huber · 15 years ago
  99. 609e6e0 am 78773f8e: Merge change I739c2125 into eclair by Sanjay Guin · 15 years ago
  100. 78773f8 Merge change I739c2125 into eclair by Android (Google) Code Review · 15 years ago