1. a7b2290 Fix a bug where the conditional wait is not correct for state transition from OMX_StateIdle to OMX_StateLoaded by James Dong · 15 years ago
  2. 5e41d63 Fix another EOS lost bug by James Dong · 15 years ago
  3. 24ef98f The input and output buffers may not be returned after the state by James Dong · 15 years ago
  4. b11e4b8 Fix missing & bug - 2484098 by James Dong · 15 years ago
  5. 0db3b90 Return all buffers when the AAC encoder finishes state transition from by James Dong · 15 years ago
  6. 43a7253 Fix comparisons: unsigned values < 0 by James Dong · 15 years ago
  7. 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 · 15 years ago
  8. 08cf2e8 Fix a EOS problem which can potentially lead to hang during video playback by James Dong · 15 years ago
  9. 4aeb9f6 Add some logging for potential reset problem in the decoder by James Dong · 15 years ago
  10. 689f12a Do not use DTX VAD mode for NBAMR encoder for now and also re-enable hardware NBAMR encoder by James Dong · 15 years ago
  11. 3f5870a Fix a memory leak from OpenCore for authoring by James Dong · 15 years ago
  12. e0eb7d4 First attempt to remove redundant consecutive calls to VIDDEC_Return -rebased by James Dong · 15 years ago
  13. 7b285fd Restore the makefile changes by James Dong · 15 years ago
  14. a7d8550 Fix buffer ownership and buffer count when write fails by James Dong · 15 years ago
  15. eea0f5b Merge "Fixed a problem where a variable is not set before its value is used." by James Dong · 15 years ago
  16. 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 · 15 years ago
  17. 1535a78 Return OMX_ErrorNone from OMX_GetState when OMX_GetState timed out by James Dong · 15 years ago
  18. ae9edf2 Fixed a problem where a variable is not set before its value is used. by James Dong · 15 years ago
  19. 08303a9 Improve the quality of recorded AVC videos by enabling deblock filtering and 4x4 intra-prediction for key frames by James Dong · 15 years ago
  20. 17665c1 Merge "Prevent video decoder component to overwrite client's set parameter request This patch was originally from MOT/TI" by James Dong · 15 years ago
  21. ea412a3 Prevent video decoder component to overwrite client's set parameter request by James Dong · 15 years ago
  22. b04e7d5 Fix timestamp issue related to AAC and AMR by James Dong · 15 years ago
  23. 81080e8 Fixed three issues by James Dong · 15 years ago
  24. 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 · 15 years ago
  25. 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 · 15 years ago
  26. 6b13c05 Fix the 0-timestamp issue by James Dong · 15 years ago
  27. 6bf5fad Fix the problem where the first h264 frame in the recorded video is not marked as sync frame by James Dong · 15 years ago
  28. 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 · 15 years ago
  29. ec79ebc Only return buffers back to OMX client after DSP processed them; don't return them prematurely in flush call. by James Dong · 15 years ago
  30. 9c3bf94 Remove (1000 ms-long) unnecessary waiting time by James Dong · 15 years ago
  31. b65f253 Revert "Revert "Omx component change due to TI's socket node update from 25.9 to 25.14"" by James Dong · 15 years ago
  32. eaaadaf Revert "Omx component change due to TI's socket node update from 25.9 to 25.14" by James Dong · 15 years ago
  33. 36733d6 Omx component change due to TI's socket node update from 25.9 to 25.14 by James Dong · 15 years ago
  34. ab7d368 Allow set parameter call even when port is disabled With minor comment fixes by Benny Wong · 15 years ago
  35. e7a8c51 Increasing buffering in video encoder by · 15 years ago
  36. 2eb8724 Re-enable TI AAC MP3 with MP3 CRCerror and EOS fix by · 15 years ago
  37. 20d52a6 Jpeg encoder: larger thumbnail resolution by Dan Vacura · 15 years ago
  38. 0bb7cc2 More clean up, mainly in UseBuffer() and AllocateBuffer() by James Dong · 15 years ago
  39. 604fb06 Fix bugs in getting custom extension index for JPEG encoder and decoder by James Dong · 15 years ago
  40. bcf0630 Fix a small bug ComponentRoleEnum() in OMX video encoder where a "goto" statement was prematurely called. by James Dong · 15 years ago
  41. e074e61 WMV Video decoder byte alignment fix - rebased ... by Benny Wong · 15 years ago
  42. c5b21bf WMV/WMA seek fix by Benny Wong · 15 years ago
  43. bfecd49 Improve avc encoder quality by Dan Vacura · 15 years ago
  44. 0f47807 Fix a small mistake where the initializer for an array actually contains more elements than it claims. by James Dong · 15 years ago
  45. 5579158 Merge change I29c93f80 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  46. 9b6fe75 Merge change I17e995d3 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  47. 29c93f8 Don't enable instrumentation for production code by default by James Dong · 15 years ago
  48. 17e995d Make it possible to build the TI device without opencore, fix a few abuses of dlerror() by Andreas Huber · 15 years ago
  49. 68b4c96 FreeBuffer() for OMX AAC encoder was over complicated by James Dong · 15 years ago
  50. 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
  51. 3000a01 Fix race conditions where modification of some shared counters between threads was not atomic. by James Dong · 15 years ago
  52. 7565496 Clean up OMX_EmptyBufferDone() and OMX_FillBufferDone() by James Dong · 15 years ago
  53. c854c12 Address assignment was incorrect for finding the supported profile and level. by James Dong · 15 years ago
  54. 69aac7b am 63d3d5ec: Increase the number of buffers for AAC encoder bug 2247143 by James Dong · 15 years ago
  55. 63d3d5e Increase the number of buffers for AAC encoder bug 2247143 by James Dong · 15 years ago
  56. e13da13 am 4d888dbb: Increase output buffers for TI encoder component from 4 to 8 bug 2247143 by James Dong · 15 years ago
  57. 4d888db Increase output buffers for TI encoder component from 4 to 8 bug 2247143 by James Dong · 15 years ago
  58. 609e6e0 am 78773f8e: Merge change I739c2125 into eclair by Sanjay Guin · 15 years ago
  59. 78773f8 Merge change I739c2125 into eclair by Android (Google) Code Review · 15 years ago
  60. efd4cea am d5cf09fb: Video decode memory leak fixes bug 2100370 by Masaki Sato · 15 years ago
  61. d5cf09f Video decode memory leak fixes bug 2100370 by Masaki Sato · 15 years ago
  62. 407534b am a0a9d49a: Merge change Ic4d2af0e into eclair by Nikhil Mande · 15 years ago
  63. a0a9d49 Merge change Ic4d2af0e into eclair by Android (Google) Code Review · 15 years ago
  64. d8b67d8 Jpeg encoder: remove pplib support by Sanjay Guin · 15 years ago
  65. 068479e am 226b3194: 1. Error handling for unsupported video resolution for m4v video decoder 2. Modified the original patch to add error handling for DSP Initialization failure to prevent OMX client hang by Masaki Sato · 15 years ago
  66. 28bb1bb Fix in h264 output buffer size calculation by Nikhil Mande · 15 years ago
  67. 226b319 1. Error handling for unsupported video resolution for m4v video decoder by Masaki Sato · 15 years ago
  68. 21e7aca am 3ef84bfa: Fix for multiple nal units per frame by Nikhil Mande · 15 years ago
  69. 3ef84bf Fix for multiple nal units per frame by Nikhil Mande · 15 years ago
  70. fbbbbd1 am 6e0a6fe0: Fix the random MMU fault issue in M4V encoder by venkatesh · 15 years ago
  71. 6e0a6fe Fix the random MMU fault issue in M4V encoder by venkatesh · 15 years ago
  72. 3c5fcfb am 300f5d1f: Send event for omx idle state transition failures by Priyesh Bisla · 15 years ago
  73. 300f5d1 Send event for omx idle state transition failures by Priyesh Bisla · 15 years ago
  74. 6f70624 am 75763076: Protects mapping and unmapping of data buffers as well as structures using mutex bug 2174390 by Anu Sundararajan · 15 years ago
  75. 7576307 Protects mapping and unmapping of data buffers as well as structures using mutex by Anu Sundararajan · 15 years ago
  76. 107a1ad am 67919b79: Setting optimum DSP parameteres to imrpove performance of D1 encoding. bug 2168700 by James Dong · 15 years ago
  77. 67919b7 Setting optimum DSP parameteres to imrpove performance of D1 encoding. by James Dong · 15 years ago
  78. b582987 Add code to TI's M4v Config Parser to look for VOL header instead of erroring out, in case it finds a corruption in Config description. by Sahil Sachdeva · 15 years ago
  79. 37352fa To get GetState to block for pending state transitions to complete for wbamr encoder by Benny Wong · 15 years ago
  80. 644f5ad To get GetState to block for pending state transitions to complete for JPEG encoder by Benny Wong · 15 years ago
  81. 1b96924 To get GetState to block for pending state transitions to complete for nbamr encoder by Benny Wong · 15 years ago
  82. eced958 To get GetState to block for pending state transitions to complete for aac encoder by Benny Wong · 15 years ago
  83. 1348a0d To get GetState to block for pending state transitions to complete for video decode by Benny Wong · 15 years ago
  84. 0c1fc97 To get GetState to block for pending state transitions to complete for video encode by Benny Wong · 15 years ago
  85. b3c895c Fixed issues in querying & setting video encoder profiles & levels by Benny Wong · 15 years ago
  86. 2acd470 Fixed issues in querying & setting video decoder profiles & levels by Benny Wong · 15 years ago
  87. 00f4c8b Rm excess OMX logs AACe NBAMRd-e WBAMRd-e WMAd by Benny Wong · 15 years ago
  88. c22b4b5 Remork - Abort Assert Exit Rework by James Dong · 15 years ago
  89. faff08b Revert "Abort Assert Exit Rework" by James Dong · 15 years ago
  90. 9961abc Abort Assert Exit Rework by venkatesh · 15 years ago
  91. 4d8335b Merge change 27255 into eclair by Android (Google) Code Review · 15 years ago
  92. 731c328 Merge change 27247 into eclair by Android (Google) Code Review · 15 years ago
  93. 69ee5a1 Fix for Jpeg Encoder Seg fault in 100 iterations. by Anu Sundararajan · 15 years ago
  94. 083eb0a Don't build the TI OMX test binaries by default by James Dong · 15 years ago
  95. a569385 Fix OMX_GetRolesOfComponents and OMX_GetComponentsOfRole, and clean up some unused code. by Christopher Kelly · 15 years ago
  96. 15c9596 Remove two spam log messages from AAC encoder by James Dong · 15 years ago
  97. 2c0b038 Rework - Thread safety of reference counter by Daniel Charles · 15 years ago
  98. 8f41d18 Revert "Thread safety of reference counter" by James Dong · 15 years ago
  99. 5aab822 Merge change 26308 into eclair by Android (Google) Code Review · 15 years ago
  100. a5a79c7 Thread safety of reference counter by Christopher Kelly · 15 years ago