)]}'
{
  "commit": "523ad9ef13e8a896895bfedd89c1286c0a4407ed",
  "tree": "2852b7abe23bd487fd0fe7545e4f1baec8c67ef5",
  "parents": [
    "06df30cc8c6a02eb07cd4bf84a025c52d317d7fe"
  ],
  "author": {
    "name": "sailendrabathi",
    "email": "44525804+sailendrabathi@users.noreply.github.com",
    "time": "Sat Jul 11 06:24:29 2026 +0530"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sat Jul 11 00:54:29 2026 +0000"
  },
  "message": "[video_player] Improve seek performance on Android (#11810)\n\nAdds `backBufferDurationMs` to `VideoPlayerOptions` and configures ExoPlayer\u0027s `DefaultLoadControl` to retain the back buffer from keyframes. This significantly improves seek performance and responsiveness during video playback on Android.\r\n\r\niOS already has some kind of back buffering implemented in AVPlayer because the replays and seeks are instantaneous for small videos.\r\n\r\nBefore:\r\nReplays and seeks on Android for network based video assets involve a network call to fetch the video content. This significantly hampers the user experience.\r\n\r\nAfter:\r\nReplays and seeks on Android (within the back buffer duration) are instant just like in iOS. Improving user experience\r\n\r\nThis PR partly addresses https://github.com/flutter/flutter/issues/97428. Not enabling back buffering by default and instead allowing the app to configure as per need. The default behavior will be same as the existing implementation to avoid any regressions. \r\n\r\n## Pre-Review Checklist",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4e4c13b0a0f2f02bed90820b3b4044581541b575",
      "old_mode": 33188,
      "old_path": "packages/video_player/video_player/CHANGELOG.md",
      "new_id": "20671d46a4cd0ea6e6da4545810f464e485eba98",
      "new_mode": 33188,
      "new_path": "packages/video_player/video_player/CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "b287a39fed24a139bb9f9d7b3b4cd805c74ebccd",
      "old_mode": 33188,
      "old_path": "packages/video_player/video_player/lib/video_player.dart",
      "new_id": "cd5a110ec28d4277f9868fe755da3882ecd65baa",
      "new_mode": 33188,
      "new_path": "packages/video_player/video_player/lib/video_player.dart"
    },
    {
      "type": "modify",
      "old_id": "c55f4e823c4ef6b94f0cb0e7ee0f6c9bf3ad9a4b",
      "old_mode": 33188,
      "old_path": "packages/video_player/video_player/pubspec.yaml",
      "new_id": "fcadff731d35d6b6a3fea6140b36e0b9b5ec2c7c",
      "new_mode": 33188,
      "new_path": "packages/video_player/video_player/pubspec.yaml"
    },
    {
      "type": "modify",
      "old_id": "4524e8aca16702a5ecdbb5d2e2341ccb1df126c5",
      "old_mode": 33188,
      "old_path": "packages/video_player/video_player/test/video_player_initialization_test.dart",
      "new_id": "470eb1f98199a83d23cde33afe16822e761d851a",
      "new_mode": 33188,
      "new_path": "packages/video_player/video_player/test/video_player_initialization_test.dart"
    },
    {
      "type": "modify",
      "old_id": "56cd402f12283bcfe50060cf5ac77687e889a57b",
      "old_mode": 33188,
      "old_path": "packages/video_player/video_player/test/video_player_test.dart",
      "new_id": "e662dd4f9b7c122a2f78f980905b87514624c529",
      "new_mode": 33188,
      "new_path": "packages/video_player/video_player/test/video_player_test.dart"
    }
  ]
}
