1. cf3f8ee transcoding: pass package name from client to service by Chong Zhang · 5 years ago
  2. e4e088f transcoder: remove libbinder usage by Chong Zhang · 5 years ago
  3. 28b2720 Merge "Add more package names for MediaProvider" by TreeHugger Robot · 5 years ago
  4. 3fea286 Add more package names for MediaProvider by Chong Zhang · 5 years ago
  5. 72fedd6 Merge "Transcoder: Add default codec operating rate." by TreeHugger Robot · 5 years ago
  6. 7a127b2 Transcoder: Add default codec operating rate. by Linus Nilsson · 5 years ago
  7. e8b8335 Merge "Transcoder: Fix oob read in benchmark test" by TreeHugger Robot · 5 years ago
  8. d98ea3b Transcoder: Fix oob read in benchmark test by Linus Nilsson · 5 years ago
  9. bc06248 transcoding: renaming to session controller to avoid confusion by Chong Zhang · 5 years ago
  10. 45912d9 Merge "Transcoder: Make it easier to benchmark operating rates." by TreeHugger Robot · 5 years ago
  11. 82a6a29 Transcoder: Make it easier to benchmark operating rates. by Linus Nilsson · 5 years ago
  12. f2f31ac Merge "Transcoder: Benchmark HEVC->AVC and max operating rate" by Linus Nilsson · 5 years ago
  13. 6bf4653 Transcoder: Benchmark HEVC->AVC and max operating rate by Linus Nilsson · 5 years ago
  14. c37bdfe transcoding: trust MediaProvider to set uid for jobs by Chong Zhang · 5 years ago
  15. f8701c4 Merge "transcoding: add more dumps for jobs" by TreeHugger Robot · 5 years ago
  16. 0d91c9b Merge "Transcoder: Add TrackTranscoder benchmarking." by Linus Nilsson · 5 years ago
  17. 0579c6f transcoding: add more dumps for jobs by Chong Zhang · 5 years ago
  18. 8a96cfc Transcoder: Add TrackTranscoder benchmarking. by Linus Nilsson · 5 years ago
  19. 66c8b09 Merge "transcoding: Add more information to dumpsys." by TreeHugger Robot · 5 years ago
  20. ff77869 transcoding: Add more information to dumpsys. by hkuang · 5 years ago
  21. ad38887 Merge "Transcoder: Allow setting operating rate and priority on both encoder and decoder" by Linus Nilsson · 5 years ago
  22. 16d772b Transcoder: Allow setting operating rate and priority on both encoder and decoder by Linus Nilsson · 5 years ago
  23. 9fe700a Merge "Transcoder: Fixed codec leaks on cancel." by TreeHugger Robot · 5 years ago
  24. 93cf913 Transcoder: Fixed codec leaks on cancel. by Linus Nilsson · 5 years ago
  25. a23394f Merge "Transcoder: Refactor sample writer to not block clients." by TreeHugger Robot · 5 years ago
  26. c31d249 Transcoder: Refactor sample writer to not block clients. by Linus Nilsson · 5 years ago
  27. 3f23e98 transcoding: move uid/pid from client to job by Chong Zhang · 5 years ago
  28. f907751 Register resource observer and handle resource lost. by Chong Zhang · 5 years ago
  29. b79b20f Merge "Allow native process to set procinfo in ResourceManager" by TreeHugger Robot · 5 years ago
  30. 97d367b Allow native process to set procinfo in ResourceManager by Chong Zhang · 5 years ago
  31. 86f5078 Merge "transcoding: Add forClientUid in TranscodingRequest." by Hangyu Kuang · 5 years ago
  32. 37a586d transcoding: Add forClientUid in TranscodingRequest. by hkuang · 5 years ago
  33. c8c88cc transcoder: fix error returned failed configure by Chong Zhang · 5 years ago
  34. 65e60e2 transcoding: Add operating rate in aidl interface to boost speed. by hkuang · 5 years ago
  35. 0627dbf transcoding: Rework AIDL files to expose to frameworks/base by hkuang · 6 years ago
  36. 6233fed Transcoder: Improve AV transcoding speed by enforcing sequential sample access. by Linus Nilsson · 6 years ago
  37. 6c10370 Transcoder: Add a MediaSampleReader benchmark test. by Linus Nilsson · 6 years ago
  38. 687a009 Merge "Transcoder: Preserve source track's bitrate by default." by TreeHugger Robot · 6 years ago
  39. 800793f Transcoder: Preserve source track's bitrate by default. by Linus Nilsson · 6 years ago
  40. 5d0c89b Merge "Transcoder: Adopt MediaCodec's ALLOW_FRAME_DROP key" by TreeHugger Robot · 6 years ago
  41. 9359189 Transcoder: Adopt MediaCodec's ALLOW_FRAME_DROP key by Linus Nilsson · 6 years ago
  42. 7aa2e4a Merge "Remove non-inclusive language from the transcoder." by TreeHugger Robot · 6 years ago
  43. 443f16c Remove non-inclusive language from the transcoder. by Linus Nilsson · 6 years ago
  44. b09aac2 Transcoder: Improve video transcoding with audio passthrough performance by Linus Nilsson · 6 years ago
  45. 8f0b876 Transcoder: Add initial high level benchmark test. by Linus Nilsson · 6 years ago
  46. 16a5521 Transcoder: Fix crash in PassthroughTrackTranscoder by Linus Nilsson · 6 years ago
  47. cb7e418 Merge "Transcoder: Fix video track transcoding crash." by Linus Nilsson · 6 years ago
  48. e4716f2 Transcoder: Fix video track transcoding crash. by Linus Nilsson · 6 years ago
  49. 98b8a37 transcoding: post progress update to client by Chong Zhang · 6 years ago
  50. e2cdd1f Transcoder: Add support for progress updates. by Linus Nilsson · 6 years ago
  51. f1ec7e4 Merge "transcoder: initial version of pause/resume" by TreeHugger Robot · 6 years ago
  52. 790e942 Merge "Transcoder: Preserve source track duration." by TreeHugger Robot · 6 years ago
  53. 42a971b Transcoder: Preserve source track duration. by Linus Nilsson · 6 years ago
  54. b55c545 transcoder: initial version of pause/resume by Chong Zhang · 6 years ago
  55. 352f980 transcoding: push_asset only for new or modified asset files by Chong Zhang · 6 years ago
  56. b5f48c9 Merge "transcoding: Adding TranscodingJobStats for benchmarking." by TreeHugger Robot · 6 years ago
  57. 0bd7374 transcoding: Adding TranscodingJobStats for benchmarking. by hkuang · 6 years ago
  58. d6e4aec transcoder: fix rotation handling by Chong Zhang · 6 years ago
  59. 5855ee5 transcoder: add hevc->avc unit test and verify formats. by Chong Zhang · 6 years ago
  60. 7f5f428 Merge "transcoder: wait for actual encoder output format to start writer" by TreeHugger Robot · 6 years ago
  61. a2cc86b transcoder: wait for actual encoder output format to start writer by Chong Zhang · 6 years ago
  62. 34915b1 transcoding: Make TranscodingTestConfig to be nullable. by hkuang · 6 years ago
  63. 2ef2b43 transcoding: Add more test assets for testing. by hkuang · 6 years ago
  64. 6646927 transcoding: hooking up real transcoder in service by Chong Zhang · 6 years ago
  65. de60f06 transcoding: use actual callback in SimulatedTranscoder by Chong Zhang · 6 years ago
  66. eac8599 Merge "Transcoder: change src/dst to fd" by TreeHugger Robot · 6 years ago
  67. 308e91f Transcoder: change src/dst to fd by Chong Zhang · 6 years ago
  68. ffa1fec Merge "transcoding: Add more test configs for SimulatedTranscoder" by Hangyu Kuang · 6 years ago
  69. c6be7e4 Merge "transcoding: Add start/pause/resume event update to interface." by Hangyu Kuang · 6 years ago
  70. 9087f77 transcoding: fix typo on job request by Chong Zhang · 6 years ago
  71. a9ffd59 transcoding: Add more test configs for SimulatedTranscoder by hkuang · 6 years ago
  72. 96471b8 transcoding: Add start/pause/resume event update to interface. by hkuang · 6 years ago
  73. 1925309 transcoding: Add openFileDescriptor to ITranscodingClientCallback. by hkuang · 6 years ago
  74. 3bf34c2 Merge "Transcoder: Added MediaTranscoder and unit test." by TreeHugger Robot · 6 years ago
  75. cab39d8 Transcoder: Added MediaTranscoder and unit test. by Linus Nilsson · 6 years ago
  76. 22d6ae8 transcoding: Add TranscodingTestConfig for testing. by hkuang · 6 years ago
  77. 72d105f Transcoding: Change to use string path instead of fd. by hkuang · 6 years ago
  78. 81331c5 Merge "Transcoder: Added MediaSampleWriter and unit tests." by TreeHugger Robot · 6 years ago
  79. a85df7f Transcoder: Added MediaSampleWriter and unit tests. by Linus Nilsson · 6 years ago
  80. b6f39b3 Transcoding: Add new AIDL structure TranscodingVideoTrackFormat. by hkuang · 6 years ago
  81. 934f89f Merge "transcoding: separate pause&stop on transcoder<->scheduler interface" by TreeHugger Robot · 6 years ago
  82. 00feca2 transcoding: separate pause&stop on transcoder<->scheduler interface by Chong Zhang · 6 years ago
  83. 4f418cf Merge "transcoding: remove realtime jobs when a client is removed" by TreeHugger Robot · 6 years ago
  84. 767e317 Merge "Transcoder: Added PassthroughTrackTranscoder and unit tests." by TreeHugger Robot · 6 years ago
  85. 8aa16ea Merge "transcoding: fixes for binder died handling" by TreeHugger Robot · 6 years ago
  86. c6221db Transcoder: Added PassthroughTrackTranscoder and unit tests. by Linus Nilsson · 6 years ago
  87. 15c192a transcoding: remove realtime jobs when a client is removed by Chong Zhang · 6 years ago
  88. 3fa408f transcoding: fixes for binder died handling by Chong Zhang · 6 years ago
  89. 799ba4f isUidActiveOrForeground will be reverted by Hui Yu · 6 years ago
  90. 7522218 transcoding: add SimulatedTranscoder to test service by Chong Zhang · 6 years ago
  91. 88aba17 Merge "TranscodingService: Enable java generation for transcoding aidl" by TreeHugger Robot · 6 years ago
  92. acb3350 transcoding: add uid state based scheduling policy by Chong Zhang · 6 years ago
  93. f6f372a TranscodingService: Enable java generation for transcoding aidl by hkuang · 6 years ago
  94. da34ac2 Merge "Transcoder: Added MediaTrackTranscoder and VideoTrackTranscoder" by TreeHugger Robot · 6 years ago
  95. 0da327a Transcoder: Added MediaTrackTranscoder and VideoTrackTranscoder by Linus Nilsson · 6 years ago
  96. 20f2aa6 Merge "transcoding: use uid instead of pid for scheduling" by TreeHugger Robot · 6 years ago
  97. 7ae4e2f transcoding: use uid instead of pid for scheduling by Chong Zhang · 6 years ago
  98. cb9198e Transcoder: Add MediaSampleQueue and unit tests. by Linus Nilsson · 6 years ago
  99. 865f909 Merge "MediaTranscodingService: Add some missing build flags to Android.bp" by Hangyu Kuang · 6 years ago
  100. 4111463 Merge "Mark some aidl_interface modules as unstable" into rvc-dev am: ccc44f3f72 am: 82ca57d7fa am: 98fd9ab1d6 am: c6710d3504 by Jiyong Park · 6 years ago