1. bf45bbf Merge "stagefright aacenc: Zero-initialize a struct" by Jean-Baptiste Queru · 13 years ago
  2. e7650c3 am e5bdd24b: Merge "stagefright aacenc: Avoid warnings about incompatible pointer types" by Jean-Baptiste Queru · 13 years ago
  3. 3949061 am 307f47aa: am 7e8b65df: am 7ffa4546: am 47b56c5a: Merge "stagefright aacenc: Add const declarations to some pointers" by Jean-Baptiste Queru · 13 years ago
  4. 7ffa454 am 47b56c5a: Merge "stagefright aacenc: Add const declarations to some pointers" by Jean-Baptiste Queru · 13 years ago
  5. e5bdd24 Merge "stagefright aacenc: Avoid warnings about incompatible pointer types" by Jean-Baptiste Queru · 13 years ago
  6. 364ac60 am 5c2f1220: am 901b8bb0: am aa86aa60: am 1b704610: Merge "stagefright aacenc: Fix inline asm" by Jean-Baptiste Queru · 13 years ago
  7. 51656aa Small fix to MediaCodec by Andreas Huber · 13 years ago
  8. 47b56c5 Merge "stagefright aacenc: Add const declarations to some pointers" by Jean-Baptiste Queru · 13 years ago
  9. aa86aa6 am 1b704610: Merge "stagefright aacenc: Fix inline asm" by Jean-Baptiste Queru · 13 years ago
  10. 1b70461 Merge "stagefright aacenc: Fix inline asm" by Jean-Baptiste Queru · 13 years ago
  11. 0862a56 am 0c96e869: am 41087f79: am d7ab4e0c: am bf1e85bf: Merge "stagefright aacenc: Fix inline asm constraints" by Jean-Baptiste Queru · 13 years ago
  12. d7ab4e0 am bf1e85bf: Merge "stagefright aacenc: Fix inline asm constraints" by Jean-Baptiste Queru · 13 years ago
  13. bf1e85b Merge "stagefright aacenc: Fix inline asm constraints" by Jean-Baptiste Queru · 13 years ago
  14. edb948b Merge "Changed TimedTextInBandSource to TimedText3GPPSource." by James Dong · 13 years ago
  15. ca88e35 Fix memory leakage due to unreleased MuxOMX objects after disconnection by James Dong · 13 years ago
  16. 05e8074 Merge "Add new APIs AMessage::(set|find)Buffer to make it safer to pass" by Andreas Huber · 13 years ago
  17. 2eb7309 Merge "Drop support for Android HTTP stack" by Steve Block · 13 years ago
  18. 0de4783 Changed TimedTextInBandSource to TimedText3GPPSource. by Insun Kang · 13 years ago
  19. 5c85039 Add new APIs AMessage::(set|find)Buffer to make it safer to pass by Andreas Huber · 13 years ago
  20. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 13 years ago
  21. 0acb1c3 Drop support for Android HTTP stack by Steve Block · 13 years ago
  22. f65934a Merge "Limit the amount of audio record data in each buffer" by James Dong · 13 years ago
  23. c6389e5 Update stagefright makefile after dropping support for JSC by Steve Block · 13 years ago
  24. 27bd8da stagefright aacenc: Avoid overflows when calculating normFactor by Martin Storsjo · 13 years ago
  25. 23d3628 stagefright aacenc: Avoid a division by zero by Martin Storsjo · 13 years ago
  26. 745fcc0 Limit the amount of audio record data in each buffer by James Dong · 13 years ago
  27. 9ad23f7 Fix videos app bandwidth accounting for 4G streaming by Jeff Tinker · 13 years ago
  28. e901a5c Playback rate on MediaPlayer by Jean-Michel Trivi · 13 years ago
  29. 8fdaf78 Merge "Change the signature of method addTextSource() in AwesomePlayer" by James Dong · 13 years ago
  30. 8e9d67a Move away from MediaDebug and use ADebug instead by James Dong · 13 years ago
  31. 23cc716 Change the signature of method addTextSource() in AwesomePlayer by James Dong · 13 years ago
  32. 9975229 Finish up B frame support in MPEG4Writer by James Dong · 13 years ago
  33. 713f90f Experiment with seeking to closest frame instead of closest syncframe by Andreas Huber · 13 years ago
  34. e1a409b Merge "Enable B frame support in MPEG4Writer" by James Dong · 13 years ago
  35. 7251673 Enable B frame support in MPEG4Writer by James Dong · 13 years ago
  36. 8320e70 Merge "MatroskaExtractor: to support MPEG4 and MP3 codec." by Andreas Huber · 13 years ago
  37. f5a9f43 Don't call virtual function in destructor of SurfaceMediaSource by James Dong · 13 years ago
  38. cea2c39 Merge "Don't call virtual functions in the destructor for audio and camera source classes" by James Dong · 13 years ago
  39. 4651c0e Merge "Don't call virtual functions in destructors for the writer classes" by James Dong · 13 years ago
  40. 9989f3c Keep AACEncoder around for a bit longer to have more time fix issues related to video editor engine by James Dong · 13 years ago
  41. 946ab0f Don't call virtual functions in the destructor for audio and camera source classes by James Dong · 13 years ago
  42. c2240b1 Don't call virtual functions in destructors for the writer classes by James Dong · 13 years ago
  43. 72a52e7 Merge "Removed a loop for buffer lookup" by James Dong · 13 years ago
  44. 99b252a4 Removed a loop for buffer lookup by James Dong · 13 years ago
  45. 26daa02 Merge "Remove the restriction that the width must be a multiple of 4 or 2 for thumbnail generation" by James Dong · 13 years ago
  46. 5a04353 Remove the restriction that the width must be a multiple of 4 or 2 for thumbnail generation by James Dong · 13 years ago
  47. ca97d6b The AMR WB software encoder is now an OMX component. by Andreas Huber · 13 years ago
  48. 9dd295a The software AMR NB encoder is now an OMX component. by Andreas Huber · 13 years ago
  49. 324e93f Merge "add tests module tag to omx_tests" by James Dong · 13 years ago
  50. 2309868 add tests module tag to omx_tests by James Dong · 13 years ago
  51. 81bf15a Merge "First step of refactoring 'timedtext' code." by James Dong · 13 years ago
  52. f6b4ca4 Slighly improve the API to discover if the OMX stack is running in the local by Andreas Huber · 13 years ago
  53. f4e98ba stagefright aacenc: Safeguard against overwriting bits by Martin Storsjo · 13 years ago
  54. 7c81e52 First step of refactoring 'timedtext' code. by Insun Kang · 13 years ago
  55. 4882355 Make sure our aac decoder handles this parameter. by Andreas Huber · 13 years ago
  56. 18ffe40 Instantiate software codecs locally whenever possible. by Andreas Huber · 13 years ago
  57. 62b4d5b stagefright amrwbenc: Simplify the definition of static_vo by Martin Storsjo · 13 years ago
  58. 832dc8f7 stagefright aacenc: Avoid warnings about incompatible pointer types by Martin Storsjo · 14 years ago
  59. c14639a Merge "Use audio_source_t consistently" by Glenn Kasten · 13 years ago
  60. 0f0fbd9 Use audio_source_t consistently by Glenn Kasten · 13 years ago
  61. 4bc8bfa Merge "The software AAC encoder is now an OMX component." by Andreas Huber · 13 years ago
  62. afe02df The software AAC encoder is now an OMX component. by Andreas Huber · 13 years ago
  63. 4409448 Preserve NEON callee-save registers d8-d15. by Ben Cheng · 13 years ago
  64. 61bd339 am 95306d85: am 64085d03: am 12045502: Merge "stagefright aacenc: Fix type definitions for 64 bit platforms" by Jean-Baptiste Queru · 13 years ago
  65. 64085d0 am 12045502: Merge "stagefright aacenc: Fix type definitions for 64 bit platforms" by Jean-Baptiste Queru · 13 years ago
  66. 1204550 Merge "stagefright aacenc: Fix type definitions for 64 bit platforms" by Jean-Baptiste Queru · 13 years ago
  67. d452520 am e2594b85: am 4cd2b343: am 98539a4e: Merge "stagefright amrwbenc: Make the mem_malloc function 64-bit safe" by Jean-Baptiste Queru · 13 years ago
  68. 2809179 am a3946104: am fc2ea24b: am d80cbb8c: Merge "stagefright aacenc: Add missing newlines at the end of files" by Jean-Baptiste Queru · 13 years ago
  69. 4cd2b34 am 98539a4e: Merge "stagefright amrwbenc: Make the mem_malloc function 64-bit safe" by Jean-Baptiste Queru · 13 years ago
  70. fc2ea24 am d80cbb8c: Merge "stagefright aacenc: Add missing newlines at the end of files" by Jean-Baptiste Queru · 13 years ago
  71. 98539a4 Merge "stagefright amrwbenc: Make the mem_malloc function 64-bit safe" by Jean-Baptiste Queru · 13 years ago
  72. d80cbb8 Merge "stagefright aacenc: Add missing newlines at the end of files" by Jean-Baptiste Queru · 13 years ago
  73. adbbf7a am 10c4641c: am 2ae5805c: am 164a9842: Merge "stagefright aacenc: Properly terminate a comment" by Jean-Baptiste Queru · 13 years ago
  74. 2ae5805 am 164a9842: Merge "stagefright aacenc: Properly terminate a comment" by Jean-Baptiste Queru · 13 years ago
  75. 164a984 Merge "stagefright aacenc: Properly terminate a comment" by Jean-Baptiste Queru · 13 years ago
  76. 475334f Starhub RTSP apparently does not establish time on all tracks by Andreas Huber · 13 years ago
  77. 12b7da6 am 6df477be: Merge "Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)" by Jean-Baptiste Queru · 13 years ago
  78. f3f650d am a826f9e2: Merge "Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)" by Jean-Baptiste Queru · 13 years ago
  79. 08d3c6e am 4f367f33: Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)" by Jean-Baptiste Queru · 13 years ago
  80. 7ae8420 am ba7f0d2a: Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)" by Jean-Baptiste Queru · 13 years ago
  81. 97aa8ee Merge ee4618bc by Jean-Baptiste Queru · 13 years ago
  82. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  83. a51f0e7 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  84. 933e856 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  85. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  86. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  87. efbeb9b Make sure the ThrottledSource reports the proper mime type by Andreas Huber · 13 years ago
  88. 70a957c Merge "AVIExtractor: adding a H264 fourCC which is also specified in the reference. (H264 code can be found avi file which is encoded with FFmpeg.)" by Andreas Huber · 13 years ago
  89. c14cc17 Make sure seek triggers a reconnect if needed. by Bryan Mawhinney · 13 years ago
  90. 4054856 stagefright aacenc: Add const declarations to some pointers by Martin Storsjo · 14 years ago
  91. a8854b2 MatroskaExtractor: to support MPEG4 and MP3 codec. by Dongwon Kang · 13 years ago
  92. 33faba0 AVIExtractor: adding a H264 fourCC which is also specified in the reference. by Dongwon Kang · 13 years ago
  93. 134a683 am c0ef548c: am d75961ee: am b4cee0f8: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace" by Jean-Baptiste Queru · 13 years ago
  94. c0ef548 am d75961ee: am b4cee0f8: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace" by Jean-Baptiste Queru · 13 years ago
  95. d7bbc3d stagefright aacenc: Properly terminate a comment by Martin Storsjo · 13 years ago
  96. 5ab5e00 stagefright aacenc: Fix an inline asm constraint by Martin Storsjo · 13 years ago
  97. 2757ab2 stagefright aacenc: Use QDADD/QDSUB instructions by Mans Rullgard · 13 years ago
  98. 2ec6c48 stagefright aacenc: Remove useless inline asm for simple right shift by Mans Rullgard · 13 years ago
  99. d55da5d stagefright aacenc: Use ARMv6 SSAT instruction by Mans Rullgard · 13 years ago
  100. 5433616 stagefright aacenc: Fix inline asm by Mans Rullgard · 13 years ago