)]}'
{
  "log": [
    {
      "commit": "f78afc3b502860f279fb11dfe995516ea3c8aab2",
      "tree": "4bdf10cec148133ff4d41d3fcac837e902917667",
      "parents": [
        "825104de21cb4184707e65fed004bc4f893bd67d"
      ],
      "author": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Wed Mar 10 19:42:49 2021 -0800"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Mar 23 16:17:33 2021 -0700"
      },
      "message": "Rework how QP bounds are passed, AVC encoder\n\nPass via an (variable length) set of settings for picture types\ninstead of the fixed I/P/B types. Also makes it possible to\npass a max without also passing a min.\nThis is for the AVC software encoder; other codecs will be modified\naccordingly.\n\nBug: 181830609\nTest: vq testing, ALOG\nChange-Id: I9086c0d83e625a7a815ce2c104352fdac165b927\n(cherry picked from commit b3e76b60d9fd524681650f1608f606180040a186)\n"
    },
    {
      "commit": "825104de21cb4184707e65fed004bc4f893bd67d",
      "tree": "b4f5a6cd5e222cfeddc6ab9645af4ee0b263ac08",
      "parents": [
        "a9a724a0d1b6947c280fd2e3f01b78f3b12bb9a4"
      ],
      "author": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Thu Mar 04 13:29:57 2021 -0800"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Mar 23 16:17:21 2021 -0700"
      },
      "message": "AVC encoder processes QP bounding parameters\n\nThe software AVC encoder now parses the QP bounds passed by the\ncodec2 framework and uses those values in the codec\u0027s configuration.\n\nBug: 181830609\nTest: vq testing\nChange-Id: I6940dc745e452bf75ec310c10f42a0d217be2b64\n(cherry picked from commit fe679136d2c30427852487d9dc69c2ccae43f154)\n"
    },
    {
      "commit": "49aa91b81baa350a6f14674b4b61c0ed74f0f0c8",
      "tree": "1014412d0b1e438be200e012f99a76b7e3ebc080",
      "parents": [
        "8da0203667851368251a0fc5e6a1aafed2ccba68"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Sat Mar 13 09:08:06 2021 -0800"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Sat Mar 13 09:10:31 2021 -0800"
      },
      "message": "C2 mpeg4enc: Support dynamic bitrate change\n\nBug: 179194367\nTest: atest VtsHalMediaC2V1_0TargetVideoEncTest\n\nChange-Id: I37e9d1b73082b85fa73ad07af1ffe919629026b2\n"
    },
    {
      "commit": "cb528e2edb23c48b8a7a9438480b4c7c83bec44f",
      "tree": "ae609333bc91e0a21110893a085529f685f1760a",
      "parents": [
        "353d2e39948802eac48f2fe4329d9afd3e59a395"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Wed Mar 03 21:30:35 2021 -0800"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Fri Mar 05 16:25:52 2021 +0000"
      },
      "message": "C2SoftCodecTests: Add unit tests for c2 soft codecs\n\nBug: 181243220\nTest: atest C2SoftMpeg4DecTest\n\nChange-Id: I34b9ab63d3aef867a1a2a59b10befc995f1e34b0\n"
    },
    {
      "commit": "7a9b5d11146bd4994b8c7ee1e7d43760db78aea9",
      "tree": "2530eeb75c769aed8cfbd5c8751227aa6e17c344",
      "parents": [
        "a5ac95f3c05674bcc091a6ef5a95d3ae4d2eeaf7",
        "fb8db670cc3c2a5155f7970433875b0eda22bc20"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Fri Feb 19 06:22:30 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Feb 19 06:22:30 2021 +0000"
      },
      "message": "Merge \"C2SoftHevcDec: Fix resolution change handling\""
    },
    {
      "commit": "fb8db670cc3c2a5155f7970433875b0eda22bc20",
      "tree": "83775c0c004c546d01efbbd2db415d0ba6526072",
      "parents": [
        "d295e4b4bdc617ebdeb36deb97cb9597a5e603f1"
      ],
      "author": {
        "name": "Rakesh Kumar",
        "email": "rakesh.kumar@ittiam.com",
        "time": "Tue Feb 16 07:14:05 2021 +0530"
      },
      "committer": {
        "name": "Rakesh Kumar",
        "email": "rakesh.kumar@ittiam.com",
        "time": "Thu Feb 18 16:51:20 2021 +0000"
      },
      "message": "C2SoftHevcDec: Fix resolution change handling\n\nC2 plugin for hevc decoder is updated to do config update for\nheight/width before feeding any input after resolution change.\n\nBug: 180592345\nTest: atest android.mediav2.cts.AdaptivePlaybackTest\nChange-Id: I4b64974be535783b0af45d154068ca7163c563be\n"
    },
    {
      "commit": "39c92dd8fc04b45ee62b28f9144bef0203a00a7e",
      "tree": "067e8080b477802aac9196d2670ed96d3c99e2ef",
      "parents": [
        "9e11c9b635ffd9230b9b1b661f9ed25e9669e2dc",
        "597435f828316dca72cbb25759fc5141cbd6a32b"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Feb 16 19:38:22 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Feb 16 19:38:22 2021 +0000"
      },
      "message": "Merge changes I39f15cc4,I9639692c,I0a10bacc\n\n* changes:\n  RELAND aacdec: don\u0027t report DRC_COMPRESSION_MODE back\n  RELAND CCodecConfig: don\u0027t read DRC_COMPRESSION_MODE back\n  RELAND CCodec: simplify format change logic\n"
    },
    {
      "commit": "948e6aace91d16acfaa97763c7228029a1c2afe0",
      "tree": "e1213aacab8f21fd8bf9dcd02dbc82741013379f",
      "parents": [
        "367398038247b09a3f92e05affac5f9b1f5e2f90"
      ],
      "author": {
        "name": "Bob Badour",
        "email": "bbadour@google.com",
        "time": "Fri Feb 12 21:02:31 2021 -0800"
      },
      "committer": {
        "name": "Bob Badour",
        "email": "bbadour@google.com",
        "time": "Tue Feb 16 04:09:57 2021 -0800"
      },
      "message": "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/av\n\nAdded SPDX-license-identifier-Apache-2.0 to:\n  apex/Android.bp\n  camera/cameraserver/Android.bp\n  camera/tests/Android.mk\n  cmds/screenrecord/Android.bp\n  cmds/stagefright/Android.mk\n  drm/common/Android.bp\n  drm/drmserver/Android.bp\n  drm/libdrmframework/Android.bp\n  drm/libdrmframework/plugins/common/util/Android.bp\n  drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.bp\n  drm/libdrmframework/plugins/forward-lock/internal-format/common/Android.bp\n  drm/libdrmframework/plugins/forward-lock/internal-format/converter/Android.bp\n  drm/libdrmframework/plugins/forward-lock/internal-format/decoder/Android.bp\n  drm/libdrmframework/plugins/passthru/Android.bp\n  drm/libmediadrm/Android.bp\n  drm/libmediadrm/fuzzer/Android.bp\n  drm/libmediadrm/protos/Android.bp\n  drm/libmediadrm/tests/Android.bp\n  drm/mediacas/plugins/clearkey/Android.bp\n  drm/mediacas/plugins/clearkey/tests/Android.bp\n  drm/mediacas/plugins/mock/Android.bp\n  drm/mediadrm/plugins/clearkey/common/Android.bp\n  drm/mediadrm/plugins/clearkey/default/Android.bp\n  drm/mediadrm/plugins/clearkey/default/tests/Android.bp\n  drm/mediadrm/plugins/mock/Android.bp\n  media/audioserver/Android.mk\n  media/bufferpool/1.0/Android.bp\n  media/bufferpool/1.0/vts/Android.bp\n  media/bufferpool/2.0/Android.bp\n  media/bufferpool/2.0/tests/Android.bp\n  media/codec2/components/aac/Android.bp\n  media/codec2/components/amr_nb_wb/Android.bp\n  media/codec2/components/aom/Android.bp\n  media/codec2/components/avc/Android.bp\n  media/codec2/components/base/Android.bp\n  media/codec2/components/cmds/Android.bp\n  media/codec2/components/flac/Android.bp\n  media/codec2/components/g711/Android.bp\n  media/codec2/components/gav1/Android.bp\n  media/codec2/components/gsm/Android.bp\n  media/codec2/components/hevc/Android.bp\n  media/codec2/components/mp3/Android.bp\n  media/codec2/components/mpeg2/Android.bp\n  media/codec2/components/mpeg4_h263/Android.bp\n  media/codec2/components/opus/Android.bp\n  media/codec2/components/raw/Android.bp\n  media/codec2/components/vorbis/Android.bp\n  media/codec2/components/vpx/Android.bp\n  media/codec2/components/xaac/Android.bp\n  media/codec2/core/Android.bp\n  media/codec2/faultinjection/Android.bp\n  media/codec2/fuzzer/Android.bp\n  media/codec2/hidl/1.0/utils/Android.bp\n  media/codec2/hidl/1.0/vts/functional/Android.bp\n  media/codec2/hidl/1.0/vts/functional/audio/Android.bp\n  media/codec2/hidl/1.0/vts/functional/common/Android.bp\n  media/codec2/hidl/1.0/vts/functional/component/Android.bp\n  media/codec2/hidl/1.0/vts/functional/master/Android.bp\n  media/codec2/hidl/1.0/vts/functional/video/Android.bp\n  media/codec2/hidl/1.1/utils/Android.bp\n  media/codec2/hidl/client/Android.bp\n  media/codec2/hidl/services/Android.bp\n  media/codec2/sfplugin/Android.bp\n  media/codec2/sfplugin/tests/Android.bp\n  media/codec2/sfplugin/utils/Android.bp\n  media/codec2/tests/Android.bp\n  media/codec2/vndk/Android.bp\n  media/codecs/amrnb/common/Android.bp\n  media/codecs/amrnb/enc/fuzzer/Android.bp\n  media/codecs/amrnb/fuzzer/Android.bp\n  media/codecs/amrwb/dec/fuzzer/Android.bp\n  media/codecs/amrwb/enc/Android.bp\n  media/codecs/amrwb/enc/SampleCode/Android.bp\n  media/codecs/amrwb/enc/fuzzer/Android.bp\n  media/codecs/amrwb/enc/test/Android.bp\n  media/codecs/g711/decoder/Android.bp\n  media/codecs/g711/fuzzer/Android.bp\n  media/codecs/m4v_h263/dec/Android.bp\n  media/codecs/m4v_h263/dec/test/Android.bp\n  media/codecs/m4v_h263/fuzzer/Android.bp\n  media/codecs/mp3dec/fuzzer/Android.bp\n  media/extractors/Android.bp\n  media/extractors/aac/Android.bp\n  media/extractors/amr/Android.bp\n  media/extractors/flac/Android.bp\n  media/extractors/fuzzers/Android.bp\n  media/extractors/midi/Android.bp\n  media/extractors/mkv/Android.bp\n  media/extractors/mp3/Android.bp\n  media/extractors/mp4/Android.bp\n  media/extractors/mpeg2/Android.bp\n  media/extractors/ogg/Android.bp\n  media/extractors/tests/Android.bp\n  media/extractors/wav/Android.bp\n  media/img_utils/Android.bp\n  media/libaaudio/Android.bp\n  media/libaaudio/examples/Android.bp\n  media/libaaudio/examples/input_monitor/Android.bp\n  media/libaaudio/examples/loopback/Android.bp\n  media/libaaudio/examples/write_sine/Android.bp\n  media/libaaudio/src/Android.bp\n  media/libaaudio/tests/Android.bp\n  media/libaudioclient/Android.bp\n  media/libaudioclient/tests/Android.bp\n  media/libaudiofoundation/Android.bp\n  media/libaudiofoundation/tests/Android.bp\n  media/libaudiohal/Android.bp\n  media/libaudiohal/impl/Android.bp\n  media/libaudioprocessing/Android.bp\n  media/libaudioprocessing/audio-resampler/Android.bp\n  media/libaudioprocessing/tests/Android.bp\n  media/libaudioprocessing/tests/fuzzer/Android.bp\n  media/libcpustats/Android.bp\n  media/libdatasource/Android.bp\n  media/libeffects/config/Android.bp\n  media/libeffects/downmix/Android.bp\n  media/libeffects/downmix/tests/Android.bp\n  media/libeffects/dynamicsproc/Android.bp\n  media/libeffects/factory/Android.bp\n  media/libeffects/loudness/Android.bp\n  media/libeffects/lvm/benchmarks/Android.bp\n  media/libeffects/lvm/lib/Android.bp\n  media/libeffects/lvm/tests/Android.bp\n  media/libeffects/lvm/wrapper/Android.bp\n  media/libeffects/preprocessing/Android.bp\n  media/libeffects/preprocessing/benchmarks/Android.bp\n  media/libeffects/preprocessing/tests/Android.bp\n  media/libeffects/proxy/Android.bp\n  media/libeffects/visualizer/Android.mk\n  media/libheif/Android.bp\n  media/libmedia/Android.bp\n  media/libmedia/tests/codeclist/Android.bp\n  media/libmedia/xsd/Android.bp\n  media/libmedia/xsd/vts/Android.bp\n  media/libmediahelper/Android.bp\n  media/libmediahelper/tests/Android.bp\n  media/libmediametrics/Android.bp\n  media/libmediaplayerservice/Android.bp\n  media/libmediaplayerservice/datasource/Android.bp\n  media/libmediaplayerservice/nuplayer/Android.bp\n  media/libmediaplayerservice/tests/Android.bp\n  media/libmediaplayerservice/tests/stagefrightRecorder/Android.bp\n  media/libmediatranscoding/Android.bp\n  media/libmediatranscoding/tests/Android.bp\n  media/libnbaio/Android.bp\n  media/libnblog/Android.bp\n  media/libstagefright/Android.bp\n  media/libstagefright/bqhelper/Android.bp\n  media/libstagefright/bqhelper/tests/Android.bp\n  media/libstagefright/codecs/aacdec/Android.bp\n  media/libstagefright/codecs/aacenc/Android.bp\n  media/libstagefright/codecs/amrnb/dec/Android.bp\n  media/libstagefright/codecs/amrnb/enc/Android.bp\n  media/libstagefright/codecs/amrwbenc/Android.bp\n  media/libstagefright/codecs/avcdec/Android.bp\n  media/libstagefright/codecs/avcenc/Android.bp\n  media/libstagefright/codecs/common/Android.bp\n  media/libstagefright/codecs/flac/dec/Android.bp\n  media/libstagefright/codecs/flac/enc/Android.bp\n  media/libstagefright/codecs/g711/dec/Android.bp\n  media/libstagefright/codecs/gsm/dec/Android.bp\n  media/libstagefright/codecs/hevcdec/Android.bp\n  media/libstagefright/codecs/m4v_h263/dec/Android.bp\n  media/libstagefright/codecs/m4v_h263/enc/Android.bp\n  media/libstagefright/codecs/mp3dec/Android.bp\n  media/libstagefright/codecs/mpeg2dec/Android.bp\n  media/libstagefright/codecs/on2/dec/Android.bp\n  media/libstagefright/codecs/on2/enc/Android.bp\n  media/libstagefright/codecs/opus/dec/Android.bp\n  media/libstagefright/codecs/raw/Android.bp\n  media/libstagefright/codecs/vorbis/dec/Android.bp\n  media/libstagefright/codecs/xaacdec/Android.bp\n  media/libstagefright/colorconversion/Android.bp\n  media/libstagefright/data/Android.bp\n  media/libstagefright/filters/Android.bp\n  media/libstagefright/flac/dec/Android.bp\n  media/libstagefright/flac/dec/test/Android.bp\n  media/libstagefright/foundation/Android.bp\n  media/libstagefright/foundation/tests/AVCUtils/Android.bp\n  media/libstagefright/foundation/tests/Android.bp\n  media/libstagefright/foundation/tests/OpusHeader/Android.bp\n  media/libstagefright/foundation/tests/colorutils/Android.bp\n  media/libstagefright/http/Android.bp\n  media/libstagefright/httplive/Android.bp\n  media/libstagefright/id3/Android.bp\n  media/libstagefright/id3/test/Android.bp\n  media/libstagefright/mpeg2ts/Android.bp\n  media/libstagefright/mpeg2ts/test/Android.bp\n  media/libstagefright/omx/Android.bp\n  media/libstagefright/omx/tests/Android.bp\n  media/libstagefright/rtsp/Android.bp\n  media/libstagefright/tests/Android.bp\n  media/libstagefright/tests/ESDS/Android.bp\n  media/libstagefright/tests/HEVC/Android.bp\n  media/libstagefright/tests/extractorFactory/Android.bp\n  media/libstagefright/tests/fuzzers/Android.bp\n  media/libstagefright/tests/mediacodec/Android.bp\n  media/libstagefright/tests/metadatautils/Android.bp\n  media/libstagefright/tests/writer/Android.bp\n  media/libstagefright/timedtext/Android.bp\n  media/libstagefright/timedtext/test/Android.bp\n  media/libstagefright/webm/Android.bp\n  media/libstagefright/webm/tests/Android.bp\n  media/libstagefright/writer_fuzzers/Android.bp\n  media/libstagefright/xmlparser/Android.bp\n  media/libstagefright/xmlparser/test/Android.bp\n  media/libstagefright/xmlparser/vts/Android.bp\n  media/libwatchdog/Android.bp\n  media/mediaserver/Android.bp\n  media/mtp/Android.bp\n  media/mtp/tests/Android.bp\n  media/tests/benchmark/Android.bp\n  media/tests/benchmark/MediaBenchmarkTest/Android.bp\n  media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/Android.bp\n  media/tests/benchmark/src/native/common/Android.bp\n  media/tests/benchmark/src/native/decoder/Android.bp\n  media/tests/benchmark/src/native/encoder/Android.bp\n  media/tests/benchmark/src/native/extractor/Android.bp\n  media/tests/benchmark/src/native/muxer/Android.bp\n  media/tests/benchmark/tests/Android.bp\n  media/utils/Android.bp\n  media/utils/fuzzers/Android.bp\n  services/audioflinger/Android.bp\n  services/audiopolicy/Android.bp\n  services/audiopolicy/common/Android.bp\n  services/audiopolicy/common/managerdefinitions/Android.bp\n  services/audiopolicy/config/Android.bp\n  services/audiopolicy/engine/common/Android.bp\n  services/audiopolicy/engine/config/Android.bp\n  services/audiopolicy/engine/interface/Android.bp\n  services/audiopolicy/engineconfigurable/Android.bp\n  services/audiopolicy/engineconfigurable/config/Android.bp\n  services/audiopolicy/engineconfigurable/config/example/automotive/Android.bp\n  services/audiopolicy/engineconfigurable/config/example/caremu/Android.bp\n  services/audiopolicy/engineconfigurable/config/example/phone/Android.bp\n  services/audiopolicy/engineconfigurable/parameter-framework/Android.bp\n  services/audiopolicy/engineconfigurable/parameter-framework/plugin/Android.bp\n  services/audiopolicy/engineconfigurable/tools/Android.bp\n  services/audiopolicy/engineconfigurable/wrapper/Android.bp\n  services/audiopolicy/enginedefault/Android.bp\n  services/audiopolicy/enginedefault/config/example/Android.bp\n  services/audiopolicy/manager/Android.mk\n  services/audiopolicy/managerdefault/Android.bp\n  services/audiopolicy/service/Android.mk\n  services/audiopolicy/tests/Android.bp\n  services/camera/libcameraservice/Android.bp\n  services/camera/libcameraservice/fuzzer/Android.bp\n  services/camera/libcameraservice/tests/Android.mk\n  services/mediacodec/Android.bp\n  services/mediacodec/registrant/Android.bp\n  services/mediaextractor/Android.bp\n  services/medialog/Android.bp\n  services/medialog/fuzzer/Android.bp\n  services/mediametrics/Android.bp\n  services/mediametrics/benchmarks/Android.bp\n  services/mediametrics/fuzzer/Android.bp\n  services/mediametrics/tests/Android.bp\n  services/mediaresourcemanager/Android.bp\n  services/mediaresourcemanager/fuzzer/Android.bp\n  services/mediaresourcemanager/test/Android.bp\n  services/mediatranscoding/Android.bp\n  services/mediatranscoding/tests/Android.bp\n  services/minijail/Android.bp\n  services/oboeservice/Android.bp\n\nAdded SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to:\n  media/codecs/amrnb/dec/Android.bp\n  media/codecs/amrnb/dec/test/Android.bp\n  media/codecs/amrnb/enc/Android.bp\n  media/codecs/amrnb/enc/test/Android.bp\n  media/codecs/amrwb/dec/Android.bp\n  media/codecs/amrwb/dec/test/Android.bp\n  media/codecs/m4v_h263/enc/Android.bp\n  media/codecs/m4v_h263/enc/test/Android.bp\n  media/codecs/mp3dec/Android.bp\n  media/codecs/mp3dec/test/Android.bp\n\nAdded SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD\n    SPDX-license-identifier-MIT SPDX-license-identifier-Unicode-DFS\n    legacy_by_exception_only\nto:\n  Android.bp\n\nAdded SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT\n    SPDX-license-identifier-Unicode-DFS\nto:\n  apex/testing/Android.bp\n  camera/Android.bp\n  camera/ndk/Android.bp\n  media/ndk/Android.bp\n  services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/Android.bp\n  services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/Android.bp\n  services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Android.bp\n  services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/Android.bp\n  services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/Android.bp\n  services/audiopolicy/tests/resources/Android.bp\n\nAdded SPDX-license-identifier-Apache-2.0 legacy_by_exception_only\nto:\n  drm/mediadrm/plugins/clearkey/hidl/Android.bp\n\nBug: 68860345\nBug: 151177513\nBug: 151953481\n\nTest: m all\n\nExempt-From-Owner-Approval: janitorial work\n\nChange-Id: I8360756b326b891b56629127091540310851c941\nMerged-in: Ic169757d64ad8da7eebd0e1febdcbfb467fe81f4\nMerged-in: Ifa3fefe5dc12229e8043a54ffd1f3958d6b02310\nMerged-in: I1e32081a069c4c1b25aa200dcdb165c0feb07b8a\nMerged-in: Ib2050becaf89b8e4db5867bc601dedeb4eb8ebd2\nMerged-in: I5a4d51fb1244ed49bcd70e446aaa26e2aa8ed7b1\n"
    },
    {
      "commit": "597435f828316dca72cbb25759fc5141cbd6a32b",
      "tree": "2329016b28ca5195b8549eee2f1520bffb6f15c8",
      "parents": [
        "65a62a34a1908903979cf117c66570a345d4414a"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Tue Oct 27 17:02:51 2020 -0700"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri Feb 12 12:41:58 2021 -0800"
      },
      "message": "RELAND aacdec: don\u0027t report DRC_COMPRESSION_MODE back\n\nDRC_COMPRESSION_MODE is not meant to be read back from components\n\nBug: 149751672\nTest: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small\nTest: atest CtsMediaTestCases:DecoderTestAacDrc\nChange-Id: I39f15cc497e7e9d7a5c651ad32bf9a3671f286a1\n"
    },
    {
      "commit": "fb14581c82fa03b92d624f70f0aecfab9d7440f9",
      "tree": "1414d76a086f090db68f402ac79b27e021c18b00",
      "parents": [
        "e392f2cf6356eeb5269df852cca49b6f0d7716e1"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Mon Jan 25 16:11:37 2021 -0800"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Jan 26 20:00:01 2021 +0000"
      },
      "message": "C2Soft decoders: Increase max height to support portrait videos\n\nmpeg2 and mpeg4 decoders are updated to support portrait videos\nwith height up to 1920\n\nAlso allow mpeg2 dimensions that are aligned to 2\n\nBug: 177190219\nTest: Test with 1088x1920 videos\n\nChange-Id: Ic91d309e545108fa52092c502cc5f6471c117337\n"
    },
    {
      "commit": "fe84bc49c23e3f520cc2c4dafcbae5be51cd0e50",
      "tree": "ff25913b227f454f4ca54754430bb3350a1c8c6e",
      "parents": [
        "6a56a14e7d6e72ff188477a55621fc0c59618b11"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 13 11:33:08 2021 -0800"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 20 23:10:59 2021 +0000"
      },
      "message": "Remove diag mode for cfi\n\nRemoving diag mode before release because it is only useful for\ndebugging.\nBug:158010610\nTest: n/a\n\nChange-Id: I7bcd0cc2d3230ed778599605f6c1f263b0310cff\n"
    },
    {
      "commit": "5e72d9ce5102eed0fbb5b9d7303fb2ec2a2a5276",
      "tree": "bfd7172c7070195fe28bae6276a4c97224f66aef",
      "parents": [
        "a0969954f631a50530364486c66525ce5ec1beaa"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Thu Jan 14 13:08:27 2021 -0800"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 20 22:10:33 2021 +0000"
      },
      "message": "Enable cfi in hevc library\n\nBug: 158010610\nBug: 173497308\nTest: ran atest DecoderConformanceTest, ImageReaderDecoderTest,\nVideoDecoderPerfTest, VideoEncoderTest, CodecDecoderSurfaceTest and VideoEncoderDecoderTest.\nCompare the before and after enabling CFI results since there was a number of tests\nthat were initially failing.\n\nChange-Id: I763f717590704d860babd27336a077c76fb5d743\n"
    },
    {
      "commit": "cd13efa9d8a173ba7cbf9901779b243b3448786a",
      "tree": "242b71426b0c39c4252015614ecddc532a87c1a9",
      "parents": [
        "bdbd489afeeb5824cb4630200d373831296c4211",
        "bf8a33cf4251f6ac2c7d6a1ea578f45dcb918f3b"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Tue Jan 12 17:04:36 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Jan 12 17:04:36 2021 +0000"
      },
      "message": "Merge \"Revert \"Enable cfi in hevc library\"\""
    },
    {
      "commit": "bf8a33cf4251f6ac2c7d6a1ea578f45dcb918f3b",
      "tree": "09cc017ffcd4f18a690ba03f6ca9b1b663e112aa",
      "parents": [
        "68ffb4396750cedb763b2ca6aca5ae0e5878a51a"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Mon Jan 11 19:02:24 2021 +0000"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Mon Jan 11 19:02:24 2021 +0000"
      },
      "message": "Revert \"Enable cfi in hevc library\"\n\nRevert \"Enable cfi for libhevc\"\n\nRevert submission 1515852-enable_cfi_hevc\n\nReason for revert: cts breakages\nReverted Changes:\nI4d5ff6818:Enable cfi for libhevc\nI181015a7d:Enable cfi in hevc library\n\nChange-Id: I89efded23607e004c0319020a9f254a80dd2d915\n"
    },
    {
      "commit": "d46a259d345b9f3b4fa877b74dc5dbf700b94cd7",
      "tree": "5d856252deb4fe90ee43b4c5d51f240ce1fe172d",
      "parents": [
        "b31c7956829d816b31bf0c86ae8619bc617714d4",
        "c0804db241a785193a02857ab465a9f32abbc2fd"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Fri Jan 08 21:27:09 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Jan 08 21:27:09 2021 +0000"
      },
      "message": "Merge \"Enable cfi xaac libraries\""
    },
    {
      "commit": "b31c7956829d816b31bf0c86ae8619bc617714d4",
      "tree": "da3285ff2076d94d4d56a27c9472b1349f680793",
      "parents": [
        "589c173758e4424a8ec495639beb039c691bdff2",
        "68ffb4396750cedb763b2ca6aca5ae0e5878a51a"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Fri Jan 08 21:25:52 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Jan 08 21:25:52 2021 +0000"
      },
      "message": "Merge \"Enable cfi in hevc library\""
    },
    {
      "commit": "75981d603d26be9411a636703cafb1f3319c1aa7",
      "tree": "acaeffb90d432507b6a59296523e7538cfe7aebb",
      "parents": [
        "2834af3e5c6b8b4acf7f7089212e3565542c2063",
        "544fc2b2146daf6c952306a11b6b58f6cbe3c83a"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Fri Jan 08 21:25:31 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Jan 08 21:25:31 2021 +0000"
      },
      "message": "Merge \"Codec2 base components cfi assembly support\""
    },
    {
      "commit": "2834af3e5c6b8b4acf7f7089212e3565542c2063",
      "tree": "89a20148fef3063f66a25edd46145d439a804e03",
      "parents": [
        "3171fc6cf7eb9f9feb526547fcc8c29ead017f28",
        "f6c0c3c515a363113573bcf08aeee56a8d99c64f"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Fri Jan 08 21:25:31 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Jan 08 21:25:31 2021 +0000"
      },
      "message": "Merge \"Cfi function attribute for codec factory\""
    },
    {
      "commit": "544fc2b2146daf6c952306a11b6b58f6cbe3c83a",
      "tree": "461fe066fb9847828bafb90592537bac17cdf918",
      "parents": [
        "932a856c9081ed8cdca4c022133279bbe119c11f"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Thu Dec 03 06:24:18 2020 -0800"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 06 15:10:23 2021 +0000"
      },
      "message": "Codec2 base components cfi assembly support\n\nAdd default for codec base components to use when enabling cfi assembly\nsupport.\nBug: 158010610\nBug: 173497308\nTest: n/a\n\nChange-Id: I44cbee1a4e0930a1baf9c480b1cebf2b8390672d\n"
    },
    {
      "commit": "c0804db241a785193a02857ab465a9f32abbc2fd",
      "tree": "cb27d10fc774d69fa1273dbdaec25dea615def8f",
      "parents": [
        "68ffb4396750cedb763b2ca6aca5ae0e5878a51a"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Thu Dec 17 08:23:01 2020 -0800"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 06 14:54:43 2021 +0000"
      },
      "message": "Enable cfi xaac libraries\n\nBug: 158010610\nBug: 173497308\nTest: n/a currently not used in the build\nChange-Id: Iadf0e1273cb6662db19938a6df89be8be92fff1d\n"
    },
    {
      "commit": "68ffb4396750cedb763b2ca6aca5ae0e5878a51a",
      "tree": "4c3e7369cb7d5cba4927e3f954ff14e1c2a60184",
      "parents": [
        "f6c0c3c515a363113573bcf08aeee56a8d99c64f"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Thu Dec 03 06:25:56 2020 -0800"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 06 14:54:35 2021 +0000"
      },
      "message": "Enable cfi in hevc library\n\nBug: 158010610\nBug: 173497308\nTest: ran atest DecoderConformanceTest, ImageReaderDecoderTest,\nVideoDecoderPerfTest, VideoEncoderTest.  Compare the\nbefore and after enabling CFI results since there was a number of tests\nthat were initially failing.\n\nChange-Id: I181015a7df8efcce7a79be50d597bf94836ea8c9\n"
    },
    {
      "commit": "f6c0c3c515a363113573bcf08aeee56a8d99c64f",
      "tree": "09cc017ffcd4f18a690ba03f6ca9b1b663e112aa",
      "parents": [
        "932a856c9081ed8cdca4c022133279bbe119c11f"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Dec 02 10:53:40 2020 -0800"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 06 14:54:25 2021 +0000"
      },
      "message": "Cfi function attribute for codec factory\n\nDeclare cfi_canonical_jump_table for codec factory functions to avoid\ncfi crashes.\n\nBug: 158010610\nBug: 173497308\nTest: ran atest DecoderConformanceTest, ImageReaderDecoderTest,\nVideoDecoderPerfTest, VideoEncoderTest.  Compare the\nbefore and after enabling CFI results since there was a number of tests\nthat were initially failing.\n\nChange-Id: I66f75314c32aaa2d5009f74fc764528343c012a5\n"
    },
    {
      "commit": "45c0bd402e5f70ba165804cb67a2b89b12d6cea4",
      "tree": "e1336a34bd77cb4fb06b17f225da3607e1ec1f09",
      "parents": [
        "932a856c9081ed8cdca4c022133279bbe119c11f"
      ],
      "author": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Dec 02 09:54:02 2020 -0800"
      },
      "committer": {
        "name": "Cindy Zhou",
        "email": "zhouci@google.com",
        "time": "Wed Jan 06 14:54:19 2021 +0000"
      },
      "message": "Enable cfi avc libraries\n\nBug: 158010610\nBug: 173497308\nTest: ran atest DecoderConformanceTest, ImageReaderDecoderTest,\nVideoDecoderPerfTest, VideoEncoderTest.  Compare the\nbefore and after enabling CFI results since there was a number of tests\nthat were initially failing.\n\nChange-Id: I6221016a7c5452180ca1cf4043a27b6fef05197a\n"
    },
    {
      "commit": "045116b1f7590217b5920d06c9d8e8c86836e411",
      "tree": "ddfd41a1244c31e1586fb2fee0781efb37a1cb9d",
      "parents": [
        "066ed70bebd5807ba8b5165916a0596ce587ae32",
        "8fb2e4ad98d5eccbbd3b917fee31c1b1a9a118dc"
      ],
      "author": {
        "name": "Max Spector",
        "email": "mspector@google.com",
        "time": "Mon Dec 07 21:03:56 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon Dec 07 21:03:56 2020 +0000"
      },
      "message": "Merge \"Codec2 components: Updated to build both static and shared libray\" am: 8fb2e4ad98\n\nOriginal change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1506813\n\nChange-Id: I0ad40391b0708973a7ed614536c3191ce2ab54a0\n"
    },
    {
      "commit": "ee17317c6362f54bd311ec359b5c3518137fae9f",
      "tree": "9b67065bf8b241d2f966d72b79b249bebe266a3f",
      "parents": [
        "0eafd57556bc9b39a6c7746f9fdc7c37c8278454"
      ],
      "author": {
        "name": "S Vasudev Prasad",
        "email": "vasudev.prasad@ittiam.com",
        "time": "Mon Nov 23 12:17:14 2020 +0530"
      },
      "committer": {
        "name": "S Vasudev Prasad",
        "email": "vasudev.prasad@ittiam.com",
        "time": "Mon Nov 23 12:17:14 2020 +0530"
      },
      "message": "Codec2 components: Updated to build both static and shared libray\n\nAll components inside components folder of Codec2 have been updated to\nbuild both static and shared libray\n\nTest: mmm frameworks/av/media/codec2/components\nBug: 173672402\n\nChange-Id: I131d585aa745b53b7c769b7bcb7a0545dc74325b\n"
    },
    {
      "commit": "8ec93ab8fe48790d3cc83c3831703f5964cb4be4",
      "tree": "5c04444aca01178f4a9405db3523f784e69c3952",
      "parents": [
        "f6bcf1b2d871f6b4e047bdac449ed7c3aa5617f9"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri Nov 13 16:17:04 2020 -0800"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri Nov 13 16:21:33 2020 -0800"
      },
      "message": "Revert format change related CLs\n\nRevert \"CCodec: simplify format change logic\"\nThis reverts commit a08cd2b279d9a97c5a2e7b29ef5b055ed02a251c.\n\nRevert \"aacdec: don\u0027t report DRC_COMPRESSION_MODE back\"\nThis reverts commit aaa0309a2b8bcdb56103380d54127ba9aebc9f21.\n\nRevert \"CCodecConfig: don\u0027t read DRC_COMPRESSION_MODE back\"\nThis reverts commit 30c1d421b10c4760edba45f3e118f7b549ed7104.\n\nBug: 173176131\nTest: revert\nChange-Id: Ia16a58cbf7b19a8b3ac908afd2c20d740dfa7c28\n"
    },
    {
      "commit": "aaa0309a2b8bcdb56103380d54127ba9aebc9f21",
      "tree": "cee824c6007b2d511dde186eace934ab06f3d2f7",
      "parents": [
        "30c1d421b10c4760edba45f3e118f7b549ed7104"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Tue Oct 27 17:02:51 2020 -0700"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Mon Nov 09 14:53:50 2020 -0800"
      },
      "message": "aacdec: don\u0027t report DRC_COMPRESSION_MODE back\n\nDRC_COMPRESSION_MODE is not meant to be read back from components\n\nBug: 149751672\nTest: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small\nTest: atest CtsMediaTestCases:DecoderTestAacDrc\nChange-Id: Id1d5968e6a64d72ea2aec743807dc3b0f1e2024c\n"
    },
    {
      "commit": "087d5853040841db7919ab2f2870cd0e65ab3f91",
      "tree": "8ff97e28a160f0d5102f425620e3701e746d04b2",
      "parents": [
        "b770759cf96281366b46d17342a1a20866309953",
        "b281445c6e7a40cc144752db8fbf8ddf7bd56b5f"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon Sep 14 19:01:30 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon Sep 14 19:01:30 2020 +0000"
      },
      "message": "Merge \"C2SoftGav1Dec: remove non-eos flush\" into rvc-qpr-dev am: b281445c6e\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/12568399\n\nChange-Id: Icbfd1024edc6b1cf73eabc327b5c4fd8d6b617e7\n"
    },
    {
      "commit": "3b63a258b13c3c0a358da3ee6f4f5522dff650a1",
      "tree": "6f2809b1e4a689bd2c9fa7d9974abcd52278db22",
      "parents": [
        "27514853147fb24d48af6a4f678c010e822b1c8e"
      ],
      "author": {
        "name": "James Zern",
        "email": "jzern@google.com",
        "time": "Tue Aug 04 15:36:10 2020 -0700"
      },
      "committer": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Fri Sep 11 22:51:59 2020 +0000"
      },
      "message": "C2SoftGav1Dec: remove non-eos flush\n\neos is later checked and signalled in drainInternal. signalling eos on a\nzero sized frame will cause subsequent frame decodes to fail until the\nnext keyframe.\n\nfixes:\nCodec2VideoDecHidlTest#DecodeTestEmptyBuffersInserted/software_c2_android_av1_decoder_0\nafter ag/12144538 (Idc713f4b10776cfb6b7fa2d75b2162c3b85d3313)\n\nBug: 162267932\nTest: vts-tradefed run commandAndExit vts --include-filter VtsHalMediaC2V1_0TargetVideoDecTest\nChange-Id: Ied4cd9b6ad56f3630d9779ea32d0032a5bda1a29\n(cherry picked from commit d7c6d7534f1d7ddbea19449b1c3e2d38aefbbdb2)\n"
    },
    {
      "commit": "738f5ecdaea2af982ba00c4b974a33dbac8f7d0c",
      "tree": "db33075ab607ca808a841c5597288e60d498c147",
      "parents": [
        "32377d64e483cd1ff1b3fbb8c0d7e2e782a95b1b",
        "23d433f4a27a05dc89e558c06032b305ad0337f6"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 02 02:21:17 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Wed Sep 02 02:21:17 2020 +0000"
      },
      "message": "Merge \"framework/av,C2SoftGav1Dec: update to libgav1 v0.16.0\" into rvc-qpr-dev am: 23d433f4a2\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/12250263\n\nChange-Id: I6c728288c7b9bcb1c716cae0d81626c9affed65e\n"
    },
    {
      "commit": "23d433f4a27a05dc89e558c06032b305ad0337f6",
      "tree": "9a0e4a5fac0733c00b8158b1df5688f86e419ca8",
      "parents": [
        "3626bf513e108d230ca5ec0e8fa37ab95c217d45",
        "b7aee6e111fff30e4e0f5d4a4b4a60ed033d67d8"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Sep 02 02:00:59 2020 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Sep 02 02:00:59 2020 +0000"
      },
      "message": "Merge \"framework/av,C2SoftGav1Dec: update to libgav1 v0.16.0\" into rvc-qpr-dev"
    },
    {
      "commit": "b7aee6e111fff30e4e0f5d4a4b4a60ed033d67d8",
      "tree": "69f84a65bad554b027c12cf540d19fa673e658db",
      "parents": [
        "c4ba40d49f0862487dea32b3efffbd291802130d"
      ],
      "author": {
        "name": "James Zern",
        "email": "jzern@google.com",
        "time": "Fri Jun 26 13:49:53 2020 -0700"
      },
      "committer": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Tue Sep 01 22:38:47 2020 +0000"
      },
      "message": "framework/av,C2SoftGav1Dec: update to libgav1 v0.16.0\n\nthis is dependent on the update to external/libgav1 (ag/12016847,\nchange-id I63361c388d8cf6f652774b07c9475c45951599c5)\n\nBug: 162267932\nTest: playback, cts on sargo-userdebug / sargo_hwasan-userdebug\nTest: aosp_arm-eng aosp_arm64-eng aosp_x86-eng aosp_x86_64-eng build\nChange-Id: Idc713f4b10776cfb6b7fa2d75b2162c3b85d3313\nMerged-In: Idc713f4b10776cfb6b7fa2d75b2162c3b85d3313\n(cherry picked from commit 4f5bdb78a4c4d4620504733e9e779261e93686b6)\n"
    },
    {
      "commit": "697ce36c44e6c3674b26039cc2f8da76e3990f30",
      "tree": "fe1e301cbf22d53ef1b1607ebbe6bce46046a101",
      "parents": [
        "4ffca8764be4b177cd08dfbd0705ad1e236709ce"
      ],
      "author": {
        "name": "Peiyong Lin",
        "email": "lpy@google.com",
        "time": "Tue Jul 28 21:01:51 2020 -0700"
      },
      "committer": {
        "name": "Xin Li",
        "email": "delphij@google.com",
        "time": "Tue Sep 01 22:25:23 2020 +0000"
      },
      "message": "Use more inclusive terms.\n\nBug: b/162288333\nTest: N/A\nChange-Id: I77b216eb01d31a8b494b35b7e867f374de64cacc\n"
    },
    {
      "commit": "2e40c302d6117ec6eb65f25832a71488367b4dfb",
      "tree": "ce2cff004a09076114faabf595b1a116bcb461ff",
      "parents": [
        "054de8d6440fd30238fa9330bcc038cda745b244",
        "924eccfd6f6d3aaed5db627a0bdcfcaaf9b09a18"
      ],
      "author": {
        "name": "Xin Li",
        "email": "delphij@google.com",
        "time": "Fri Aug 28 08:38:54 2020 -0700"
      },
      "committer": {
        "name": "Xin Li",
        "email": "delphij@google.com",
        "time": "Fri Aug 28 21:23:54 2020 -0700"
      },
      "message": "Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)\n\nBug: 166295507\nMerged-In: Ie94127c1e981cb18671d5137ba0d39355d1353da\nChange-Id: Ib22ad33bda8d561af537499b6d31ab6134eeae02\n"
    },
    {
      "commit": "ddbbf5591c7a7bd1facedf0f429ac908d15e083a",
      "tree": "09d373e947ddd4527d6daf115ee5f2bb12a31bfe",
      "parents": [
        "fbaedd7ccb090b687747f054b3157f8a5e43ad51"
      ],
      "author": {
        "name": "James Zern",
        "email": "jzern@google.com",
        "time": "Tue Apr 14 16:51:56 2020 -0700"
      },
      "committer": {
        "name": "James Zern",
        "email": "jzern@google.com",
        "time": "Fri Aug 21 00:04:26 2020 +0000"
      },
      "message": "C2SoftGav1Dec: sync copyOutput*() w/other codecs\n\nthis matches the destination stride fixes in ag/7467361\n\nBug: 131844219\nTest: playback on a sargo device\nChange-Id: I61aef91556ece556ca6465f984a1d72aba745d2d\nMerged-In: Ib8b283a0fb4bacb9b4f561d83b4d38727a3116d4\nMerged-In: I536d32ea78ce278637163e2b64ed24b8c689a40e\n"
    },
    {
      "commit": "b1c37d4969011e50c617ea3716b5191317dca542",
      "tree": "362e441dc3a1fc9ed8c9bed2049cff46c1b30deb",
      "parents": [
        "6d627c17c9eb9343978d546a7ae680341f0dc8ce",
        "153c389b76ebe6a195b832c0eec12990a7057a0a"
      ],
      "author": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Mon Aug 17 06:18:17 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon Aug 17 06:18:17 2020 +0000"
      },
      "message": "Merge \"C2SoftAvcDec: Increase maximum output delay to 34\" am: 8ae5b5d647 am: 45055ad490 am: 9f2312334a am: 153c389b76\n\nOriginal change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1398270\n\nChange-Id: I2f944b9220aeabfb0e8b3d119fb74c58bbd644c3\n"
    },
    {
      "commit": "9f2312334abddbb764282b804a76fff1d829834b",
      "tree": "ad375760ccbeb7c96f91d8516085c6772ee47313",
      "parents": [
        "4b42551908683c267f5a081a3b93a6c48f5c0d45",
        "45055ad4900e9985ec4a3d8fc976ddf7e4893a46"
      ],
      "author": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Mon Aug 17 05:52:27 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon Aug 17 05:52:27 2020 +0000"
      },
      "message": "Merge \"C2SoftAvcDec: Increase maximum output delay to 34\" am: 8ae5b5d647 am: 45055ad490\n\nOriginal change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1398270\n\nChange-Id: I50195daaa60b481b93b8c42e4c9af9d39f14030c\n"
    },
    {
      "commit": "8ae5b5d64737b107e295583d216f5c4cc5d307a0",
      "tree": "b9d15480f9dfc7555b92b6164cebf95a21a17294",
      "parents": [
        "0f11fee89339c4ce2a0c4ca45f810ed8a3f840ec",
        "7b8409ef36f0b7c8f33d6c0bf85b93f2a3e5e4d4"
      ],
      "author": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Mon Aug 17 05:21:00 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Aug 17 05:21:00 2020 +0000"
      },
      "message": "Merge \"C2SoftAvcDec: Increase maximum output delay to 34\""
    },
    {
      "commit": "7b8409ef36f0b7c8f33d6c0bf85b93f2a3e5e4d4",
      "tree": "c19778d484034d4736ee0a34c5ab8e4cb36e7c33",
      "parents": [
        "b446ae531bb90691613466e4b48e2118933370a1"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Wed Aug 12 20:34:42 2020 -0700"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Wed Aug 12 20:34:42 2020 -0700"
      },
      "message": "C2SoftAvcDec: Increase maximum output delay to 34\n\nAVC specification allows for a delay of 32 fields and libavc\ndecoder has an additional delay of 2 calls in returning output.\n\nBug: 163127030\nTest: poc in bug\nTest: atest android.mediav2.cts\nChange-Id: Iad21bddc2c802ca018f2adc65f56ba5ffb33c8ec\n"
    },
    {
      "commit": "eecee8c38746cea0774fc8302052d17dbb8cbe4e",
      "tree": "c1b9f6a3854b7796bd2740d7ab5cafc8b0c3b0fa",
      "parents": [
        "e07266221e076a55ff44883bb2dae35f82a4cc55",
        "8bdb1726f4bd83afc1c8d72794de92a8105703d0"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Aug 12 22:33:30 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Wed Aug 12 22:33:30 2020 +0000"
      },
      "message": "Merge \"C2SoftGav1Dec,convertYUV420Planar16ToY410: fix dst stride\" am: 27863d88df am: f3e1d998c1 am: 4fdecdcb9a am: 8bdb1726f4\n\nOriginal change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1393891\n\nChange-Id: I37e728d5bb07014082dbbde6123734e3a7702cb9\n"
    },
    {
      "commit": "4fdecdcb9a5f9f04bc094559ba74fd4212301492",
      "tree": "1ee52db1eb0981d674db7d3337113bf7e79784f8",
      "parents": [
        "f8066cdabc05c7b04c1c617a93b7726d8253b3a5",
        "f3e1d998c1706c6afa522bbec238231936119341"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Aug 12 21:59:08 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Wed Aug 12 21:59:08 2020 +0000"
      },
      "message": "Merge \"C2SoftGav1Dec,convertYUV420Planar16ToY410: fix dst stride\" am: 27863d88df am: f3e1d998c1\n\nOriginal change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1393891\n\nChange-Id: Id67e2f962a9e32cfc1545fd98c15012810e172bd\n"
    },
    {
      "commit": "8dfb3f256f7499ba0f6d69df879ed7dd44020b36",
      "tree": "5aaa096cad63df3f1e76e463e990138b3446cdbf",
      "parents": [
        "853e7579b42d5b878d8c5d559fc45f223f4b9813"
      ],
      "author": {
        "name": "James Zern",
        "email": "jzern@google.com",
        "time": "Fri Aug 07 18:49:51 2020 -0700"
      },
      "committer": {
        "name": "James Zern",
        "email": "jzern@google.com",
        "time": "Fri Aug 07 18:52:24 2020 -0700"
      },
      "message": "C2SoftGav1Dec,convertYUV420Planar16ToY410: fix dst stride\n\nthis matches the stride using in vpx, aom. it was missed in:\nac19c3d2d1 Fix software decoder display issue.\nIb8b283a0fb4bacb9b4f561d83b4d38727a3116d4\n\nBug: 131844219\nBug: 160760307\nChange-Id: I536d32ea78ce278637163e2b64ed24b8c689a40e\nTest: none\n"
    },
    {
      "commit": "84ff5917ad05c1a494ac5e8f8e689a2ceebb0f76",
      "tree": "5564745f4d1fc1de130709beafdc66e5a384d949",
      "parents": [
        "d61ddc5484b483826fbd87648fce9f4bd2c2e76f",
        "2b34d5dded5a0cb2b15f4d3202e8be5b70e69f1f"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Aug 06 17:22:52 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Thu Aug 06 17:22:52 2020 +0000"
      },
      "message": "Merge \"Fix software decoder display issue.\" am: 61a02211d0 am: 014e9586e6 am: 29e55ba3fc am: 2b34d5dded\n\nOriginal change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1373138\n\nChange-Id: I919e05fe76b6cc63f81e77d98c1f69a2595f2a2c\n"
    },
    {
      "commit": "29e55ba3fc6d2449aaabe95a2164b70cd2681ed0",
      "tree": "1d78b79f28fcb0e74c8342f9a3a56b0e04346423",
      "parents": [
        "4a0d01e6bd629fcf06debdf9895b0cbe3340215a",
        "014e9586e6204e355f1349d019c95d30d602a50b"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Aug 06 16:48:39 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Thu Aug 06 16:48:39 2020 +0000"
      },
      "message": "Merge \"Fix software decoder display issue.\" am: 61a02211d0 am: 014e9586e6\n\nOriginal change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1373138\n\nChange-Id: If8c7e942dae35f3a2e378fef67565084a7a5aa32\n"
    },
    {
      "commit": "ac19c3d2d1a89ec2017cd53b21657f51acdb7a7a",
      "tree": "86e39bd2f32ba2c790f07e21e350ec27142d7ad3",
      "parents": [
        "cf7197e3ce536b3f3f548d66fd18ae4f76ce1c78"
      ],
      "author": {
        "name": "ming.zhou",
        "email": "ming.zhou@nxp.com",
        "time": "Fri Oct 11 11:14:07 2019 +0800"
      },
      "committer": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Thu Aug 06 16:02:14 2020 +0000"
      },
      "message": "Fix software decoder display issue.\n\nWhen play cts video video_decode_accuracy_and_capability-vp9_426x182_30fps.webm,\ngralloc buffer has slice height of 4 bytes. Destination buffer address of\nplane[u] and plane[v] are not equal to the calculated address by\nplane[y] + dstYStride * height.\n\nChange-Id: Ib8b283a0fb4bacb9b4f561d83b4d38727a3116d4\nSigned-off-by: ming.zhou \u003cming.zhou@nxp.com\u003e\nBug: 131844219\nBug: 160760307\n"
    },
    {
      "commit": "7b34c7959375b52ec3f36b52bfecff4cffa4c14b",
      "tree": "43e85201f608322002927cf3aafc0791af35d9ac",
      "parents": [
        "f06c51e1f9457dda6fbd98275b5518274b7523de",
        "cefe085c94dc4c3fbfaab3842529e91e3eaa9fff"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Jul 31 22:41:35 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Fri Jul 31 22:41:35 2020 +0000"
      },
      "message": "Merge \"C2SoftVorbisDec: Fix memory leaks in multiple headers case\" into rvc-qpr-dev am: cefe085c94\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/12179874\n\nChange-Id: Iad1d0ad41b8de8525a40bbe4d3e9bd021da29366\n"
    },
    {
      "commit": "c6f3719817c34be2b4ec3ca4ce994cef3f88cbd9",
      "tree": "661af27d8187badb73b3901cc88ad2f66683ebee",
      "parents": [
        "38fd8d1bcd12d374f1063c25c89fb4d3dbbefe6f"
      ],
      "author": {
        "name": "Peiyong Lin",
        "email": "lpy@google.com",
        "time": "Tue Jul 28 21:01:51 2020 -0700"
      },
      "committer": {
        "name": "Peiyong Lin",
        "email": "lpy@google.com",
        "time": "Tue Jul 28 21:46:27 2020 -0700"
      },
      "message": "Use more inclusive terms.\n\nBug: b/162288333\nTest: N/A\nChange-Id: I77b216eb01d31a8b494b35b7e867f374de64cacc\n"
    },
    {
      "commit": "a15aa8d1aa0b641d35245daa628cd7739f130c02",
      "tree": "fe0054862b0369c08d375365c202a0ef9019934e",
      "parents": [
        "e5dd4048d262f49f3231d1a6b7cd7c128210b0b7"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Fri Apr 24 04:55:37 2020 +0530"
      },
      "committer": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Thu Jul 16 21:20:12 2020 -0700"
      },
      "message": "C2SoftVorbisDec: Fix memory leaks in multiple headers case\n\nBug: 154302257\nTest: atest android.mediav2.cts\n\nChange-Id: I3fd89a3f504d29d2fdc2bfc9f6c73031765eb578\n"
    },
    {
      "commit": "81f31f39382842d8f45ebcdaf0e35dcf5ff4c09a",
      "tree": "d29ca9be16a38b60a95b3d524c50538f71b975a2",
      "parents": [
        "9c4c206b2b14f9f9459e05d8ef5d99dd44d689c4",
        "50b8acd4e1d5ce5e91ec2d3c31782e64db55d42d"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Jun 26 22:40:15 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Fri Jun 26 22:40:15 2020 +0000"
      },
      "message": "Merge \"aacdec: fix error handling\" into rvc-dev am: 50b8acd4e1\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/12002255\n\nChange-Id: I7a9b580dac072a111d3807ca18960ecb4c716adf\n"
    },
    {
      "commit": "50b8acd4e1d5ce5e91ec2d3c31782e64db55d42d",
      "tree": "a0d6fcd0ebb5f16a193392d3d40073e2fc40dbdd",
      "parents": [
        "ae87d21ce7b5a6b76a88fdefbe80ba0e3120b16a",
        "56bb7ed6f8f315ed6cfd0e42fa2d9a156e9ed4eb"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Jun 26 22:28:58 2020 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 26 22:28:58 2020 +0000"
      },
      "message": "Merge \"aacdec: fix error handling\" into rvc-dev"
    },
    {
      "commit": "56bb7ed6f8f315ed6cfd0e42fa2d9a156e9ed4eb",
      "tree": "69ec15fe0522c3f57c18b26c351358a56ff58f71",
      "parents": [
        "de38ff80042687152302c73df823fccad2b8c25e"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Thu Jun 25 10:59:54 2020 -0700"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Thu Jun 25 11:07:32 2020 -0700"
      },
      "message": "aacdec: fix error handling\n\nMark frames substituted with silence due to an error as consumed.\n\nBug: 158471477\nTest: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small\nChange-Id: I9c3c3c2d591108be6e40112fd20bd157beb9378b\n"
    },
    {
      "commit": "cc0951734daf5dc6bca503b0a6d407abbcdc0d6b",
      "tree": "55efa5892d3f7c53c3326a17faf8e938b2d4d22a",
      "parents": [
        "6f471cb58a5f191723749c2f3bccbd06e9958d25",
        "cd6719411b4356c9f6c02b6e4e2b8ce62f0ae97e"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Jun 24 04:26:28 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Wed Jun 24 04:26:28 2020 +0000"
      },
      "message": "Merge \"aacenc: reduce logspam for timestamp mismatch\" into rvc-dev am: cd6719411b\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11961846\n\nChange-Id: I4d5e30779b1ca090abb8ce88fe9df30f5f1aa320\n"
    },
    {
      "commit": "dd56603fbce0f7076de12e91a76d36f46312a495",
      "tree": "22414abe89d58e500c0506fbf0a0356f9dd58945",
      "parents": [
        "de38ff80042687152302c73df823fccad2b8c25e"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Mon Jun 22 16:01:18 2020 -0700"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Tue Jun 23 19:23:39 2020 -0700"
      },
      "message": "aacenc: reduce logspam for timestamp mismatch\n\nBug: 159416760\nTest: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small\nTest: observe logspam is reduced for the scenario\nChange-Id: I52f6400c873f4e3779878575dd09952169e6bf67\n"
    },
    {
      "commit": "80fcaeecbeaf8c1c96239c798859ba1fbc98f8b2",
      "tree": "e7cedc2044faaf475a18a0275975fadbc0ce680d",
      "parents": [
        "45f3076497fef5388ef7b13b9cc94290fbae8603",
        "6f375184378365b3464c4dc51a60687ad2501291"
      ],
      "author": {
        "name": "Jean-Michel Trivi",
        "email": "jmtrivi@google.com",
        "time": "Wed Jun 17 00:47:25 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Wed Jun 17 00:47:25 2020 +0000"
      },
      "message": "Merge \"AAC Decoder: save decoder config in output format\" into rvc-dev am: 6f37518437\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11816418\n\nChange-Id: Ia57a15fc502ef84f1ace4260abb50255e707f928\n"
    },
    {
      "commit": "45f3076497fef5388ef7b13b9cc94290fbae8603",
      "tree": "7d955d2ef86d3221b223551c8413b53e6ca6e76b",
      "parents": [
        "c77f67424618a98258abf23ee2043d08cc614e62",
        "7f21c552d2ecb89d71b48d7f2b4bb96fdcf355bd"
      ],
      "author": {
        "name": "Jean-Michel Trivi",
        "email": "jmtrivi@google.com",
        "time": "Wed Jun 17 00:46:57 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Wed Jun 17 00:46:57 2020 +0000"
      },
      "message": "Merge \"AAC decoder: fix KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT\" into rvc-dev am: 7f21c552d2\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11827369\n\nChange-Id: I305234cd3c1fd9b3328483d90cc54aa0f03fa569\n"
    },
    {
      "commit": "52ea7281f87cfe90c49238a1acd67857a273e4d4",
      "tree": "484035d8f741fea7c41f504a15855a76a9cd8cc2",
      "parents": [
        "eba54dc2e08c1ab2346ff67c3da7fab0de7c96dd"
      ],
      "author": {
        "name": "Jean-Michel Trivi",
        "email": "jmtrivi@google.com",
        "time": "Fri Jun 05 09:54:38 2020 -0700"
      },
      "committer": {
        "name": "Jean-Michel Trivi",
        "email": "jmtrivi@google.com",
        "time": "Tue Jun 16 10:10:21 2020 -0700"
      },
      "message": "AAC Decoder: save decoder config in output format\n\nBug: 157773721\nTest: atest DecoderTestXheAac DecoderTestAacDrc\nChange-Id: Ib889be535009680c0fc27cba3e3fe464a7e0b45e\n"
    },
    {
      "commit": "eba54dc2e08c1ab2346ff67c3da7fab0de7c96dd",
      "tree": "47d9a75791b12991e8d6510e025dc3b0e00289cb",
      "parents": [
        "b94ef88fddd7378a267297537347f4f54de0b550"
      ],
      "author": {
        "name": "Jean-Michel Trivi",
        "email": "jmtrivi@google.com",
        "time": "Wed Jun 10 18:21:56 2020 -0700"
      },
      "committer": {
        "name": "Jean-Michel Trivi",
        "email": "jmtrivi@google.com",
        "time": "Tue Jun 16 10:08:51 2020 -0700"
      },
      "message": "AAC decoder: fix KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT\n\n  Value of max output channel count in decoder was stuck at -1,\nmeaning you always get up to 5.1, regardless of what you passed.\nAlso -1 was an invalid value as the parameter is defined as uint.\n  The change consists in using the max channel count value\nsupported by this decoder, giving it a range of 1..8, so downmix\nis disabled by default.\n\nBug: 158710464\nTest: atest android.media.cts.DecoderTestAacFormat\nChange-Id: Ieb2e98ba3c2f2b2ff2376351847d95227cc88e52\n"
    },
    {
      "commit": "fdd58cb12b7a3a2491c4c375ee8dcfc1595380c7",
      "tree": "e5d20abfd2f3e1de555c41d9b14496f99e6ea0b2",
      "parents": [
        "ed2b8f2314ec58ab045065db681e2287b5f65544"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Jun 09 07:45:33 2020 +0530"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Thu Jun 11 21:23:17 2020 +0000"
      },
      "message": "C2SoftVpxEnc: Add support for encoding from a larger graphic block\n\nCurrently buffer dimensions are expected to be same as encode dimension.\nUpdated the checks to allow for encoding from larger graphic block\n\nBug: 158120386\nTest: Encode 340x280 from a decoder surface with dimensions 384x288\n\nChange-Id: I9eed491d3211b42cc4b9f7e42fb386240c745b15\nMerged-In: I9eed491d3211b42cc4b9f7e42fb386240c745b15\n"
    },
    {
      "commit": "ba4d13feda7171d4092fb1f18d45641b6f509d2e",
      "tree": "ee78c04f7687672f6f23fde065fd34f52e4486cf",
      "parents": [
        "75e99c6a6e63e0cfaa26132753633b0ca57cf5d9",
        "752adf7f1a340cbb6599fcff1842cf3659c75612"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Jun 11 18:18:45 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Thu Jun 11 18:18:45 2020 +0000"
      },
      "message": "Merge \"CCodec: query api feature for block model\" into rvc-dev am: 752adf7f1a\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11626653\n\nChange-Id: Ide2fcf7743fbc0503d7acfb94d6abd15475d61c6\n"
    },
    {
      "commit": "75e99c6a6e63e0cfaa26132753633b0ca57cf5d9",
      "tree": "2cbbacc9f2c183f0b9f6c7ab50de2d55454adc16",
      "parents": [
        "13362eb2409db32e29ad9f1c64c63e100ff1984a",
        "9bc5afbdfe3484797fc9f847ffa8a2a6c767d001"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Jun 11 18:18:29 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Thu Jun 11 18:18:29 2020 +0000"
      },
      "message": "Merge \"C2SoftVpxEnc: Add support for encoding from a larger graphic block\" into rvc-dev am: 9bc5afbdfe\n\nOriginal change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11813589\n\nChange-Id: I6ca88759a3b480255b790efb62ff464f331fa028\n"
    },
    {
      "commit": "752adf7f1a340cbb6599fcff1842cf3659c75612",
      "tree": "91c01bfb382fd122ea3b16c3e290ac7792ac2779",
      "parents": [
        "9bc5afbdfe3484797fc9f847ffa8a2a6c767d001",
        "ffb889a24380cc72985a7f9725a889955a49c768"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Jun 11 18:03:08 2020 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 11 18:03:08 2020 +0000"
      },
      "message": "Merge \"CCodec: query api feature for block model\" into rvc-dev"
    },
    {
      "commit": "66e98bd1f91f122c69a9376e2fab9731efc5e5ef",
      "tree": "d0c6662aba8ea2edafecf939de18230079b5b193",
      "parents": [
        "3244d0db9d52223d417df71b6343064adbcad957"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Jun 09 07:45:33 2020 +0530"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Tue Jun 09 13:40:23 2020 -0700"
      },
      "message": "C2SoftVpxEnc: Add support for encoding from a larger graphic block\n\nCurrently buffer dimensions are expected to be same as encode dimension.\nUpdated the checks to allow for encoding from larger graphic block\n\nBug: 158120386\nTest: Encode 340x280 from a decoder surface with dimensions 384x288\n\nChange-Id: I9eed491d3211b42cc4b9f7e42fb386240c745b15\n"
    },
    {
      "commit": "ed2b8f2314ec58ab045065db681e2287b5f65544",
      "tree": "a780721b257584d8330f096afb9ee79fdcf9e490",
      "parents": [
        "bf76b844cc2b4926dfd1f74924da9e51cb6c5147",
        "77dbeeef82d5a581c607ef684a6f20d51d5e8c57"
      ],
      "author": {
        "name": "Kris Alder",
        "email": "kalder@google.com",
        "time": "Mon Jun 08 16:42:38 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Jun 08 16:42:38 2020 +0000"
      },
      "message": "Merge \"Fix vendor modules to use shared vndk\""
    },
    {
      "commit": "ffb889a24380cc72985a7f9725a889955a49c768",
      "tree": "b20184e7c4e1d5b8327385bad12db1576f730e60",
      "parents": [
        "6d5a5c10a5b9389cd84b5a10d5814e65eeb004aa"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Thu May 28 11:32:25 2020 -0700"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri Jun 05 15:34:04 2020 -0700"
      },
      "message": "CCodec: query api feature for block model\n\nBug: 147748978\nTest: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small\nChange-Id: I0bf921f2eacd6fac89a04933f6bcf0ffa1937308\n"
    },
    {
      "commit": "77dbeeef82d5a581c607ef684a6f20d51d5e8c57",
      "tree": "08fb543d6e0fab658fd8aea52974f1e8f59ae125",
      "parents": [
        "d1626984eff89f66647cdb4c498de6bcc9270fbe"
      ],
      "author": {
        "name": "Inseob Kim",
        "email": "inseob@google.com",
        "time": "Fri May 29 18:04:45 2020 +0530"
      },
      "committer": {
        "name": "Ayushi Khopkar",
        "email": "ayushi.khopkar@ittiam.com",
        "time": "Tue Jun 02 10:14:54 2020 +0530"
      },
      "message": "Fix vendor modules to use shared vndk\n\nWhen using VNDK, Vendor modules should use shared version.\n\nBug: 137178339\nTest: m \u0026\u0026 boot blueline\n\nChange-Id: Iaefc924d41b0a5ca02d88a06c1e78e188ef6466b\nMerged-In: Iaf6029ca4ded12b1b7a04a59b26fda33dcb3d071\n"
    },
    {
      "commit": "755d074779c1d9ae4aaab88b0d70fde6366e0a4f",
      "tree": "d15d78b0bd0233f8c08890db7f35a78a28d3884b",
      "parents": [
        "154710fef65ea3065c8a0c92e3674502ad1f2703",
        "50aff2cd465700069f3f8192c42d026c97eb23c6"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Sat May 16 18:16:42 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Sat May 16 18:16:42 2020 +0000"
      },
      "message": "Merge \"Revert \"Use NO_IMEMORY version of libstagefright_foundation for apex\"\" into rvc-dev am: 50aff2cd46\n\nChange-Id: Ie6936f10bd4dfd5fa865d5bec222abe2aef0fb6d\n"
    },
    {
      "commit": "43db6ad3826d90bb165f4dd91432e926db84cd6c",
      "tree": "35abddfe5e64ce63134dd785d05100d654f3230e",
      "parents": [
        "33bd60bab90601f3bb93c4dd4379f88ac7154337"
      ],
      "author": {
        "name": "Adam Wright",
        "email": "adamdwright@google.com",
        "time": "Sat May 16 10:33:19 2020 +0000"
      },
      "committer": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Sat May 16 18:03:20 2020 +0000"
      },
      "message": "Revert \"Use NO_IMEMORY version of libstagefright_foundation for apex\"\n\nRevert \"Revert \"Revert \"Make libbinder not available to media.sw...\"\n\nRevert submission 11485868-reland-libbinder\n\nTesting potential culprit for b/156778943 (\"pthread_mutex_destroy called on a destroyed mutex\" inside libstagefright).\n\nReason for revert: broken above test\nExempt-From-Owner-Approval: revert due to test breakage.\n\nReverted Changes:\nI045836e10:Use NO_IMEMORY version of libstagefright_foundatio...\nI23f41fece:Revert \"Revert \"Make libbinder not available to me...\n\nbug: 156778943\n\nChange-Id: I2834070f492db0318e215bf16058e0c43e00b03d\n"
    },
    {
      "commit": "154710fef65ea3065c8a0c92e3674502ad1f2703",
      "tree": "42d4c4415318c98abb8d5f06b1eae12badf150e7",
      "parents": [
        "ad9aa34b9812e7e94dec489dd979e9b4b109117f",
        "278615a296e2db02d71606c2fd510432f523ad74"
      ],
      "author": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Sat May 16 00:26:32 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Sat May 16 00:26:32 2020 +0000"
      },
      "message": "Merge \"Use NO_IMEMORY version of libstagefright_foundation for apex\" into rvc-dev am: 278615a296\n\nChange-Id: Ib4f4e290c95e7ac62b935c731c3943c69d986f7a\n"
    },
    {
      "commit": "33bd60bab90601f3bb93c4dd4379f88ac7154337",
      "tree": "147f60ba9b4d2a19a3de4145cc2c0b1fa8a696f4",
      "parents": [
        "f3f9288eaecdb54d4ed79e55c887db60d4305ea7"
      ],
      "author": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Wed May 13 19:31:44 2020 -0700"
      },
      "committer": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Thu May 14 11:06:53 2020 -0700"
      },
      "message": "Use NO_IMEMORY version of libstagefright_foundation for apex\n\nCurrently swcodec apex build uses vendor variant which no longer\ndepends on libbinder. However, in some builds VNDK is not used\nand libbinder dependency still exists. Although the prebuilt\napex no longer contains libbinder, some build still fails when\nlibbinder is disallowed in apex.\n\nCreate a separate version of libstagefright_foundataion_no_imemory,\nand use that only if there is no vendor build.\n\nAlso do not use __ANDROID_VNDK__ to disable the binder related\ncode in libstagefright_foundation, it\u0027s never defined if there is\nno VNDK. Use NO_IMEMORY instead.\n\nbug: 139201422\nbug: 139016109\n\ntest: various builds in presubmit\nChange-Id: I045836e10b93f71c7c31b30bb555eea8d6a2ef3a\n"
    },
    {
      "commit": "201dac56825010a0e553fc960a84a237ded7619c",
      "tree": "3869070d7b73c6b18bb400ca95901555c824ab3f",
      "parents": [
        "0955e0ad04011ee5d1b0647e94b4c9cf5b688ab7",
        "9c871c779926aa7f732ef26772b0a1aec12f77ac"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon May 11 19:34:01 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon May 11 19:34:01 2020 +0000"
      },
      "message": "Merge \"AMRWB: Initialize rx_state passed to mime_unsorting\" into rvc-dev am: 9c871c7799\n\nChange-Id: I15c97492fca5b856f1fb51f53a0bca6206d0241e\n"
    },
    {
      "commit": "9c871c779926aa7f732ef26772b0a1aec12f77ac",
      "tree": "c7579ed6fefe0408f0f5bc37a00b3d0092e04fe3",
      "parents": [
        "48779be75d90a6b70a0a3ac166ec757fe6e1bb0e",
        "539a023bbae8c6afc43a04132f07e2265f0f9016"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon May 11 18:35:23 2020 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon May 11 18:35:23 2020 +0000"
      },
      "message": "Merge \"AMRWB: Initialize rx_state passed to mime_unsorting\" into rvc-dev"
    },
    {
      "commit": "40fae84d5e67baab376c831df2b1ad33f9b989ce",
      "tree": "6418691578ef40f8820783637a38115fd25da8ca",
      "parents": [
        "af3aead16b6f8a9a41e6c385e0a8051644347e8b"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Sat May 02 00:14:38 2020 +0530"
      },
      "committer": {
        "name": "Jason Macnak",
        "email": "natsu@google.com",
        "time": "Tue May 05 18:16:12 2020 +0000"
      },
      "message": "C2SoftMpeg2Dec: Remove invalid check for output buffer width\n\nIf outBuffer is specificed, displayStride is the stride of the\noutBuffer (line 595). Then, the \"Output buffer too small\" check\nends up comparing a buffer\u0027s width to the buffer\u0027s own stride\nwhich effectively requires that a buffer\u0027s width is equal to it\u0027s stride.\n\nBug: 155485791\nTest: cts -t android.media.cts.DecoderTest\nChange-Id: Ia66591f816aac0d8aad5c1b5b9a0aeff2cc80185\nMerged-In: Ia66591f816aac0d8aad5c1b5b9a0aeff2cc80185\n"
    },
    {
      "commit": "539a023bbae8c6afc43a04132f07e2265f0f9016",
      "tree": "dd6b61d4641ea99d029b72d9f2f1aa918e264d6d",
      "parents": [
        "686dac0cdb04834b889b1264f7a41c5d6ce25d2a"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Fri Apr 10 16:44:43 2020 -0700"
      },
      "committer": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Tue May 05 10:29:53 2020 -0700"
      },
      "message": "AMRWB: Initialize rx_state passed to mime_unsorting\n\nBug: 151845676\nTest: poc in bug\n\nChange-Id: Ibe2e2cd852e675aad18e9a0c0065f02582bb428b\n"
    },
    {
      "commit": "af3aead16b6f8a9a41e6c385e0a8051644347e8b",
      "tree": "4420e34c67ff5c7ad625213d9a1a207d2ef6ce6b",
      "parents": [
        "686dac0cdb04834b889b1264f7a41c5d6ce25d2a"
      ],
      "author": {
        "name": "Jason Macnak",
        "email": "natsu@google.com",
        "time": "Thu Apr 30 17:41:53 2020 -0700"
      },
      "committer": {
        "name": "Jason Macnak",
        "email": "natsu@google.com",
        "time": "Tue May 05 09:37:46 2020 -0700"
      },
      "message": "Remove invalid check in avc and hevc dec\n\nIf outBuffer is specificed, displayStride is the stride of the\noutBuffer (line 526 for avc and line 521 for hevc). Then, the\n\"Output buffer too small\" check ends up comparing a buffer\u0027s width\nto the buffer\u0027s own stride which effectively requires that a\nbuffer\u0027s width is equal to it\u0027s stride.\n\nFor android.media.cts.DecoderTest#testCodecBasicHEVC, the test\nhas an outBuffer with width 720 and stride 768 which fails the\ncheck.\n\nBug: b/146515640\nTest: cts -t android.media.cts.DecoderTest\nChange-Id: I732f77445cad5390895c8e43f46d11c423c9b2e4\n"
    },
    {
      "commit": "59dd53f86d7074487a67e3f0687cd1ec9566509d",
      "tree": "41519fb0ed0d6509fe2b65a2d21d16f031a7ef57",
      "parents": [
        "f846a7d17b3023f61b41b439bf921a429a859407",
        "be8be72f16bc85f0d98e4368f0b51270cfd64ec6"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon May 04 21:06:07 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon May 04 21:06:07 2020 +0000"
      },
      "message": "Merge \"C2SoftMpeg2Dec: Remove invalid check for output buffer width\" am: abaa31accc am: be8be72f16\n\nChange-Id: I26a58f86c9c713db6299c341623b9ccbb101d9b2\n"
    },
    {
      "commit": "f846a7d17b3023f61b41b439bf921a429a859407",
      "tree": "cc5367491b746d9e0bc89b98f1eeba52e59f829f",
      "parents": [
        "d7789a4abb561b0427bd8e3f599f8b63e5d7d20d",
        "9c6d495b2cf2f4059c17da0a16d7102ad5a31840"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon May 04 21:05:58 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon May 04 21:05:58 2020 +0000"
      },
      "message": "Merge \"Remove invalid check in avc and hevc dec\" am: 366ad0c781 am: 9c6d495b2c\n\nChange-Id: I74e3d652bd7bef424885b7ba44126c646f64fa3f\n"
    },
    {
      "commit": "be8be72f16bc85f0d98e4368f0b51270cfd64ec6",
      "tree": "39523a2e6c132e5d4c52826cc0e5db4e7172c4b4",
      "parents": [
        "9c6d495b2cf2f4059c17da0a16d7102ad5a31840",
        "abaa31accc60534ef3edf1f86d26b26cb391dc38"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon May 04 20:50:21 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon May 04 20:50:21 2020 +0000"
      },
      "message": "Merge \"C2SoftMpeg2Dec: Remove invalid check for output buffer width\" am: abaa31accc\n\nChange-Id: I30d95882358bf6005777418e310826a980e16c0c\n"
    },
    {
      "commit": "9c6d495b2cf2f4059c17da0a16d7102ad5a31840",
      "tree": "fc84abf8522450b4ae306e7f8a593c5bc3aa497e",
      "parents": [
        "46b7e4f90954cbbce23d370fb42aff83dfbb7a95",
        "366ad0c781768f8084fa119271842c96d091a426"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon May 04 20:50:08 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon May 04 20:50:08 2020 +0000"
      },
      "message": "Merge \"Remove invalid check in avc and hevc dec\" am: 366ad0c781\n\nChange-Id: I9d09bb46b0ca5e9be6e2850fa5208bd24597bf18\n"
    },
    {
      "commit": "abaa31accc60534ef3edf1f86d26b26cb391dc38",
      "tree": "d80b4e86fefa1930b37fab7de6122098daa6139e",
      "parents": [
        "366ad0c781768f8084fa119271842c96d091a426",
        "eb767791acbf35f4fb2bc79ca34e26e1b75e5f3f"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon May 04 20:29:44 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon May 04 20:29:44 2020 +0000"
      },
      "message": "Merge \"C2SoftMpeg2Dec: Remove invalid check for output buffer width\""
    },
    {
      "commit": "eb767791acbf35f4fb2bc79ca34e26e1b75e5f3f",
      "tree": "4afbf6f4b16c7395b537b8522d68b95a3fdd9a32",
      "parents": [
        "31e83e5b6f44a6560b1d7d5876ea984ce2c64938"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Sat May 02 00:14:38 2020 +0530"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Fri May 01 18:37:32 2020 -0700"
      },
      "message": "C2SoftMpeg2Dec: Remove invalid check for output buffer width\n\nIf outBuffer is specificed, displayStride is the stride of the\noutBuffer (line 595). Then, the \"Output buffer too small\" check\nends up comparing a buffer\u0027s width to the buffer\u0027s own stride\nwhich effectively requires that a buffer\u0027s width is equal to it\u0027s stride.\n\nBug: 155485791\nTest: cts -t android.media.cts.DecoderTest\nChange-Id: Ia66591f816aac0d8aad5c1b5b9a0aeff2cc80185\n"
    },
    {
      "commit": "3a8a46c1440c03a4b64a5bda7e38dde9d751c504",
      "tree": "d2349cc7744c9887dc0d229cc6753c89b973bd85",
      "parents": [
        "4ed3743f112fb99002309e0311fb6443f33d2231"
      ],
      "author": {
        "name": "Jason Macnak",
        "email": "natsu@google.com",
        "time": "Thu Apr 30 17:41:53 2020 -0700"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri May 01 10:37:00 2020 -0700"
      },
      "message": "Remove invalid check in avc and hevc dec\n\nIf outBuffer is specificed, displayStride is the stride of the\noutBuffer (line 526 for avc and line 521 for hevc). Then, the\n\"Output buffer too small\" check ends up comparing a buffer\u0027s width\nto the buffer\u0027s own stride which effectively requires that a\nbuffer\u0027s width is equal to it\u0027s stride.\n\nFor android.media.cts.DecoderTest#testCodecBasicHEVC, the test\nhas an outBuffer with width 720 and stride 768 which fails the\ncheck. Removing the check allows the test to pass on DUT.\n\nBug: 155485791\nTest: cts -t android.media.cts.DecoderTest\nChange-Id: I732f77445cad5390895c8e43f46d11c423c9b2e4\n"
    },
    {
      "commit": "d0b9ed3911d5c0826ea021c5b3332ce5d7066abf",
      "tree": "cc72376892faf30216e6be408acb75cb56feaae5",
      "parents": [
        "f9d338f2b3d7d04423bf0493cc72f24ac33c0ade",
        "46c80a99d09d9c492289e057c95dcf2f609031fc"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon Apr 20 22:36:12 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Mon Apr 20 22:36:12 2020 +0000"
      },
      "message": "Merge \"C2SoftVpxEnc: Fix initialiation of bitrate ratios\" into rvc-dev am: 46c80a99d0\n\nChange-Id: I39482230497fa170e762d5e55f11bd86afc31d30\n"
    },
    {
      "commit": "46c80a99d09d9c492289e057c95dcf2f609031fc",
      "tree": "3980f407552eaa11bf17700337f542e15bf255d8",
      "parents": [
        "afee5576faeef5d557a4dbd233250eb6a8ca8e1e",
        "da612455580c36d22f8940d2a7386dd0e7ddd58c"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon Apr 20 22:20:08 2020 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Apr 20 22:20:08 2020 +0000"
      },
      "message": "Merge \"C2SoftVpxEnc: Fix initialiation of bitrate ratios\" into rvc-dev"
    },
    {
      "commit": "da612455580c36d22f8940d2a7386dd0e7ddd58c",
      "tree": "7e81c54086acc47d95916488d0e0f1d652937f8a",
      "parents": [
        "1261c29e1efbe523285dc65138d4c29bf5ae6b39"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Sat Mar 14 17:41:29 2020 -0700"
      },
      "committer": {
        "name": "Pawin Vongmasa",
        "email": "pawin@google.com",
        "time": "Fri Apr 17 00:24:00 2020 -0700"
      },
      "message": "C2SoftVpxEnc: Fix initialiation of bitrate ratios\n\nBug: 151273173\nTest: steps in bug\nChange-Id: I91a73afb33a9e9ca486bfcc9b49d5c9b292cca04\n"
    },
    {
      "commit": "a6127a935639f127db56974851abc2dda360eca2",
      "tree": "fb5b80b472830659d9ba6fce40bd4f1fe0391785",
      "parents": [
        "a4cfeca69f76fbd2eedd6217b058d118844a5d4c",
        "7cff1b7359a6348d17c9ce7f877d4ac71898f046"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Thu Apr 16 21:51:13 2020 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Apr 16 21:51:13 2020 +0000"
      },
      "message": "Merge \"C2SoftAVCEnc: Change default dimensions and frame rate\" into rvc-dev"
    },
    {
      "commit": "a7074b47e7bd40ddce448b53727e6889df0808f0",
      "tree": "bf2830739df4e438c3d28a74ccb7e2d3b7fe2e4b",
      "parents": [
        "97eccce3d6747038bd0a3d0b67ca645cbfe336e3",
        "f61b11b6b59cb89d313541e69b520cc9ac1ba850"
      ],
      "author": {
        "name": "Kris Alder",
        "email": "kalder@google.com",
        "time": "Tue Apr 14 18:36:20 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Tue Apr 14 18:36:20 2020 +0000"
      },
      "message": "Merge changes I14498bf3,I719fc648,Iaea9338a am: 19abd4d485 am: f61b11b6b5\n\nChange-Id: I519ff82c03f4dafbe2908e20aecba6f43b65697f\n"
    },
    {
      "commit": "f61b11b6b59cb89d313541e69b520cc9ac1ba850",
      "tree": "21372164a572f88b43d6f30a6473c00300780569",
      "parents": [
        "6fab64b62f8ac2b92ab05610c0ee1ea1daafaf13",
        "19abd4d485b96df2b130e546cb9efacb4da6dbd4"
      ],
      "author": {
        "name": "Kris Alder",
        "email": "kalder@google.com",
        "time": "Tue Apr 14 18:18:29 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Tue Apr 14 18:18:29 2020 +0000"
      },
      "message": "Merge changes I14498bf3,I719fc648,Iaea9338a am: 19abd4d485\n\nChange-Id: I66f211137f07a3277139582a56b743801c25a205\n"
    },
    {
      "commit": "19abd4d485b96df2b130e546cb9efacb4da6dbd4",
      "tree": "795936336fb178fd6afcdb8af4ccf0f97aebdb9d",
      "parents": [
        "04f759bfd400f64bd7d17e9e3fd725d1e2cea31e",
        "81747aa75b93e1840719d6964043fff0d1dbd5a1"
      ],
      "author": {
        "name": "Kris Alder",
        "email": "kalder@google.com",
        "time": "Tue Apr 14 17:49:47 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 14 17:49:47 2020 +0000"
      },
      "message": "Merge changes I14498bf3,I719fc648,Iaea9338a\n\n* changes:\n  Added g711alaw_dec_fuzzer and g711mlaw_dec_fuzzer\n  g711dec: Add host support\n  Separate g711 decoder from Codec2 plugin\n"
    },
    {
      "commit": "b15473e53c27b5e54af59bfa4f82c35a22f9bb57",
      "tree": "4f5fb8e267d888554fdaff7ee3573cb92aae6235",
      "parents": [
        "d751a4374991c86292f0f4d87b97c6c2d3e0240d",
        "6a7e93d18c83460a3864cd943f6a8b7435ccdd25"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri Apr 10 22:18:30 2020 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Apr 10 22:18:30 2020 +0000"
      },
      "message": "Merge \"C2SoftDec: Use stride returned by graphic view in avc, hevc and mpeg2\" into rvc-dev"
    },
    {
      "commit": "47051f5954a0dd275276a37d6476f1ba3688d5d9",
      "tree": "3cd6a3de950968ee0199b6befe9cc24ba02877df",
      "parents": [
        "38bacb74527606f22f1b8e0c604f3e9a4e9ccf42",
        "0ab3d3e4e9de4519ff8633437d813526199aec36"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Apr 10 21:06:28 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Fri Apr 10 21:06:28 2020 +0000"
      },
      "message": "Merge \"C2SoftAVCEnc: Change default dimensions and frame rate\" am: d16f6150a2 am: 0ab3d3e4e9\n\nChange-Id: I52066ade0716cc9e9589e9277513273b8ed71f15\n"
    },
    {
      "commit": "0ab3d3e4e9de4519ff8633437d813526199aec36",
      "tree": "49ef2acedfe4206df73ca7df0b2477b23e73e9f2",
      "parents": [
        "ee9d1ba0a7f9dfbc36f5dac86835f44fe85208ca",
        "d16f6150a298074993c968d6909839bde143c6b3"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Apr 10 20:46:08 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Fri Apr 10 20:46:08 2020 +0000"
      },
      "message": "Merge \"C2SoftAVCEnc: Change default dimensions and frame rate\" am: d16f6150a2\n\nChange-Id: I7af9091fd1bbc2c4c6a3576ac2e12dd7f542c641\n"
    },
    {
      "commit": "d16f6150a298074993c968d6909839bde143c6b3",
      "tree": "0aa7392d8212444e4d7bc1bbb41f1df995f696c5",
      "parents": [
        "4819ad4822ae6315a9062918af41f7121149ff9e",
        "bb40ea8ec38da5b69cf454ac6d200ea4577edd5f"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Apr 10 20:23:24 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Apr 10 20:23:24 2020 +0000"
      },
      "message": "Merge \"C2SoftAVCEnc: Change default dimensions and frame rate\""
    },
    {
      "commit": "6a7e93d18c83460a3864cd943f6a8b7435ccdd25",
      "tree": "c99243043d6575740a6f99b08a1f61b15c508ba1",
      "parents": [
        "95ec1b8ea487abbf4ef50d53c227338f559e9599"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Fri Oct 18 16:27:38 2019 -0700"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri Apr 10 11:45:49 2020 -0700"
      },
      "message": "C2SoftDec: Use stride returned by graphic view in avc, hevc and mpeg2\n\nInstead of assuming stride to be a multiple of 64, use the value\nreturned by graphic view.\nThese codecs require chroma stride to be half of luma, hence the luma stride\nshould be a multiple of 32. Hence request for stride that is multiple of\n32, then use returned stride.\nThis is needed where allcoated buffer has a stride that is multiple of\n128.\n\nTest: atest android.media.cts.DecoderTest\nTest: Test decoding clips with dimensions that are not multiples of 16\n\nBug: 144190181\nChange-Id: I08912396e495326fca787e8ae0b47256505210ca\nMerged-In: I08912396e495326fca787e8ae0b47256505210ca\n"
    },
    {
      "commit": "7cff1b7359a6348d17c9ce7f877d4ac71898f046",
      "tree": "a23598dd503afd58e18054165db69e1e736356cf",
      "parents": [
        "95ec1b8ea487abbf4ef50d53c227338f559e9599"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Apr 07 01:35:52 2020 +0530"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Fri Apr 10 11:12:58 2020 -0700"
      },
      "message": "C2SoftAVCEnc: Change default dimensions and frame rate\n\nIn order to support signalling lower levels, default dimensions\nand frame rate are set to smaller values, such that minimum level\ncalculations done with default values still stay at lowest level\nsupported\n\nBug: 149360064\nBug: 151423508\nTest: atest android.media.cts.MediaRecorderTest#\\\n      testProfileAvcBaselineLevel1\nChange-Id: Ic86e5d728d99652ea4e4a46df4f46b3ff3b357ac\nMerged-In: Ic86e5d728d99652ea4e4a46df4f46b3ff3b357ac\n"
    },
    {
      "commit": "c026059f172ffe2e2dad9934db347c703fd34fcc",
      "tree": "ef36dbdfa544a72cb9a3892e3447a42ea6082a43",
      "parents": [
        "2c26ffecf439b6286e57e5292354edce719f7b27",
        "292e854b4e905ca87861368b8c7ab32e90e6fcd4"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Apr 10 18:05:41 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Fri Apr 10 18:05:41 2020 +0000"
      },
      "message": "Merge \"C2SoftDec: Use stride returned by graphic view in avc, hevc and mpeg2\" am: 4819ad4822 am: 292e854b4e\n\nChange-Id: I35a64d61cc9bb2456fb19cc70b68477ea618ba1c\n"
    },
    {
      "commit": "292e854b4e905ca87861368b8c7ab32e90e6fcd4",
      "tree": "f2170825c78ddddeab71f2379a4954ea4067e924",
      "parents": [
        "dd7efba956a04354f4c5c82c40f228605ca48fc1",
        "4819ad4822ae6315a9062918af41f7121149ff9e"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Apr 10 17:27:41 2020 +0000"
      },
      "committer": {
        "name": "Automerger Merge Worker",
        "email": "android-build-automerger-merge-worker@system.gserviceaccount.com",
        "time": "Fri Apr 10 17:27:41 2020 +0000"
      },
      "message": "Merge \"C2SoftDec: Use stride returned by graphic view in avc, hevc and mpeg2\" am: 4819ad4822\n\nChange-Id: I319866b3cc4fcb64047cf991db378d1b1c2d8d83\n"
    },
    {
      "commit": "97ac9e6d7f00e2be01074265ff27bbbe85bf149c",
      "tree": "d99545f5c15aac2f30d8db9e7fdac09a180f7ab0",
      "parents": [
        "dd1fafd81ed6d9cd1d424c8f12c24d72f2666a4c"
      ],
      "author": {
        "name": "Ayushi Khopkar",
        "email": "ayushi.khopkar@ittiam.com",
        "time": "Thu Apr 02 09:54:01 2020 +0530"
      },
      "committer": {
        "name": "Ayushi Khopkar",
        "email": "ayushi.khopkar@ittiam.com",
        "time": "Thu Apr 09 10:01:40 2020 +0530"
      },
      "message": "Separate g711 decoder from Codec2 plugin\n\ng711 decoder is now built as separate static\nlibrary which is included in Codec2 plugin.\n\nTest: Build libcodec2_soft_g711alawdec and libcodec2_soft_g711mlawdec\nBug: 151599224\n\nChange-Id: Iaea9338a017a043f1614b63212708d6a94be8cb3\n"
    },
    {
      "commit": "dc1d2d9bc5edf4776980fd977f757cd4ff41b805",
      "tree": "83a4ebba5407e0bacb282b95e0b1da8cfd1472b5",
      "parents": [
        "17bfa45534a79e8273c73a9f51f7fbdfc86022dc"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Fri Oct 18 16:27:38 2019 -0700"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Wed Apr 08 22:05:42 2020 +0000"
      },
      "message": "C2SoftDec: Use stride returned by graphic view in avc, hevc and mpeg2\n\nInstead of assuming stride to be a multiple of 64, use the value\nreturned by graphic view.\nThese codecs require chroma stride to be half of luma, hence the luma stride\nshould be a multiple of 32. Hence request for stride that is multiple of\n32, then use returned stride.\nThis is needed where allcoated buffer has a stride that is multiple of\n128.\n\nTest: atest android.media.cts.DecoderTest\nTest: Test decoding clips with dimensions that are not multiples of 16\n\nBug: 144190181\nChange-Id: I08912396e495326fca787e8ae0b47256505210ca\n"
    },
    {
      "commit": "bb40ea8ec38da5b69cf454ac6d200ea4577edd5f",
      "tree": "be4f23abffbb322d70707c1abd4a89c28a62a924",
      "parents": [
        "fd2fb97a3f96e62bbcd63e484aa266090a70b6ce"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Apr 07 01:35:52 2020 +0530"
      },
      "committer": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Tue Apr 07 00:27:43 2020 +0000"
      },
      "message": "C2SoftAVCEnc: Change default dimensions and frame rate\n\nIn order to support signalling lower levels, default dimensions\nand frame rate are set to smaller values, such that minimum level\ncalculations done with default values still stay at lowest level\nsupported\n\nBug: 149360064\nBug: 151423508\nTest: atest android.media.cts.MediaRecorderTest#\\\n      testProfileAvcBaselineLevel1\nChange-Id: Ic86e5d728d99652ea4e4a46df4f46b3ff3b357ac\n"
    },
    {
      "commit": "fd65f91772ab8c644fc96d9cb0265ff6cc1a99e2",
      "tree": "ff16077fe5149339c043f3a180450e166b3d6ef0",
      "parents": [
        "95ec1b8ea487abbf4ef50d53c227338f559e9599"
      ],
      "author": {
        "name": "Harish Mahendrakar",
        "email": "harish.mahendrakar@ittiam.com",
        "time": "Thu Apr 02 05:45:05 2020 +0530"
      },
      "committer": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Mon Apr 06 15:36:27 2020 -0700"
      },
      "message": "C2SoftAvcDec: Fix interlaced input handling\n\nC2 plugin for avc decoder is now updated to appropriately\nhandle both types of interlaced content, i.e. sent as one\nfield per one input buffer and sent as two fields per one\ninput\n\n- Allow bytes consumed to be returned as zero to handle dangling fields\n- Do not ignore trailing bytes after decode call as that data may\n  contain next field\n- Ensure input buffer contains at least 4 bytes\n- After signalling new output delay, do not feed the input again\n\nBug: 135146280\nBug: 152087140\nTest: poc in bugs\nTest: atest android.media.cts.DecoderTest\n\nChange-Id: I1f6a12878eeebb604a16f8e9edcdf3d631ef5afc\nMerged-In: I1f6a12878eeebb604a16f8e9edcdf3d631ef5afc\n"
    }
  ],
  "next": "654a1139043a0f72d8f90c459b5183eae936301b"
}
