1. 4b60b06 Switch to using shared over local code for initializing ICU by Neil Fuller · 10 years ago
  2. 2f34065 mediaserver : Initialize ICU on startup. by Narayan Kamath · 10 years ago
  3. 356f084 Merge "stagefright: add support for output frame rendered callback" into mnc-dev by Lajos Molnar · 10 years ago
  4. 416d4a8 Merge "NuPlayerRenderer: change log from ALOGW to ALOGV when audio sink reports WOULD_BLOCK on writing." into mnc-dev by Wei Jia · 10 years ago
  5. df80947 NuPlayerRenderer: change log from ALOGW to ALOGV when audio sink reports WOULD_BLOCK on writing. by Wei Jia · 10 years ago
  6. f49b515 Merge "AudioSink: use flags granted by AudioTrack, instead of the requested flags." into mnc-dev by Wei Jia · 10 years ago
  7. 0162d00 AudioSink: use flags granted by AudioTrack, instead of the requested flags. by Wei Jia · 10 years ago
  8. f028dad Merge "Ogg Opus: handle cases where first sample has non 0 time" into mnc-dev by Robert Shih · 10 years ago
  9. c75a989 Merge "Use only strong references to AudioEffect" into mnc-dev by Eric Laurent · 10 years ago
  10. 90fcf68 stagefright: add support for output frame rendered callback by Lajos Molnar · 10 years ago
  11. 9b132a7 Merge "stagefright: check the validity of the range of adaptation field" into mnc-dev by Jaesung Chung · 10 years ago
  12. eecd765 Use only strong references to AudioEffect by Eric Laurent · 10 years ago
  13. 819bcef Ogg Opus: handle cases where first sample has non 0 time by Robert Shih · 10 years ago
  14. ca09714 Merge "libstagefright: check memory size for overflow before allocation." into mnc-dev by Wei Jia · 10 years ago
  15. 2126927 Merge "SoftwareRenderer: sanity check buffer size before copying data." into mnc-dev by Wei Jia · 10 years ago
  16. 42cccd7 libstagefright: check memory size for overflow before allocation. by Wei Jia · 10 years ago
  17. dd488a2 Merge "fix graphic buffer leak with persistent input surface" into mnc-dev by Chong Zhang · 10 years ago
  18. 0b305f2 Merge "MPEG4Writer: add check to ensure no integer overflow on allocation." into mnc-dev by Wei Jia · 10 years ago
  19. 760f92f SoftwareRenderer: sanity check buffer size before copying data. by Wei Jia · 10 years ago
  20. ffd8cbb fix graphic buffer leak with persistent input surface by Chong Zhang · 10 years ago
  21. d46a6b9 Camera1 API: Support SW encoders for new camera HALs by Eino-Ville Talvala · 10 years ago
  22. b4b4cd1 Merge "libstagefright: run codec profiling in worker thread." into mnc-dev by Ronghua Wu · 10 years ago
  23. a31d237 Merge "SoftAVCEnc: check requested memory size before allocation." into mnc-dev by Wei Jia · 10 years ago
  24. a09152c libstagefright: run codec profiling in worker thread. by Ronghua Wu · 10 years ago
  25. 53d3503 Merge "MPEG4Writer: fail init check if output fd is not seekable" into mnc-dev by Robert Shih · 10 years ago
  26. 2aa74dc MPEG4Writer: fail init check if output fd is not seekable by Robert Shih · 10 years ago
  27. 26a48f3 stagefright: add support for batching OMX events by Lajos Molnar · 10 years ago
  28. 23b6ee3 Merge "stagefright: initial Ogg Opus support" into mnc-dev by Robert Shih · 10 years ago
  29. afd4924 Limit allocations to avoid out-of-memory by Marco Nelissen · 10 years ago
  30. 81c4d80 Merge "Improve AudioTrack offload timestamp startup glitch detector" into mnc-dev by Andy Hung · 10 years ago
  31. 13dcb4f Merge "NuPlayer: Allow audio drain to fill buffer when paused" into mnc-dev by Andy Hung · 10 years ago
  32. b7e8d85 Merge "NuPlayer: Allow audio callback to fill buffer when paused" into mnc-dev by Andy Hung · 10 years ago
  33. c9e54ee Merge "NuPlayer: Add audio deep buffer configuration" into mnc-dev by Andy Hung · 10 years ago
  34. bc18665 Merge "NuPlayer: Add audio sink buffer configuration" into mnc-dev by Andy Hung · 10 years ago
  35. 1830513 Merge "Compute sleep time when AudioTrack client callback returns no PCM data" into mnc-dev by Andy Hung · 10 years ago
  36. 374f0f4 Merge "SampleTable: fix integer overflow checks." into mnc-dev by Wei Jia · 10 years ago
  37. c8e09c6 Improve AudioTrack offload timestamp startup glitch detector by Andy Hung · 10 years ago
  38. a105482 SampleTable: fix integer overflow checks. by Wei Jia · 10 years ago
  39. f6fe434 SoftAVCEnc: check requested memory size before allocation. by Wei Jia · 10 years ago
  40. 2177f21 MPEG4Writer: add check to ensure no integer overflow on allocation. by Wei Jia · 10 years ago
  41. 3b6df52 Merge "Don't overwrite user agent header if app specified one" into mnc-dev by Marco Nelissen · 10 years ago
  42. 4136329 Don't overwrite user agent header if app specified one by Marco Nelissen · 11 years ago
  43. 005e9d0 NuPlayer: Allow audio drain to fill buffer when paused by Andy Hung · 10 years ago
  44. 85e4814 NuPlayer: Allow audio callback to fill buffer when paused by Andy Hung · 10 years ago
  45. 288da02 NuPlayer: Add audio deep buffer configuration by Andy Hung · 10 years ago
  46. 179652e NuPlayer: Add audio sink buffer configuration by Andy Hung · 10 years ago
  47. a7f0335 Compute sleep time when AudioTrack client callback returns no PCM data by Andy Hung · 10 years ago
  48. 8c10a80 stagefright: initial Ogg Opus support by Robert Shih · 10 years ago
  49. 4170eee Merge "MediaPlayerService: Reset the bytes written in AudioSink stop and flush" into mnc-dev by Andy Hung · 10 years ago
  50. da17c04 MediaPlayerService: Reset the bytes written in AudioSink stop and flush by Andy Hung · 10 years ago
  51. d726a18 Merge "NuPlayer: Add audio callback mode for PCM audio." into mnc-dev by Andy Hung · 10 years ago
  52. a0b3971 NuPlayer: Add audio callback mode for PCM audio. by Andy Hung · 10 years ago
  53. 6f04a0c Merge "MediaPlayerService: Remove unnecessary zero writes to AudioSink" into mnc-dev by Andy Hung · 10 years ago
  54. 719b46b MediaPlayerService: Remove unnecessary zero writes to AudioSink by Andy Hung · 10 years ago
  55. 1b30bde libstagefright/SoftOpus: Ignore CSD resubmissions by Vignesh Venkatasubramanian · 10 years ago
  56. 77f101b Translate codec specific data for mp4v-es for MediaMuxer by Martin Storsjo · 11 years ago
  57. 186e9c4 Merge "stagefright: rename VideoGrallocMetadata.hHandle to pHandle" into mnc-dev by Lajos Molnar · 10 years ago
  58. 9c21131 Merge "SoftAVCDec: Added support for level greater than level at init" into mnc-dev by Marco Nelissen · 10 years ago
  59. 11aaefb SoftAVCDec: Added support for level greater than level at init by Marco Nelissen · 10 years ago
  60. 9847fce stagefright: rename VideoGrallocMetadata.hHandle to pHandle by Lajos Molnar · 10 years ago
  61. 15ab499 stagefright: add support for fences in OMX by Lajos Molnar · 10 years ago
  62. 0eafa9d Merge "Store server latency, sample rate, framecount information in AudioTrack" into mnc-dev by Andy Hung · 10 years ago
  63. 0542198 stagefright: rework metadata buffer support by Lajos Molnar · 10 years ago
  64. 9f9e21e Store server latency, sample rate, framecount information in AudioTrack by Andy Hung · 10 years ago
  65. cb18ec0 Merge "Track camera and flashlight usage in battery stats." into mnc-dev by Ruben Brunk · 10 years ago
  66. 99e6971 Track camera and flashlight usage in battery stats. by Ruben Brunk · 10 years ago
  67. cc7cc67 stagefright: allow to overallocate OMX codec buffers by Lajos Molnar · 10 years ago
  68. 90869ff Merge "Explicit log for AudioTrack::EVENT_UNDERRUN" into mnc-dev by Glenn Kasten · 10 years ago
  69. 421743b Explicit log for AudioTrack::EVENT_UNDERRUN by Glenn Kasten · 10 years ago
  70. bac850e Merge "libstagefright: add version string to profile results." into mnc-dev by Ronghua Wu · 10 years ago
  71. 11804f5 Merge "mpeg2ts: revise duration estimation logic" into mnc-dev by Wonsik Kim · 10 years ago
  72. 305a12e Merge "libstagefright: Reset AMR decoder on input port flush" into mnc-dev by Andy Hung · 10 years ago
  73. 187b78c Merge "remove video editor from MediaProfile" into mnc-dev by Chong Zhang · 10 years ago
  74. 3d83a20 mpeg2ts: revise duration estimation logic by Wonsik Kim · 10 years ago
  75. db431db Merge "Deprecations are warnings not errors" into mnc-dev by Glenn Kasten · 10 years ago
  76. 2dcec6a libstagefright: Reset AMR decoder on input port flush by Chaithanya Krishna Bacharaju · 10 years ago
  77. f928c23 Merge "IOMX: Clear buffer id for arm32" into mnc-dev by Andy Hung · 10 years ago
  78. f6b3e7d Deprecations are warnings not errors by Glenn Kasten · 10 years ago
  79. ba3e7f5 remove video editor from MediaProfile by Chong Zhang · 10 years ago
  80. 9113c1e IOMX: Clear buffer id for arm32 by Andy Hung · 10 years ago
  81. 07195f6 Merge "SoftAVCEnc: encode EOS frame is size is non-zero" into mnc-dev by Chong Zhang · 10 years ago
  82. 0a62c19 Merge "libmediaplayerservice: get isStreaming info from source." into mnc-dev by Ronghua Wu · 10 years ago
  83. cbe6ac2 SoftAVCEnc: encode EOS frame is size is non-zero by Chong Zhang · 10 years ago
  84. 96de55f Merge "GenericSource should report -1 instead of 0 for unknown duration" into mnc-dev by Marco Nelissen · 10 years ago
  85. 02fc5e3 GenericSource should report -1 instead of 0 for unknown duration by Marco Nelissen · 10 years ago
  86. 02cb98d libmediaplayerservice: get isStreaming info from source. by Ronghua Wu · 10 years ago
  87. 5eabb01 Merge "libmedia: read from parcel only when there's a data available." into mnc-dev by Ronghua Wu · 10 years ago
  88. d66ef45 libmedia: read from parcel only when there's a data available. by Ronghua Wu · 10 years ago
  89. 2d6b660 IOMX: Enable buffer ptr to buffer id translation for arm32 by Andy Hung · 10 years ago
  90. d971df0 IOMX: Add buffer range check to emptyBuffer by Andy Hung · 10 years ago
  91. 3a9a6ea Merge "libmedia: fix unmatch Parcel read in BnResourceManagerService::onTransact." into mnc-dev by Ronghua Wu · 10 years ago
  92. 0a7989f Merge "libmediaplayerservice: try to open audio sink in offload mode in error." into mnc-dev by Ronghua Wu · 10 years ago
  93. 19352b3 libstagefright: add version string to profile results. by Ronghua Wu · 10 years ago
  94. faeb0f2 libmediaplayerservice: try to open audio sink in offload mode in error. by Ronghua Wu · 10 years ago
  95. c5648e0 Merge "Level adjustment for Bundled Effect Fix" into mnc-dev by Ricardo Garcia · 10 years ago
  96. 7f0e16e Level adjustment for Bundled Effect Fix by Ricardo Garcia · 10 years ago
  97. f748dd8 mpeg2ts: fixing build breakage due to an unmatched argument type by Jaesung Chung · 10 years ago
  98. 5bb07a3 Merge "mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush()" into mnc-dev by Jaesung Chung · 10 years ago
  99. 0075deb Fixing build breakage due to removal of numPacketsParsed by Jaesung Chung · 10 years ago
  100. f2cecd5 mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush() by Jaesung Chung · 10 years ago