RepoPilot

google/ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media

Mixed

Slowing — last commit 9mo ago

MixedDependency

no CI workflows detected; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 9mo ago; Scorecard "Branch-Protection" is 0/10…

  • Slowing — last commit 9mo ago
  • No CI workflows detected
  • Scorecard: default branch unprotected (0/10)
  • Last commit 9mo ago
  • 14 active contributors
  • Distributed ownership (top contributor 27% of recent commits)
  • Apache-2.0 licensed
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days; bring "Branch-Protection" to ≥3/10 (see scorecard report)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: google/ExoPlayer

Generated by RepoPilot · document generated 2026-09-14 · concise human review Evidence snapshot · analyzed 2026-09-14T20:50:14.642Z · commit dd430f7053a1

Verdict

Mixed — Slowing — last commit 9mo ago

  • Last commit 9mo ago
  • 14 active contributors
  • Distributed ownership (top contributor 27% of recent commits)
  • Apache-2.0 licensed
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

ExoPlayer is a deprecated Android media player library that provided extensible video and audio playback with support for multiple formats, codecs (including AV1 via libgav1), and streaming protocols. It enabled developers to build custom media experiences beyond Android's native MediaPlayer, with modularity through extensions like Cast integration and Cronet-based networking. This repository is now archived in favor of AndroidX Media3. Monorepo structure: extensions/ subdirectories contain modular codec/transport plugins (av1, cast, cronet, etc.), each with its own build.gradle, JNI bindings for native codecs (av1/src/main/jni contains CMakeLists.txt and C++ code), and Java facades…

Start here

Open these first:

  • README.md — Declares the repository deprecated as of 2024-04-03 with migration path to androidx/media; all contributors must understand…
  • build.gradle — Root build configuration using Gradle 7.2.2 and Android toolchain; essential for understanding how all modules compile and…
  • extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Libgav1VideoRenderer.j… — Video rendering abstraction for AV1 codec support; demonstrates the core extension pattern used throughout this codebase.
  • extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/CastPlayer.java — Cast integration entry point; shows how ExoPlayer abstracts remote playback across different device types.
  • extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/CronetDataSource… — HTTP data source using Chromium's Cronet; represents the network I/O abstraction layer for media streaming.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone: git clone https://github.com/google/ExoPlayer.git. Install: verify build.gradle lists Gradle 7.2.2 and Kotlin 1.8.20 as buildscript dependencies; ensure Android SDK and Java JDK 8+ are installed. Build: `./gr…

Daily commands:

Build specific modules: ./gradlew :extensions:av1:build (for AV1 decoder extension), ./gradlew :extensions:cast:build (for Cast support), or ./gradlew build for all. No built-in dev server; ExoPlayer is a library,…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 9mo ago
  • No CI workflows detected
  • Scorecard: default branch unprotected (0/10)
  • No active development: PRs and issues will not be reviewed or merged. Deprecated dependencies: Gradle 7.2.2 and Kotlin 1.8.20 are aging; new Android SDK versions may have compatibility issues. **JNI platform…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/google/exoplayer?axis=fork)](https://repopilot.app/r/google/exoplayer)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/google/exoplayer on X, Slack, or LinkedIn.

Ask AI about google/exoplayer

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/google/exoplayer"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>