1. 5998a63 Merge "Revert "transcoding: Use the maximum operating rate from property."" by Hangyu Kuang · 5 years ago
  2. 83bd197 Revert "transcoding: Use the maximum operating rate from property." by Hangyu Kuang · 5 years ago
  3. a189a29 Merge "transcoding: Use the maximum operating rate from property." by Hangyu Kuang · 5 years ago
  4. 60cb6ae Merge "transcoder: Add support to log benchmark params" by Hangyu Kuang · 5 years ago
  5. 561bb05 transcoding: Use the maximum operating rate from property. by hkuang · 5 years ago
  6. 8b8e700 transcoder: Add support to log benchmark params by Naveen Kumar Ponnusamy · 5 years ago
  7. d74f9fd transcoder benchmarks: Use static libmediatranscoder by Harish Mahendrakar · 5 years ago
  8. 13bae59 Enable atest for mediatranscoder benchmarks by Harish Mahendrakar · 5 years ago
  9. 5e883d1 Merge "Transcoder: Relax the bitrate file size thresholds for cuttlefish" by TreeHugger Robot · 5 years ago
  10. 24ba921 Transcoder: Relax the bitrate file size thresholds for cuttlefish by Linus Nilsson · 5 years ago
  11. bdcc54f Merge "Transcoder: Fix error with short clips" by Linus Nilsson · 5 years ago
  12. 071b9da Merge "Transcoder: Add support for pausing transcoding on a sync frame." by Linus Nilsson · 5 years ago
  13. 0c01f3d Transcoder: Fix error with short clips by Linus Nilsson · 5 years ago
  14. af7f8be Merge changes from topic "TranscodingAtest" by Hangyu Kuang · 5 years ago
  15. 84d4018 libmediatranscoder: Android.bp updates by Harish Mahendrakar · 5 years ago
  16. 8c92258 libmediatranscoding: Run tests with atest by Harish Mahendrakar · 5 years ago
  17. c580def libmediatranscoding: Reorganize test assets by Harish Mahendrakar · 5 years ago
  18. fdb3e33 Transcoder: Add support for pausing transcoding on a sync frame. by Linus Nilsson · 5 years ago
  19. bbb4eac transcoder: plumb uid/pid to transcoder createCodec by Chong Zhang · 5 years ago
  20. 5f5c07b Merge "Transcoder: Add 720p benchmark" by Linus Nilsson · 5 years ago
  21. a7aa2f6 Transcoder: Add 720p benchmark by Linus Nilsson · 5 years ago
  22. e4e088f transcoder: remove libbinder usage by Chong Zhang · 5 years ago
  23. 72fedd6 Merge "Transcoder: Add default codec operating rate." by TreeHugger Robot · 5 years ago
  24. 7a127b2 Transcoder: Add default codec operating rate. by Linus Nilsson · 5 years ago
  25. e8b8335 Merge "Transcoder: Fix oob read in benchmark test" by TreeHugger Robot · 5 years ago
  26. d98ea3b Transcoder: Fix oob read in benchmark test by Linus Nilsson · 5 years ago
  27. bc06248 transcoding: renaming to session controller to avoid confusion by Chong Zhang · 5 years ago
  28. 82a6a29 Transcoder: Make it easier to benchmark operating rates. by Linus Nilsson · 5 years ago
  29. 6bf4653 Transcoder: Benchmark HEVC->AVC and max operating rate by Linus Nilsson · 5 years ago
  30. 8a96cfc Transcoder: Add TrackTranscoder benchmarking. by Linus Nilsson · 5 years ago
  31. ad38887 Merge "Transcoder: Allow setting operating rate and priority on both encoder and decoder" by Linus Nilsson · 5 years ago
  32. 16d772b Transcoder: Allow setting operating rate and priority on both encoder and decoder by Linus Nilsson · 5 years ago
  33. 9fe700a Merge "Transcoder: Fixed codec leaks on cancel." by TreeHugger Robot · 5 years ago
  34. 93cf913 Transcoder: Fixed codec leaks on cancel. by Linus Nilsson · 5 years ago
  35. a23394f Merge "Transcoder: Refactor sample writer to not block clients." by TreeHugger Robot · 5 years ago
  36. c31d249 Transcoder: Refactor sample writer to not block clients. by Linus Nilsson · 5 years ago
  37. c8c88cc transcoder: fix error returned failed configure by Chong Zhang · 5 years ago
  38. 6233fed Transcoder: Improve AV transcoding speed by enforcing sequential sample access. by Linus Nilsson · 5 years ago
  39. 6c10370 Transcoder: Add a MediaSampleReader benchmark test. by Linus Nilsson · 5 years ago
  40. 687a009 Merge "Transcoder: Preserve source track's bitrate by default." by TreeHugger Robot · 5 years ago
  41. 800793f Transcoder: Preserve source track's bitrate by default. by Linus Nilsson · 5 years ago
  42. 5d0c89b Merge "Transcoder: Adopt MediaCodec's ALLOW_FRAME_DROP key" by TreeHugger Robot · 5 years ago
  43. 9359189 Transcoder: Adopt MediaCodec's ALLOW_FRAME_DROP key by Linus Nilsson · 5 years ago
  44. 7aa2e4a Merge "Remove non-inclusive language from the transcoder." by TreeHugger Robot · 5 years ago
  45. 443f16c Remove non-inclusive language from the transcoder. by Linus Nilsson · 5 years ago
  46. b09aac2 Transcoder: Improve video transcoding with audio passthrough performance by Linus Nilsson · 5 years ago
  47. 8f0b876 Transcoder: Add initial high level benchmark test. by Linus Nilsson · 5 years ago
  48. 16a5521 Transcoder: Fix crash in PassthroughTrackTranscoder by Linus Nilsson · 5 years ago
  49. cb7e418 Merge "Transcoder: Fix video track transcoding crash." by Linus Nilsson · 5 years ago
  50. e4716f2 Transcoder: Fix video track transcoding crash. by Linus Nilsson · 5 years ago
  51. e2cdd1f Transcoder: Add support for progress updates. by Linus Nilsson · 5 years ago
  52. f1ec7e4 Merge "transcoder: initial version of pause/resume" by TreeHugger Robot · 5 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. d6e4aec transcoder: fix rotation handling by Chong Zhang · 6 years ago
  56. 5855ee5 transcoder: add hevc->avc unit test and verify formats. by Chong Zhang · 6 years ago
  57. 7f5f428 Merge "transcoder: wait for actual encoder output format to start writer" by TreeHugger Robot · 6 years ago
  58. a2cc86b transcoder: wait for actual encoder output format to start writer by Chong Zhang · 6 years ago
  59. 2ef2b43 transcoding: Add more test assets for testing. by hkuang · 6 years ago
  60. 6646927 transcoding: hooking up real transcoder in service by Chong Zhang · 6 years ago
  61. 308e91f Transcoder: change src/dst to fd by Chong Zhang · 6 years ago
  62. cab39d8 Transcoder: Added MediaTranscoder and unit test. by Linus Nilsson · 6 years ago
  63. a85df7f Transcoder: Added MediaSampleWriter and unit tests. by Linus Nilsson · 6 years ago
  64. c6221db Transcoder: Added PassthroughTrackTranscoder and unit tests. by Linus Nilsson · 6 years ago
  65. 0da327a Transcoder: Added MediaTrackTranscoder and VideoTrackTranscoder by Linus Nilsson · 6 years ago
  66. cb9198e Transcoder: Add MediaSampleQueue and unit tests. by Linus Nilsson · 6 years ago
  67. 08b38d0 MediaTranscodingService: Add some missing build flags to Android.bp by hkuang · 6 years ago
  68. 478df7e Added MediaSampleReader interface and an NDK based implementation. by Linus Nilsson · 6 years ago