1. fd5486c codec2: force array mode for graphic metadata buffers by Wonsik Kim · 6 years ago
  2. a4ce388 Allow creation of input surface in CCodec by Pawin Vongmasa · 6 years ago
  3. 16915d7 codec2: add color formats for image component by Wonsik Kim · 6 years ago
  4. ebe0f9e codec2: wait for fence in VideoNativeMetadata by Wonsik Kim · 6 years ago
  5. bdffead codec2: initialize delays at start by Wonsik Kim · 6 years ago
  6. d0fb5dc Merge "codec2: fix rare native crash in buffer queue thread" into qt-dev by Wonsik Kim · 6 years ago
  7. 9368cad Merge "codec2: fix output delay update" into qt-dev by Wonsik Kim · 6 years ago
  8. 0ca30c3 codec2: fix rare native crash in buffer queue thread by Wonsik Kim · 6 years ago
  9. f0e7d22 codec2: fix output delay update by Wonsik Kim · 6 years ago
  10. 831b8d7 codec2: offload fence waiting for input surfaces into another thread by Wonsik Kim · 6 years ago
  11. 2cbc7cd Merge "CCodecBuffers: add support for reallocating graphic buffers" into qt-dev by TreeHugger Robot · 6 years ago
  12. a39882b CCodecBuffers: add support for reallocating graphic buffers by Wonsik Kim · 6 years ago
  13. 5ff7ff5 Merge "Migrate buffers during surface change" into qt-dev by TreeHugger Robot · 6 years ago
  14. a69eacc Merge "CCodec: increase timeout for operations" into qt-dev by TreeHugger Robot · 6 years ago
  15. 9ee5a7c CCodec: increase timeout for operations by Wonsik Kim · 6 years ago
  16. 442be45 Guard fd with unique_fd in C2OMXNode::emptyBuffer by Chong Zhang · 6 years ago
  17. 0851581 Migrate buffers during surface change by Sungtak Lee · 6 years ago
  18. 0080d7e CCodec: fix i-frame-interval and aac configs by Wonsik Kim · 6 years ago
  19. 7d96631 codec2: fix graphic buffer copy by Wonsik Kim · 6 years ago
  20. 35b711d Merge "codec2: use an index flag for split parameters" into qt-dev by Lajos Molnar · 6 years ago
  21. 8b04b45 Merge "codec2: Remove quality from output format for CBR, VBR mode" into qt-dev by Wonsik Kim · 6 years ago
  22. e51c887 Merge "codec2: fix graphic buffer copying in byte buffer mode" into qt-dev by Wonsik Kim · 6 years ago
  23. cc50ca8 Merge "CCodec: handle delay config update" into qt-dev by Wonsik Kim · 6 years ago
  24. 02af5a1 codec2: use an index flag for split parameters by Lajos Molnar · 6 years ago
  25. 9a4c8eb codec2: Remove quality from output format for CBR, VBR mode by Harish Mahendrakar · 6 years ago
  26. 5ecf383 CCodec: handle delay config update by Wonsik Kim · 6 years ago
  27. 8bfa17a codec2: fix graphic buffer copying in byte buffer mode by Wonsik Kim · 6 years ago
  28. f7c49e2 codec2: Fix width and height when output is cropped by Harish Mahendrakar · 6 years ago
  29. c9f1a05 Merge changes I3c756d61,Id0f6cf61 into qt-dev by TreeHugger Robot · 6 years ago
  30. 315f7aa Merge changes I05aeb909,Iee31eed6,I2544a7cb into qt-dev by Wonsik Kim · 6 years ago
  31. 9eef0ac Merge "Codec2Buffer: add size info to client-based output byte buffer" into qt-dev by Wonsik Kim · 6 years ago
  32. 1971e2c Codec2Buffer: add size info to client-based output byte buffer by Pin-chih Lin · 6 years ago
  33. 71cbb9d CCodecConfig: Fix mapping to bitrate-mode by Harish Mahendrakar · 6 years ago
  34. aab2eea CCodec: add max B frames support by Wonsik Kim · 6 years ago
  35. 9eac4d1 CCodec: pass consumer usage from component to input surface by Wonsik Kim · 6 years ago
  36. 4f1b690 Merge "media: enable Codec 2.0 by default again" into qt-dev by Lajos Molnar · 6 years ago
  37. 8635fc8 media: enable Codec 2.0 by default again by Lajos Molnar · 6 years ago
  38. 596250c Revert "media: enable Codec 2.0 by default" by Remi NGUYEN VAN · 6 years ago
  39. 8e2cfb5 Ignore channel's onInputBufferDone while using input surface by Pawin Vongmasa · 6 years ago
  40. 3c4b455 media: enable Codec 2.0 by default by Lajos Molnar · 6 years ago
  41. 7892cea CCodec: Detect pipeline fullness based on pending inputs by Praveen Chavan · 6 years ago
  42. 424cfb5 codec2: use media_codecs from apex and support variants/domains by Lajos Molnar · 6 years ago
  43. da66689 media: expand media_codecs.xml to support variants and domains by Lajos Molnar · 6 years ago
  44. f93a454 Update to new AV1 profile definitions and support HDR info by Rakesh Kumar · 6 years ago
  45. 37a9ade Merge "CCodec: reduce log amount for render warning" into qt-dev by Wonsik Kim · 6 years ago
  46. f7529dd CCodec: reduce log amount for render warning by Wonsik Kim · 6 years ago
  47. e46a147 Merge "Remove ligbui dep from libcodec2_vndk and libcodec2_hidl@1.0" into qt-dev by TreeHugger Robot · 6 years ago
  48. c8ce1d8 Remove ligbui dep from libcodec2_vndk and libcodec2_hidl@1.0 by Chong Zhang · 6 years ago
  49. ab6f2f3 Make BufferQueue based block pool non-blocking by Sungtak Lee · 6 years ago
  50. 469c834 CCodec: move Buffers out into a separate file by Wonsik Kim · 6 years ago
  51. a261e38 CCodec: protect C2OMXNode::mBufferIdsInUse by Wonsik Kim · 6 years ago
  52. 0fe4c47 Revert "Revert "Remove direct libgui reference from omx server side"" by Chong Zhang · 6 years ago
  53. b4979c5 Revert "Remove direct libgui reference from omx server side" by Sung-fang Tsai · 6 years ago
  54. 482f60c Remove direct libgui reference from omx server side by Chong Zhang · 6 years ago
  55. d233276 Merge "Obtain Codec2 instances from hwservicemanager" into qt-dev by TreeHugger Robot · 6 years ago
  56. 892c81d Obtain Codec2 instances from hwservicemanager by Pawin Vongmasa · 6 years ago
  57. 9ca01d3 media: fix "prepend-sps-pps-to-idr-frames" behavior by Wonsik Kim · 6 years ago
  58. 97214de Merge "CCodec: fix EOS placement with reordering" by Wonsik Kim · 6 years ago
  59. c70268a Merge changes Ieab560be,Icb294e1b,Ia664c15b by Wonsik Kim · 6 years ago
  60. 472c738 Remove buffers from mFlushedConfigs when queued by Pawin Vongmasa · 6 years ago
  61. 4f3314d CCodec: fix C2OMXNode assumption that components are in the same process by Wonsik Kim · 6 years ago
  62. 817d318 CCodec: Allow bitrate to be not set in CQ mode for video encoders by Harish Mahendrakar · 6 years ago
  63. 6642743 CCodec: fix EOS placement with reordering by Wonsik Kim · 6 years ago
  64. 3842d82 Merge "actually convert between codec2 and mediacodecinfo for av1" by TreeHugger Robot · 6 years ago
  65. 80b4aef Merge "CCodec: fix MAX_PTS_GAP behavior" by Wonsik Kim · 6 years ago
  66. 95ba016 CCodec: fix MAX_PTS_GAP behavior by Wonsik Kim · 6 years ago
  67. aee3f31 actually convert between codec2 and mediacodecinfo for av1 by Ray Essick · 6 years ago
  68. 524b058 CCodec: don't update pipeline watcher if using input surface by Wonsik Kim · 6 years ago
  69. 985321a Merge "CCodec: handle input image for input buffers as well" by TreeHugger Robot · 6 years ago
  70. c3e5e94 CCodec: handle input image for input buffers as well by Wonsik Kim · 6 years ago
  71. 06f087d Merge "Make KEY_MAX_PTS_GAP_TO_ENCODER and KEY_MAX_FPS_TO_ENCODER keys public" by Chong Zhang · 6 years ago
  72. 80cb83e Merge "CCodec: enforce required configurations" by Wonsik Kim · 6 years ago
  73. 1114eea CCodec: enforce required configurations by Wonsik Kim · 6 years ago
  74. 9f11c70 Merge "CCodec: calculate max dequeued buffer count" by Wonsik Kim · 6 years ago
  75. 16be62c Merge "codec2: remove deprecated configs and their remaining usage" by Lajos Molnar · 6 years ago
  76. cac5385 Codec2Buffer: Initialize mediaImage to zero in GraphicView2MediaImageConverter by Harish Mahendrakar · 6 years ago
  77. f5e5c83 CCodec: calculate max dequeued buffer count by Wonsik Kim · 6 years ago
  78. 3bb81cd codec2: remove deprecated configs and their remaining usage by Lajos Molnar · 6 years ago
  79. 070897f CCodec: add more doc to PipelineWatcher by Wonsik Kim · 6 years ago
  80. c6aa503 Merge "CCodec: skip first N longest work inside total delay" by Wonsik Kim · 6 years ago
  81. d97b1b3 Merge "CCodec: support legacy bitrate change behavior" by Wonsik Kim · 6 years ago
  82. aa484ac CCodec: support legacy bitrate change behavior by Wonsik Kim · 6 years ago
  83. 4fa4f2b CCodec: skip first N longest work inside total delay by Wonsik Kim · 6 years ago
  84. c48ddcf CCodec: fix image data update handling by Wonsik Kim · 6 years ago
  85. 318690a Merge "Include correct headerfile" by Marco Nelissen · 6 years ago
  86. 61d2e53 Include correct headerfile by Marco Nelissen · 6 years ago
  87. 6787e25 Merge "stagefright: Add support for levels 6+ for AVC/H.264" by Lajos Molnar · 6 years ago
  88. 038e8f8 Make KEY_MAX_PTS_GAP_TO_ENCODER and KEY_MAX_FPS_TO_ENCODER keys public by Chong Zhang · 6 years ago
  89. 307b00e Merge changes I373db2f4,I3f0cc1dd,I05f8ed86,Iec0cc3d2,I01cfcaf1, ... by Lajos Molnar · 6 years ago
  90. db5751f codec2: Codec2InfoBuilder rework by Lajos Molnar · 6 years ago
  91. 4711827 codec2: CCodec plugin CreateInputSurface should create C2 HAL surface by Lajos Molnar · 6 years ago
  92. df5dd14 CCodec: limit number of max output buffers client can keep by Wonsik Kim · 6 years ago
  93. ab34ed6 CCodec: refactor pipeline logic by Wonsik Kim · 6 years ago
  94. 38ad341 CCodec: fix reorder stash handling by Wonsik Kim · 6 years ago
  95. 6897f22 CCodec: flush reorder stash at flush by Wonsik Kim · 6 years ago
  96. 550c84d Merge "Upstream changes from hardware/google/av" by TreeHugger Robot · 6 years ago
  97. 173d883 Merge "Initial commit for the Codec2.0 HAL" by TreeHugger Robot · 6 years ago
  98. 1f21336 Upstream changes from hardware/google/av by Pawin Vongmasa · 6 years ago
  99. 1c75a23 Initial commit for the Codec2.0 HAL by Pawin Vongmasa · 6 years ago
  100. 186fdbf CCodec: harden against nullptr/out-of-memory by Wonsik Kim · 6 years ago