1. 6c10370 Transcoder: Add a MediaSampleReader benchmark test. by Linus Nilsson · 6 years ago
  2. 687a009 Merge "Transcoder: Preserve source track's bitrate by default." by TreeHugger Robot · 6 years ago
  3. 800793f Transcoder: Preserve source track's bitrate by default. by Linus Nilsson · 6 years ago
  4. 5d0c89b Merge "Transcoder: Adopt MediaCodec's ALLOW_FRAME_DROP key" by TreeHugger Robot · 6 years ago
  5. 9359189 Transcoder: Adopt MediaCodec's ALLOW_FRAME_DROP key by Linus Nilsson · 6 years ago
  6. 7aa2e4a Merge "Remove non-inclusive language from the transcoder." by TreeHugger Robot · 6 years ago
  7. 443f16c Remove non-inclusive language from the transcoder. by Linus Nilsson · 6 years ago
  8. b09aac2 Transcoder: Improve video transcoding with audio passthrough performance by Linus Nilsson · 6 years ago
  9. 8f0b876 Transcoder: Add initial high level benchmark test. by Linus Nilsson · 6 years ago
  10. 16a5521 Transcoder: Fix crash in PassthroughTrackTranscoder by Linus Nilsson · 6 years ago
  11. cb7e418 Merge "Transcoder: Fix video track transcoding crash." by Linus Nilsson · 6 years ago
  12. e4716f2 Transcoder: Fix video track transcoding crash. by Linus Nilsson · 6 years ago
  13. 98b8a37 transcoding: post progress update to client by Chong Zhang · 6 years ago
  14. e2cdd1f Transcoder: Add support for progress updates. by Linus Nilsson · 6 years ago
  15. f1ec7e4 Merge "transcoder: initial version of pause/resume" by TreeHugger Robot · 6 years ago
  16. 790e942 Merge "Transcoder: Preserve source track duration." by TreeHugger Robot · 6 years ago
  17. 42a971b Transcoder: Preserve source track duration. by Linus Nilsson · 6 years ago
  18. b55c545 transcoder: initial version of pause/resume by Chong Zhang · 6 years ago
  19. 352f980 transcoding: push_asset only for new or modified asset files by Chong Zhang · 6 years ago
  20. b5f48c9 Merge "transcoding: Adding TranscodingJobStats for benchmarking." by TreeHugger Robot · 6 years ago
  21. 0bd7374 transcoding: Adding TranscodingJobStats for benchmarking. by hkuang · 6 years ago
  22. d6e4aec transcoder: fix rotation handling by Chong Zhang · 6 years ago
  23. 5855ee5 transcoder: add hevc->avc unit test and verify formats. by Chong Zhang · 6 years ago
  24. 7f5f428 Merge "transcoder: wait for actual encoder output format to start writer" by TreeHugger Robot · 6 years ago
  25. a2cc86b transcoder: wait for actual encoder output format to start writer by Chong Zhang · 6 years ago
  26. 34915b1 transcoding: Make TranscodingTestConfig to be nullable. by hkuang · 6 years ago
  27. 2ef2b43 transcoding: Add more test assets for testing. by hkuang · 6 years ago
  28. 6646927 transcoding: hooking up real transcoder in service by Chong Zhang · 6 years ago
  29. de60f06 transcoding: use actual callback in SimulatedTranscoder by Chong Zhang · 6 years ago
  30. eac8599 Merge "Transcoder: change src/dst to fd" by TreeHugger Robot · 6 years ago
  31. 308e91f Transcoder: change src/dst to fd by Chong Zhang · 6 years ago
  32. ffa1fec Merge "transcoding: Add more test configs for SimulatedTranscoder" by Hangyu Kuang · 6 years ago
  33. c6be7e4 Merge "transcoding: Add start/pause/resume event update to interface." by Hangyu Kuang · 6 years ago
  34. 9087f77 transcoding: fix typo on job request by Chong Zhang · 6 years ago
  35. a9ffd59 transcoding: Add more test configs for SimulatedTranscoder by hkuang · 6 years ago
  36. 96471b8 transcoding: Add start/pause/resume event update to interface. by hkuang · 6 years ago
  37. 1925309 transcoding: Add openFileDescriptor to ITranscodingClientCallback. by hkuang · 6 years ago
  38. 3bf34c2 Merge "Transcoder: Added MediaTranscoder and unit test." by TreeHugger Robot · 6 years ago
  39. cab39d8 Transcoder: Added MediaTranscoder and unit test. by Linus Nilsson · 6 years ago
  40. 22d6ae8 transcoding: Add TranscodingTestConfig for testing. by hkuang · 6 years ago
  41. 72d105f Transcoding: Change to use string path instead of fd. by hkuang · 6 years ago
  42. 81331c5 Merge "Transcoder: Added MediaSampleWriter and unit tests." by TreeHugger Robot · 6 years ago
  43. a85df7f Transcoder: Added MediaSampleWriter and unit tests. by Linus Nilsson · 6 years ago
  44. b6f39b3 Transcoding: Add new AIDL structure TranscodingVideoTrackFormat. by hkuang · 6 years ago
  45. 934f89f Merge "transcoding: separate pause&stop on transcoder<->scheduler interface" by TreeHugger Robot · 6 years ago
  46. 00feca2 transcoding: separate pause&stop on transcoder<->scheduler interface by Chong Zhang · 6 years ago
  47. 4f418cf Merge "transcoding: remove realtime jobs when a client is removed" by TreeHugger Robot · 6 years ago
  48. 767e317 Merge "Transcoder: Added PassthroughTrackTranscoder and unit tests." by TreeHugger Robot · 6 years ago
  49. 8aa16ea Merge "transcoding: fixes for binder died handling" by TreeHugger Robot · 6 years ago
  50. c6221db Transcoder: Added PassthroughTrackTranscoder and unit tests. by Linus Nilsson · 6 years ago
  51. 15c192a transcoding: remove realtime jobs when a client is removed by Chong Zhang · 6 years ago
  52. 3fa408f transcoding: fixes for binder died handling by Chong Zhang · 6 years ago
  53. 799ba4f isUidActiveOrForeground will be reverted by Hui Yu · 6 years ago
  54. 7522218 transcoding: add SimulatedTranscoder to test service by Chong Zhang · 6 years ago
  55. 88aba17 Merge "TranscodingService: Enable java generation for transcoding aidl" by TreeHugger Robot · 6 years ago
  56. acb3350 transcoding: add uid state based scheduling policy by Chong Zhang · 6 years ago
  57. f6f372a TranscodingService: Enable java generation for transcoding aidl by hkuang · 6 years ago
  58. da34ac2 Merge "Transcoder: Added MediaTrackTranscoder and VideoTrackTranscoder" by TreeHugger Robot · 6 years ago
  59. 0da327a Transcoder: Added MediaTrackTranscoder and VideoTrackTranscoder by Linus Nilsson · 6 years ago
  60. 20f2aa6 Merge "transcoding: use uid instead of pid for scheduling" by TreeHugger Robot · 6 years ago
  61. 7ae4e2f transcoding: use uid instead of pid for scheduling by Chong Zhang · 6 years ago
  62. cb9198e Transcoder: Add MediaSampleQueue and unit tests. by Linus Nilsson · 6 years ago
  63. 865f909 Merge "MediaTranscodingService: Add some missing build flags to Android.bp" by Hangyu Kuang · 6 years ago
  64. 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
  65. 08b38d0 MediaTranscodingService: Add some missing build flags to Android.bp by hkuang · 6 years ago
  66. 6709a93 MediaTranscoding: Add libmediatranscoder to the service. by hkuang · 6 years ago
  67. 478df7e Added MediaSampleReader interface and an NDK based implementation. by Linus Nilsson · 6 years ago
  68. 6d58e4b transcoding: add job scheduler and unit tests by Chong Zhang · 6 years ago
  69. 4a0d396 libmediatranscoding: Update OWNERS file. by hkuang · 6 years ago
  70. 5275ce9 Merge "Fix the clang-format error in libmediatranscoding directory" by Hangyu Kuang · 6 years ago
  71. 181f2ec Fix the clang-format error in libmediatranscoding directory by hkuang · 6 years ago
  72. 1f2151f Mark some aidl_interface modules as unstable by Jiyong Park · 6 years ago
  73. 8e06263 transcoding: separate client interface from service by Chong Zhang · 6 years ago
  74. 93fb84c MediaTranscodingService: Add AdjustableMaxPriorityQueue. by hkuang · 6 years ago
  75. 5172cab MediaTranscodingService: Simplify TranscodingClientManager. by hkuang · 6 years ago
  76. 9c04b8d MediaTranscodingService: Implement service's add/remove client APIs. by hkuang · 6 years ago
  77. 26587cb MediaTranscoding: Add TranscodingClientManager. by hkuang · 6 years ago
  78. 48c365e MediaTranscodingService: Rework Service's AIDL. by hkuang · 6 years ago
  79. 06069a5 MediaTranscodingService: Add AIDL interface for MediaTranscodingService. by Hangyu Kuang · 6 years ago