1. 0546008 Always #include <sys/...>, not <linux/...>. by Elliott Hughes · 10 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. a0a88cf Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. 969334a Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  4. 85e28ee Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  5. ced70e7 hardware/ti/omap3: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  6. 340d3b9 am 144f2f68: merge from open-source master by The Android Open Source Project · 14 years ago
  7. 144f2f6 merge from open-source master by The Android Open Source Project · 14 years ago
  8. ede6e1f Fix broken build by Scott Anderson · 14 years ago
  9. 0f8e72a Don't overwrite read-only argument in the implementation for OMX_SetParameter$ by James Dong · 14 years ago
  10. a0b2785 am a7ccfa60: OMX_GetState() always timeout after OMX_StateIdle to OMX_StateLoaded transition. The timeout duration is 3 seconds, which slows down the shutdown of the audio omx encoder component by James Dong · 14 years ago
  11. a7ccfa6 OMX_GetState() always timeout after OMX_StateIdle to OMX_StateLoaded transition. by James Dong · 14 years ago
  12. 2ff2817 am b01194f3: OMX_GetState() always timeout after OMX_StateIdle to OMX_StateLoaded transition. The timeout duration is 3 seconds, which slows down the shutdown of the audio omx encoder component by James Dong · 14 years ago
  13. b01194f OMX_GetState() always timeout after OMX_StateIdle to OMX_StateLoaded transition. by James Dong · 14 years ago
  14. 7be879d am 44577d1f: Fix a bunch of AAC encoder issues - Fixed a timeout issue when the close is sent but the component thread does not exit - Fixed a race condition waiting for stop to complete - Don\'t return error from OMX_GetState() by James Dong · 14 years ago
  15. 44577d1 Fix a bunch of AAC encoder issues by James Dong · 14 years ago
  16. 3a2df66 am 21ec5bd3: am b052eae4: Fixes a race condition in the hardware mp3 OMX driver code. by Andreas Huber · 14 years ago
  17. b052eae Fixes a race condition in the hardware mp3 OMX driver code. by Andreas Huber · 14 years ago
  18. b1bf6ce The second part of a fix for the AAC decoder to recover from corrupted audio frame. by James Dong · 14 years ago
  19. b11e4b8 Fix missing & bug - 2484098 by James Dong · 15 years ago
  20. 0db3b90 Return all buffers when the AAC encoder finishes state transition from by James Dong · 15 years ago
  21. 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
  22. 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
  23. 7b285fd Restore the makefile changes by James Dong · 15 years ago
  24. ae9edf2 Fixed a problem where a variable is not set before its value is used. by James Dong · 15 years ago
  25. b04e7d5 Fix timestamp issue related to AAC and AMR by James Dong · 15 years ago
  26. 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
  27. eaaadaf Revert "Omx component change due to TI's socket node update from 25.9 to 25.14" by James Dong · 15 years ago
  28. 36733d6 Omx component change due to TI's socket node update from 25.9 to 25.14 by James Dong · 15 years ago
  29. 2eb8724 Re-enable TI AAC MP3 with MP3 CRCerror and EOS fix by · 15 years ago
  30. 0bb7cc2 More clean up, mainly in UseBuffer() and AllocateBuffer() by James Dong · 15 years ago
  31. c5b21bf WMV/WMA seek fix by Benny Wong · 15 years ago
  32. 68b4c96 FreeBuffer() for OMX AAC encoder was over complicated by James Dong · 15 years ago
  33. 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
  34. 63d3d5e Increase the number of buffers for AAC encoder bug 2247143 by James Dong · 15 years ago
  35. 300f5d1 Send event for omx idle state transition failures by Priyesh Bisla · 15 years ago
  36. 37352fa To get GetState to block for pending state transitions to complete for wbamr encoder by Benny Wong · 15 years ago
  37. 1b96924 To get GetState to block for pending state transitions to complete for nbamr encoder by Benny Wong · 15 years ago
  38. eced958 To get GetState to block for pending state transitions to complete for aac encoder by Benny Wong · 15 years ago
  39. 00f4c8b Rm excess OMX logs AACe NBAMRd-e WBAMRd-e WMAd by Benny Wong · 15 years ago
  40. c22b4b5 Remork - Abort Assert Exit Rework by James Dong · 15 years ago
  41. faff08b Revert "Abort Assert Exit Rework" by James Dong · 15 years ago
  42. 9961abc Abort Assert Exit Rework by venkatesh · 15 years ago
  43. 083eb0a Don't build the TI OMX test binaries by default by James Dong · 15 years ago
  44. 15c9596 Remove two spam log messages from AAC encoder by James Dong · 15 years ago
  45. 383331e Fix to honor seek request after EOS. bug 2127768 by Benny Wong · 15 years ago
  46. e6e2e1c NBAMR WBAMR frameparam flushmemory final with dsp align macro by Benny Wong · 15 years ago
  47. 6b25caf Remove excessive AAC decoder OMX logs by Benny Wong · 15 years ago
  48. c024b9e Fixes the issue where AAC OMX decoder component doesn't by Masaki Sato · 15 years ago
  49. e69806a Remove excessive MP3 OMX logs by Masaki Sato · 15 years ago
  50. 6681af3 Don't build G7xx speech OMX components to reduce some image size by James Dong · 15 years ago
  51. e972d06 NBAMR WBAMR frameparam flushmemory by Masaki Sato · 15 years ago
  52. 0120456 MP3 playcomplete call eventbufferflag first bug 2055532 by Masaki Sato · 15 years ago
  53. 3f62be3 Added extra check which marks the last output buffer queued at lcml with the EOS to be propogated to PV. by Masaki Sato · 15 years ago
  54. 341ee0b Using smaller audio buffer size to reduce thrash of A/V while streaming by Masaki Sato · 15 years ago
  55. 31fe63f MMS attach issue fix for WMA by Masaki Sato · 15 years ago
  56. 9f5a830 MMS attach issue fix for NBAMR and WBAMR by Masaki Sato · 15 years ago
  57. 1390603 MMS attach issue fix for MP3 and AAC by Masaki Sato · 15 years ago
  58. 686af8b WMA fix Gerrit#607 and 646 by Masaki Sato · 15 years ago
  59. 21f301b AAC FF and short playback fix by Masaki Sato · 15 years ago
  60. b44cdb1 New version of ti OMX code to support ti mm release 25.9 by Rebecca Schultz Zavin · 15 years ago
  61. fb3766f Adding omap3 omx code by Rebecca Schultz Zavin · 15 years ago