1. 1525884 Check NULL for Drm object by Kyle Zhang · 1 year, 11 months ago
  2. e330f59 Merge "Improve performance by resolving MediaCodec.BufferInfo members outside of the frequently called code (like dequeueOutputBuffer)" am: 9687a71214 am: cc6014d9bc am: 0dc922ae17 by Pavel Labovich · 2 years, 2 months ago
  3. 84422bf Merge "Returning camcoder profiles for advanced codecs" into tm-qpr-dev by Arun Johnson · 2 years, 3 months ago
  4. 354d1b5 Returning camcoder profiles for advanced codecs by Arun Johnson · 2 years, 3 months ago
  5. b78f7a6 SoundPool: Fix channel mask reporting by Andy Hung · 2 years, 4 months ago
  6. e2d9f79 Merge "Ensure correct read of jpeg header blob" into tm-dev by Avichal Rakesh · 2 years, 7 months ago
  7. 1877b47 Ensure correct read of jpeg header blob by Avichal Rakesh · 2 years, 7 months ago
  8. fee968d media: return null when there are no CamcorderProfiles for getAll by Lajos Molnar · 2 years, 7 months ago
  9. 8569a66 MediaCodec: realloc & copy for non-secure buffers at secure session & vice versa by Wonsik Kim · 2 years, 7 months ago
  10. 0c24bb2 Replace locking JNI array methods by Atneya Nair · 2 years, 8 months ago
  11. a8def97 Merge "media jni: fix CryptoException error code to string" into tm-dev by Robert Shih · 2 years, 8 months ago
  12. 390b615 media jni: fix CryptoException error code to string by Robert Shih · 2 years, 8 months ago
  13. 0644a5f android_media_Utils: update camera_jpeg_blob definition to match aidl. by Jayant Chowdhary · 2 years, 8 months ago
  14. 3fd1d5d Merge "media: fix ImageReader to handle P010 images" am: 7af43734b1 am: e8b737cbd3 am: 9bacfa1b44 by Treehugger Robot · 2 years, 9 months ago
  15. 584cde2 media: fix ImageReader to handle P010 images by Wonsik Kim · 2 years, 9 months ago
  16. 240d32c SoundPool: Clean up attribute pointer by Andy Hung · 2 years, 9 months ago
  17. 337cfcb SoundPool: Clean up JNI weak reference handling by Andy Hung · 2 years, 9 months ago
  18. 0850300 SoundPool: Clean up JNI AudioAttribute handling by Andy Hung · 2 years, 9 months ago
  19. 0a6c126 SoundPool: Fix WeakRef lifetime by Andy Hung · 2 years, 10 months ago
  20. 48c0795 SoundPool: Fix lifetime of SoundPool native object by Andy Hung · 2 years, 10 months ago
  21. 8b7f311 Merge "Change getSupportedCryptoSchemesNative to use getSupportedSchemes" into tm-dev by Kyle Zhang · 2 years, 9 months ago
  22. 621af3e Change getSupportedCryptoSchemesNative to use getSupportedSchemes by Kyle Zhang · 2 years, 10 months ago
  23. 8fa010d Fix FilterClient::getFilterMq result by Gareth Fenn · 2 years, 10 months ago
  24. 81fb57f Update Soundpool callback interface by Atneya Nair · 2 years, 10 months ago
  25. 8e14404 Merge "Fix getAvSyncTime() data type." into tm-dev by TreeHugger Robot · 2 years, 10 months ago
  26. 968eed9 Fix getAvSyncTime() data type. by Hongguang · 2 years, 10 months ago
  27. 1ada6e8 Fix DvrClient data type by Hongguang · 2 years, 10 months ago
  28. bdd4239 Merge "Allow MediaCodecs to be created on behalf of other client processes." by TreeHugger Robot · 2 years, 11 months ago
  29. 6ceeed4 Allow MediaCodecs to be created on behalf of other client processes. by Brian Lindahl · 2 years, 11 months ago
  30. e20a754 Fix setLongField -> setIntField by John Reck · 2 years, 11 months ago
  31. 961de60 Merge "Replace effect_callback_t to refactor" by Atneya Nair · 2 years, 11 months ago
  32. ffa81f8 Add setDataSpace SurfaceControl API by John Reck · 2 years, 11 months ago
  33. 8b60c74 Merge "Add fence support in ImageWriter class." by Sally Qi · 2 years, 11 months ago
  34. d2087e7 Add fence support in ImageWriter class. by Sally Qi · 3 years ago
  35. a446bab Merge "Add android.hardware.drm-V1-ndk reference" by Kyle Zhang · 2 years, 11 months ago
  36. 160a04c Add android.hardware.drm-V1-ndk reference by Kyle Zhang · 3 years ago
  37. d42cf0d Merge "media: added advanced HDR-ready CamcorderProfiles" by Lajos Molnar · 2 years, 11 months ago
  38. fbd3109 Merge "Fix ImageWriter builder pattern APIs" by Sally Qi · 3 years ago
  39. ed4b947 media: added advanced HDR-ready CamcorderProfiles by Lajos Molnar · 3 years ago
  40. f3b2a5d Refine SharedFilter close() to avoid random crash by Hongguang · 3 years ago
  41. d26f4f0 Fix ImageWriter builder pattern APIs by Sally Qi · 3 years ago
  42. 9efb9dc Support frontend status readiness query. by Hongguang · 3 years ago
  43. ff34ced Merge "Add API to filter out unnecessary PIDs from frontend output." by TreeHugger Robot · 3 years ago
  44. c917cde Merge "Introduce builder pattern in ImageWriter class" by Sally Qi · 3 years ago
  45. cfd146f Add API to filter out unnecessary PIDs from frontend output. by Hongguang · 3 years ago
  46. db57de3 Introduce builder pattern in ImageWriter class by Sally Qi · 3 years ago
  47. 95094c6 Support not tuned PLP info query. by Hongguang · 3 years ago
  48. cc4caab Merge "Enhance resource sharing and enable ownership transfer" by Kensuke Miyagi · 3 years ago
  49. cd599a9 Merge "Introduce Builder in ImageReader class for setup and construct an ImageReader instance." by Sally Qi · 3 years ago
  50. aba398d Introduce Builder in ImageReader class for setup and construct an by Sally Qi · 3 years, 1 month ago
  51. e3cbee3 Add Mutex in FilterClient for thread-safe by Daren Liao · 3 years, 3 months ago
  52. cba3b71 Merge "SoundPool: Clean up Stream::play_l logic for garbage collection" am: 3c44833a91 am: c69cfc5a7c am: e434fc68e4 am: 95292b064a by Andy Hung · 3 years ago
  53. 185c80a Add CRC32 checking hint by Hongguang · 3 years ago
  54. 83088b7 Fix tuner API review comments. by Hongguang · 3 years ago
  55. 5de9464 Merge "Support enable/disable Frontends." by Hongguang Chen · 3 years ago
  56. aa9fd18 Add FilterDelayHint to Tuner JNI by Patrick Rohr · 3 years, 1 month ago
  57. 4d9772d Support enable/disable Frontends. by Hongguang · 3 years ago
  58. 17facee Merge "Add new features to tuner." by TreeHugger Robot · 3 years ago
  59. 38904f8 Add new features to tuner. by Hongguang · 3 years ago
  60. b6580b4 Enhance resource sharing and enable ownership transfer by Kensuke Miyagi · 3 years ago
  61. 8d1e01b Support DVB-T Cell Ids. by Hongguang · 3 years ago
  62. 71791c0 SoundPool: Clean up Stream::play_l logic for garbage collection by Andy Hung · 3 years ago
  63. d17933a Merge "SoundPool: Implement generic garbage collection" am: 361e9e1da9 am: 135ebfe059 am: e6c9a5de4b am: 01a98143e3 by Andy Hung · 3 years ago
  64. 361e9e1 Merge "SoundPool: Implement generic garbage collection" by Andy Hung · 3 years ago
  65. 0f6fc56 Merge "Add some new features to tuner." by TreeHugger Robot · 3 years ago
  66. 90dd674 Add some new features to tuner. by Hongguang · 3 years, 1 month ago
  67. 9041353 Merge "Enable Frontend callback for sharee." by TreeHugger Robot · 3 years ago
  68. c08a08e Enable Frontend callback for sharee. by Kensuke Miyagi · 3 years, 1 month ago
  69. bd670a2 Merge "SoundPool: Update queue only if streamID matches" am: f0f20c17e0 am: 27383c906c am: e9b9317232 am: 713e259dd5 by Andy Hung · 3 years, 1 month ago
  70. 05266b2 Replace effect_callback_t to refactor by Atneya Nair · 3 years, 1 month ago
  71. 151117e SoundPool: Update queue only if streamID matches by Andy Hung · 3 years, 1 month ago
  72. ae2a751 Merge "Rename NumberOfSegment to NumberOfSegments." by TreeHugger Robot · 3 years, 1 month ago
  73. 4474c3f SoundPool: Implement generic garbage collection by Andy Hung · 3 years, 1 month ago
  74. a54976ec2 Merge "Add DataSpace API to convert between ADataSpace and ColorSpace" by Sally Qi · 3 years, 1 month ago
  75. 08af032 Rename NumberOfSegment to NumberOfSegments. by Hongguang · 3 years, 1 month ago
  76. 4c73b41 add filter delay hint to jni FilterClient by Patrick Rohr · 3 years, 1 month ago
  77. ec3ec87 Merge "Add some new features to tuner." by Hongguang Chen · 3 years, 1 month ago
  78. 54c7910 Add some new features to tuner. by Hongguang · 3 years, 2 months ago
  79. c726a6f Update SharedFilter token acquire/free API name by Hongguang · 3 years, 1 month ago
  80. 550bd98 Fix filter reset typo. by Hongguang · 3 years, 1 month ago
  81. fd811d3 Merge "MediaUtils: Tag HAL_PIXEL_FORMAT_RAW12 as non-YUV" am: beca87b413 am: 79f3ff5ad6 am: bd3da6e47c am: 823a7e93f2 by Treehugger Robot · 3 years, 1 month ago
  82. ac97f99 Add DataSpace API to convert between ADataSpace and ColorSpace by Sally Qi · 3 years, 3 months ago
  83. 62d4054 MediaUtils: Tag HAL_PIXEL_FORMAT_RAW12 as non-YUV by Emilian Peev · 3 years, 2 months ago
  84. 0f633885 Fix Filter/DVR MQ leak by Gareth Fenn · 3 years, 2 months ago
  85. fa4c182 Merge "Replace new with sp<>::make" am: 88aed3b81d am: e1e9a0dc55 am: 301ef0b780 am: 0c1d31cc0d am: 3814f49268 by Santiago Seifert · 3 years, 2 months ago
  86. b8b1e1d Add ISDB-T Multi-Layer Support. by Hongguang · 3 years, 2 months ago
  87. 05f95dc Replace new with sp<>::make by Santiago Seifert · 3 years, 2 months ago
  88. bcca4dc Add SharedFilter to tuner frameworks. by Hongguang · 3 years, 3 months ago
  89. 0c103dc Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 3 years, 5 months ago
  90. 980f66e Guard against negative sizes from codec by Ray Essick · 3 years, 3 months ago
  91. 9bcdca1 Merge changes I8c36f5af,I800bc352 am: 9acfdcf214 am: 8b93d78c01 am: 9daeb3e9ad am: 5d85c9f569 am: ae1a10e638 by Treehugger Robot · 3 years, 3 months ago
  92. 8b93d78 Merge changes I8c36f5af,I800bc352 am: 9acfdcf214 by Treehugger Robot · 3 years, 3 months ago
  93. 9690a02 AudioEffect: fix racy access to callback data by Mikhail Naganov · 3 years, 3 months ago
  94. 5801895 Change tuner frequency data type to long. by Hongguang · 3 years, 4 months ago
  95. fe65288 MediaEvent should be sent when shared memory info is passed. by Hongguang · 3 years, 4 months ago
  96. a17e541 Merge "Update tuner OWNERS." am: 332cd02609 am: bcc2864d50 am: 956d644c63 am: 6baa6ba29d am: 1f83ebf747 by Hongguang Chen · 3 years, 4 months ago
  97. bcc2864 Merge "Update tuner OWNERS." am: 332cd02609 by Hongguang Chen · 3 years, 4 months ago
  98. 05bd24b Merge "Update tuner OWNERS." by Hongguang Chen · 3 years, 4 months ago
  99. 7e65694 Merge "Don't reset static sp<TunerClient> JTuner::mTunerClient in ~JTuner()" by TreeHugger Robot · 3 years, 4 months ago
  100. d254b6c Update tuner OWNERS. by Hongguang · 3 years, 4 months ago