1. 61d07fb Merge "stagefright aacenc: Add prototypes for arm specific implementations of functions" by Jean-Baptiste Queru · 13 years ago
  2. 9453064 Merge "stagefright amrwb: Make local const arrays static" by Jean-Baptiste Queru · 13 years ago
  3. 9d0e88c Merge "stagefright amrwb: Change a C++ style cast into a C style cast" by Jean-Baptiste Queru · 13 years ago
  4. fbaf72b Merge changes Ib4e27ea3,I4ad55266,Ie32b32c7 by Jean-Baptiste Queru · 13 years ago
  5. 7c7674e Merge "stagefright aacenc: Simplify the definition of __inline" by Jean-Baptiste Queru · 13 years ago
  6. e98a953 Merge "stagefright amrwbenc: Remove a useless check" by Jean-Baptiste Queru · 13 years ago
  7. 7d8e0f1 Merge "stagefright aacenc: Remove a stray semicolon" by Jean-Baptiste Queru · 13 years ago
  8. a4999a9 Merge "stagefright amrwb: Make a global const array static" by Jean-Baptiste Queru · 13 years ago
  9. d78b714 Merge "stagefright amrwbenc: Change keyword ordering" by Jean-Baptiste Queru · 13 years ago
  10. 5b9c33c Merge "stagefright aacenc: Don't address a Word32 with a Word16 pointer" by Jean-Baptiste Queru · 13 years ago
  11. 1ead790 stagefright amrnb: Remove extern from table definitions by Martin Storsjo · 13 years ago
  12. d95a846 stagefright amrnb: Add includes for prototype declarations of tables by Martin Storsjo · 13 years ago
  13. 93eec2b stagefright amrnb: Add missing const qualifier to table declarations in headers by Martin Storsjo · 13 years ago
  14. 034816f stagefright amrwb: Make a global const array static by Martin Storsjo · 13 years ago
  15. 46f715e stagefright amrwb: Make local const arrays static by Martin Storsjo · 13 years ago
  16. ffa34ed stagefright amrwb: Change a C++ style cast into a C style cast by Martin Storsjo · 13 years ago
  17. 338b9c9 stagefright aacenc: Remove a stray semicolon by Martin Storsjo · 13 years ago
  18. 8a3b370 stagefright aacenc: Add prototypes for arm specific implementations of functions by Martin Storsjo · 13 years ago
  19. b0238c3 stagefright amrwbenc: Change keyword ordering by Martin Storsjo · 13 years ago
  20. c4ef4bb stagefright amrwbenc: Remove a useless check by Martin Storsjo · 13 years ago
  21. b86b3c8 Merge "stagefright aacenc: Make the bits to write in WriteBits unsigned" by Jean-Baptiste Queru · 13 years ago
  22. c6a8eec Merge "stagefright aacenc: Fix an inline asm constraint" by Jean-Baptiste Queru · 13 years ago
  23. de8b924 Merge changes I903353c5,I822dcc74 by Jean-Baptiste Queru · 13 years ago
  24. 80d4b89 Merge "stagefright aacenc: Zero-initialize a struct" by Jean-Baptiste Queru · 13 years ago
  25. ccdf9e6 Merge "stagefright aacenc: Avoid warnings about incompatible pointer types" by Jean-Baptiste Queru · 13 years ago
  26. aa1639a Merge "stagefright aacenc: Add const declarations to some pointers" by Jean-Baptiste Queru · 13 years ago
  27. 3e4d4ef Merge "stagefright aacenc: Fix inline asm" by Jean-Baptiste Queru · 13 years ago
  28. 6dfeab4 Merge "stagefright aacenc: Fix inline asm constraints" by Jean-Baptiste Queru · 13 years ago
  29. cf8b805 stagefright aacenc: Avoid warnings about incompatible pointer types by Martin Storsjo · 14 years ago
  30. 013b73b Merge "stagefright aacenc: Fix type definitions for 64 bit platforms" by Jean-Baptiste Queru · 13 years ago
  31. ceec4ae Merge "stagefright amrwbenc: Make the mem_malloc function 64-bit safe" by Jean-Baptiste Queru · 13 years ago
  32. a078e9b Merge "stagefright aacenc: Add missing newlines at the end of files" by Jean-Baptiste Queru · 13 years ago
  33. 9c7ebfd Merge "stagefright aacenc: Properly terminate a comment" by Jean-Baptiste Queru · 13 years ago
  34. 39fd8eb Rename LOG_ASSERT to ALOG_ASSERT by Steve Block · 13 years ago
  35. 9a8ded7 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  36. aa70226 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  37. 53feeb4 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  38. 52546c0 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  39. 3812256 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  40. 9fc4dfb stagefright aacenc: Add const declarations to some pointers by Martin Storsjo · 14 years ago
  41. 6086659 stagefright aacenc: Properly terminate a comment by Martin Storsjo · 13 years ago
  42. 721f2bb stagefright aacenc: Fix an inline asm constraint by Martin Storsjo · 13 years ago
  43. 9da7511 stagefright aacenc: Fix inline asm by Mans Rullgard · 14 years ago
  44. d2fdc71 stagefright aacenc: Fix inline asm constraints by Mans Rullgard · 14 years ago
  45. 132e42c stagefright aacenc: Zero-initialize a struct by Martin Storsjo · 14 years ago
  46. 2db3b23 stagefright aacenc: Fix type definitions for 64 bit platforms by Martin Storsjo · 14 years ago
  47. 2f0fb8c stagefright aacenc: Don't address a Word32 with a Word16 pointer by Martin Storsjo · 14 years ago
  48. 417f62c stagefright amrwbenc: Make the mem_malloc function 64-bit safe by Martin Storsjo · 14 years ago
  49. 5e9afe4 stagefright aacenc: Make the bits to write in WriteBits unsigned by Martin Storsjo · 14 years ago
  50. 891abc0 stagefright aacenc: Add missing newlines at the end of files by Martin Storsjo · 13 years ago
  51. 32bc032 stagefright aacenc: Simplify the definition of __inline by Martin Storsjo · 14 years ago
  52. b676a05 stagefright aacenc/amrwbenc: Remove trailing whitespace by Mans Rullgard · 14 years ago
  53. 69aac3e SurfaceMediaSource: use the HW_TEXTURE usage bit by Jamie Gennis · 13 years ago
  54. 785ee06 Revert the following patches because they may lead to power regression because SHA/MD5 module is stuck by James Dong · 13 years ago
  55. 19e9d0f DO NOT MERGE: Support for parsing of "folded" RTSP header values by Andreas Huber · 13 years ago
  56. 7e976e9 Fix drm flag setting missed in false drm recognition fix. by Jeff Tinker · 13 years ago
  57. d1fa3ca Fixed the false drm recognition. by James Dong · 13 years ago
  58. b7b9c7b Merge "Don't perform RTSP seeks right away but queue them for 200ms" into ics-mr1 by Andreas Huber · 13 years ago
  59. ee736e9 Don't perform RTSP seeks right away but queue them for 200ms by Andreas Huber · 13 years ago
  60. 1906e5c Fix Bitreader "putBits" implementation, make sure we emulate timestamps by Andreas Huber · 13 years ago
  61. 894f3ca Merge "Fix ANRs due to Widevine DRM plugin sniff taking too long." into ics-mr1 by Jeff Tinker · 13 years ago
  62. 8e49b60 Fix ANRs due to Widevine DRM plugin sniff taking too long. by Jeff Tinker · 13 years ago
  63. bab4120 Fetch at least 192KB to avoid our mp3 sniffer from blocking on data. by Andreas Huber · 13 years ago
  64. e74de52 Merge "DO NOT MERGE - Consider I-Frame at zeroeth position when searching for sync frames" into ics-mr1 by James Dong · 13 years ago
  65. f7b5cdd DO NOT MERGE: Remove the AVI extractor. by Andreas Huber · 13 years ago
  66. 223e70d DO NOT MERGE - Consider I-Frame at zeroeth position when searching for sync frames by James Dong · 13 years ago
  67. a0f2bf5 Properly identify how much metadata we need to cache in order to instantiate by Andreas Huber · 13 years ago
  68. fed8bb6 MTP: Add support for restricting PTP to only certain subdirectories of the storage DO NOT MERGE by Mike Lockwood · 13 years ago
  69. 8af4c7d MTP: Don't attempt to read more than 16K at a time from the MTP driver DO NOT MERGE by Mike Lockwood · 13 years ago
  70. 4fe1c6c Fixes a typo in AVIExtractor that would advertise the wrong video dimensions by Andreas Huber · 13 years ago
  71. 21befea Merge "SurfaceMediaSource: use the vid enc usage bit" into ics-mr1 by Jamie Gennis · 13 years ago
  72. 7609b23 Merge "Make sure we can properly shutdown even if" into ics-mr1 by Andreas Huber · 13 years ago
  73. 5274010 Merge "If an error occurs that prevents us from reallocating buffers during a format change" into ics-mr1 by Andreas Huber · 13 years ago
  74. 544ee28 Merge "Updated (internal) API for IStreamSource to signal discontinuities" into ics-mr1 by Andreas Huber · 13 years ago
  75. bfcc8d8 Updated (internal) API for IStreamSource to signal discontinuities by Andreas Huber · 13 years ago
  76. 6e3d311 Finer granularity discontinuity support. by Andreas Huber · 13 years ago
  77. b58ce9f Make sure we can properly shutdown even if by Andreas Huber · 13 years ago
  78. d3d8222 If an error occurs that prevents us from reallocating buffers during a format change by Andreas Huber · 13 years ago
  79. e933cb5 Merge "Report a runtime error instead of asserting on malformed avc configuration data." into ics-mr1 by Andreas Huber · 13 years ago
  80. 4c57986 SurfaceMediaSource: use the vid enc usage bit by Jamie Gennis · 13 years ago
  81. e8e5f86 Fix log spamming during time lapse video recording by James Dong · 13 years ago
  82. 6f5cc45 am d4b22ab4: status_t != bool by Marco Nelissen · 13 years ago
  83. 91e2c7d status_t != bool by Marco Nelissen · 13 years ago
  84. 71b61a9 Report a runtime error instead of asserting on malformed avc configuration data. by Andreas Huber · 13 years ago
  85. c34233e Make sure not to cancel pending seek/EOS notifications on a cache underrun... by Andreas Huber · 13 years ago
  86. 9621add Merge "Fix for issue 5309336 -add videoeditor maximum prefetch YUV frames in media_profiles.xml to limit the total memory usage." into ics-mr1 by Hong Teng · 13 years ago
  87. 3a9cefe Fix for issue 5309336 by Hong Teng · 13 years ago
  88. 7ac9a9a Merge "Didn't mean to check this in..." into ics-mr1 by Andreas Huber · 13 years ago
  89. 91f2304 Didn't mean to check this in... by Andreas Huber · 13 years ago
  90. 04ccb82 Merge "visualizer: reset buffer if playback is idle" into ics-mr1 by Eric Laurent · 13 years ago
  91. 73b1fd5 Merge "Instead of asserting, signal a runtime error if the session doesn't contain" into ics-mr1 by Andreas Huber · 13 years ago
  92. 4ab3045 Merge "DO NOT MERGE: Instead of asserting, remove active streams if their sockets" into ics-mr1 by Andreas Huber · 13 years ago
  93. 4c5f7e3 Merge "Disconnect on socket error on the RTSP control connection." into ics-mr1 by Andreas Huber · 13 years ago
  94. 0fbe057 Disconnect on socket error on the RTSP control connection. by Andreas Huber · 13 years ago
  95. 19de627 DO NOT MERGE: Instead of asserting, remove active streams if their sockets by Andreas Huber · 13 years ago
  96. f0c86a8 Instead of asserting, signal a runtime error if the session doesn't contain by Andreas Huber · 13 years ago
  97. 4948818 Add support for retrieving location information in mp4/3gpp files by James Dong · 13 years ago
  98. 3df40a0 visualizer: reset buffer if playback is idle by Eric Laurent · 13 years ago
  99. 1dc0ab1 Merge "Send RTSP control connection keep-alive requests" into ics-mr1 by Andreas Huber · 13 years ago
  100. ca957d7 Merge "Don't believe the PV decoder's lies..." into ics-mr1 by Andreas Huber · 13 years ago