[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.0 #6

Merged
merged 915 commits into from
Aug 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
915 commits
Select commit Hold shift + click to select a range
8dfcf02
Remove `@UnstableApi` from demo apps
icbaker May 15, 2024
ed4820c
Remove `@UnstableApi` from package-private files
icbaker May 15, 2024
c6f4ed0
Remove `/* package */` comment from `public` classes
icbaker May 15, 2024
a5c9424
Add unit test for seeking in clipped MediaItem
kim-vde May 15, 2024
e4f0ff8
Clear the PreloadMediaSource when deprioritized by the preload manager
tianyif May 15, 2024
6755439
Fix test flakiness
tonihei May 15, 2024
0e5a5e0
Publish `CompositionPlayer` for playing compositions
icbaker May 15, 2024
7b35733
Support AVIF in exoplayer
tof-tof May 15, 2024
5c6f48e
Add debug trace logs for AudioMixer & AudioGraph events.
Samrobbo May 15, 2024
0352db9
Default to parse subtitles while extracting, instead of while rendering
icbaker May 16, 2024
d2f677b
Update PgsParser.java
SimonHung Jan 19, 2024
743e794
Format with google-java-format and add release note
icbaker May 15, 2024
a4faf4d
Merge pull request #1367 from TheBeastLT:main
copybara-github May 16, 2024
e23cc75
Handle playToEndOfStream called before configuring the audio sink
kim-vde May 16, 2024
7b2a1b4
Fix image not ignored for non-images in setImageDurationMs
kim-vde May 16, 2024
f0e420e
Use List in `createRenderers` for better readability
claincly May 16, 2024
25e5647
Check for .heif extension in File types inference
tof-tof May 16, 2024
2ac8247
Fix and/or bug in `XingSeeker`
icbaker May 16, 2024
1abcf5c
Add debug trace log for AssetLoader Renderer format events.
Samrobbo May 16, 2024
d83e81f
Add toggle for DebugTraceUtil to Transformer demo.
Samrobbo May 16, 2024
282a944
Throw errors from `WebvttPlaybackTest.stallUntilPlayerCondition`
icbaker May 17, 2024
2b5bb94
Add missing check before calling discardBuffer
tonihei May 17, 2024
34792f7
Fix flakiness in ExoPlayerTest
tonihei May 17, 2024
b9ec24a
Fix AV sync for sequences with audio track shorter than video
ychaparov May 17, 2024
eca6cb2
Clean up unused members in `XingFrame`
icbaker May 17, 2024
dd7fb81
Handle timeline updates where all periods in window have been replaced
tonihei May 17, 2024
6abb2db
Refactor pending clock sync logic in DashMediaSource
tonihei May 17, 2024
b645004
Keep manifest in DashMediaSource after release
tonihei May 17, 2024
dc4f20e
Fix image seeking
claincly May 18, 2024
be5cf6b
Allow LoadControl.shouldContinueLoading accept playWhenReady as a par…
colinkho May 3, 2024
c46bb24
Move parameters inside LoadControl and use it for shouldStartPlayback
tonihei May 14, 2024
07ddc0f
Add debug trace for Muxer completely ending.
Samrobbo May 20, 2024
c9854cd
Make flag for debug traces in logcat private and final.
Samrobbo May 20, 2024
c26042d
Fix issue links from `google/ExoPlayer` to `androidx/media`
icbaker May 20, 2024
cefc4dc
Add OptIn annotations to declarations in demo app files
microkatz May 20, 2024
c409623
Create equals method for gainmaps
tof-tof May 20, 2024
b047e81
Work around SurfaceTexture implicit scale
ychaparov May 21, 2024
ae24060
Move bitmap coordinate flip out of fragment shader
ychaparov May 21, 2024
e637ccd
Fix javadoc formatting
claincly May 21, 2024
2585051
Move license to top for consistency
andrewlewis May 21, 2024
8e4d82b
Assert file exists before trying to re-decode for test assertions.
Samrobbo May 21, 2024
17bf47e
MP3: Add test CBR sample with 'too small' `PCUT` frame
icbaker May 21, 2024
e2847b3
Re-apply CEA-708 `rowLock/columnLock` fix
icbaker May 21, 2024
8fdf105
Re-apply CEA-608 `validDataChannelTimeoutMs` assertion
icbaker May 21, 2024
44f2f50
Add new line between printing glsl source code in error
tof-tof May 21, 2024
b6ce35d
Migrate debug trace logs to track generic events for Muxer.
Samrobbo May 21, 2024
9506445
Remove VideoFrameReleaseControl setter from SinkProvider
kim-vde May 22, 2024
72ba355
Set image duration on all media types
kim-vde May 22, 2024
d175223
Merge pull request #1339 from colinkho:set-play-when-ready-load-contr…
copybara-github May 22, 2024
fb7cf15
Make getIconResIdForIconConstant public
tonihei May 22, 2024
c2fb2f1
Work around 1080p export failures on certain devices
ychaparov May 22, 2024
5b3066f
MP3: Derive duration and bitrate from frame count in `Info` header
icbaker May 22, 2024
521c52f
Parse dashif:Laurl license url in mpd
trussellswitch May 21, 2024
9ccc4b2
Add test and formatting changes
tonihei May 22, 2024
a74076f
Trigger silence generation when end of stream is encountered
ychaparov May 22, 2024
8d515c8
MP3: Make a defensive copy of the header in `XingFrame` constructor
icbaker May 22, 2024
1ffeafe
Merge pull request #1384 from trussellswitch:parse-dashif-laurl
copybara-github May 22, 2024
e060c92
Merge pull request #9 from androidx/main
ybai001 May 23, 2024
205bbef
Add DV profile 10 handling in getAlternativeCodecMimeType() method
ybai001 May 23, 2024
37c2d99
Fragmented Mp4Muxer: add support to B-frame Muxing
a-googler May 23, 2024
0800665
Update session module registration
tonihei May 23, 2024
414dbeb
Assert file size in E2E android tests that claim to complete.
Samrobbo May 23, 2024
174d452
Add missing module registrations
andrewlewis May 23, 2024
3b7ec52
Ignore rowLock and numLock as define in CTA-708 spec.
datdoantelus Apr 25, 2024
ec3065e
revert rowLock and colomnLock changes since it will be done separately
datdoantelus May 21, 2024
327d26c
remove test comment
datdoantelus May 21, 2024
ed5d47e
Add cea708Decoder test for setPenLocation command and newline handling
datdoantelus May 22, 2024
3aebb38
Rename and reshuffle tests
icbaker May 23, 2024
e87b820
Add release note
icbaker May 23, 2024
f5438c9
Remove jetifier config from gradle config
icbaker May 23, 2024
7b352e1
Add more details to thread assertion in onAudioCapabilitiesChanged
tonihei May 23, 2024
68c1678
Migrate `buildConfig` from `properties.gradle` to `build.gradle`
icbaker May 23, 2024
4986fdd
Remove deprecated `setContentTypePredicate()` methods
icbaker May 23, 2024
e150e0d
Remove `OkHttpDataSource` constructors & `OkHttDataSourceFactory`
icbaker May 23, 2024
0a58832
Merge pull request #1315 from datdoantelus:ClosedCaption_708Decoder_b…
copybara-github May 23, 2024
4fb2255
Print underlying extractor name in `UnrecognizedInputFormatException`
icbaker May 24, 2024
cfd29e0
Remove `PlayerMessage.setHandler(Handler)`
icbaker May 24, 2024
db6144e
Maintain a consistent luminance range across HDR content in effects
tof-tof May 24, 2024
08d1eb4
Remove `ShadowLog` references from tests
icbaker May 24, 2024
4a16212
Remove deprecated `Timeline.Window.isLive` field
icbaker May 24, 2024
0f1f6bf
Remove deprecated `DefaultHttpDataSource` constructors
icbaker May 24, 2024
2ab1c75
Remove deprecated `DashMediaSource.DEFAULT_LIVE_PRESENTATION_DELAY_MS`
icbaker May 24, 2024
7fd8a06
Remove deprecated `MediaCodecInfo.isSeamlessAdaptationSupported(...)`
icbaker May 24, 2024
763a5f0
Remove deprecated `DrmSessionManager.DUMMY` and getter method
icbaker May 24, 2024
8feaf82
UltraHdr: Fix calculations to apply gainmap
tof-tof May 24, 2024
67b799c
Merge pull request #1389 from DolbyLaboratories:dlb/dovi-profile10/dev
copybara-github May 28, 2024
aadcbe3
Ensure single-frame videos are correctly exported
ychaparov May 28, 2024
c87b7d8
Remove deprecated format changed methods
icbaker May 28, 2024
3bb6cf2
Remove unused `Util.getCommaDelimitedSimpleClassNames` method
icbaker May 28, 2024
9622411
Add support for ultra HDR overlays
tof-tof May 28, 2024
0baa4ff
Reset input capacity when setting external shader program
kim-vde May 28, 2024
496bc2b
Tighten exception handling in `TestPlayerRunHelper`
icbaker May 28, 2024
3d8b581
Remove deprecated `RendererSupport.FormatSupport` IntDef & constants
icbaker May 28, 2024
02df88e
Speed up image to video Export
ychaparov May 28, 2024
3c998ac
Add a flag to control whether input bitmap resampling can be skipped
ychaparov May 28, 2024
21eb482
Add an experimental analyzer mode to Transformer.
Samrobbo May 28, 2024
0ed08a5
Import string translations for session module
microkatz May 29, 2024
e41a966
Rename test so that it runs on MH
kim-vde May 29, 2024
1640bec
Use file inserts and string replacements in overlay shaders
tof-tof May 29, 2024
4db9bf9
Increase h.264 buffer size in `ShadowMediaCodecConfig`
icbaker May 30, 2024
1f18977
Rename `PreloadMediaSource.PreloadControl` methods
tianyif May 30, 2024
96fae82
Suppress incorrect linter error in DebugRenderersFactory method
microkatz May 30, 2024
151a2be
Regenerate TransformerHdrTest goldens after removing degammaing
kim-vde May 30, 2024
d598eb0
Remove unnecessary sortKey from Mp4Muxer.addTrack()
SheenaChhabra May 30, 2024
8c8bf13
Use INDEX_UNSET instead of LENGTH_UNSET for next media sequence/part
rohitjoins May 30, 2024
9e0f533
Schedule exoplayer work task to when renderers can make progress
microkatz May 30, 2024
e879c4a
Call PreloadControl.onSourcePrepared only once for each preload request
tianyif May 30, 2024
43f719f
Schedule exoplayer work to when MediaCodecAudioRenderer can progress
microkatz May 30, 2024
a652c5b
Add references in javadocs to relevant listeners for Player fields
oceanjules May 30, 2024
1329821
Use `kotlinx-coroutines-guava` in session demo app
icbaker May 31, 2024
ac34798
Schedule doSomeWork when MediaCodec signals available buffers
microkatz May 31, 2024
4dd8360
Allow `ByteArrayDataSource` to resolve the byte array when opened
icbaker May 31, 2024
d3fa332
Fix a race condition in AudioGraphInput
ychaparov May 31, 2024
9916428
Add `FOREGROUND_SERVICE_MEDIA_PLAYBACK` permission for test session app
tianyif May 31, 2024
dbeb412
Move effect final values and preset names and paths to arrays file.
droid-girl May 31, 2024
387153f
Fix CMCD data assignment for init segment
rohitjoins May 31, 2024
2bb12de
Drop API requirement from SeparableConvolution
ychaparov Jun 3, 2024
2c916dc
Make progress tests stricter.
Samrobbo Jun 3, 2024
9ed8644
Remove module registration from HttpEngineDataSource
tonihei Jun 3, 2024
304b784
Add an analyzer mode option to Transformer demo.
Samrobbo Jun 3, 2024
33c689a
Fix the RELEASENOTES.md
tianyif Jun 3, 2024
64890a9
Move CEA-708 release note from 1.3.0 to 'unreleased' (1.4.0)
icbaker Jun 3, 2024
d35bc17
Allow customisation of various icons in PlayerControlView
oceanjules Jun 3, 2024
73dd743
Support Separable Convolutions with negative coefficients
ychaparov Jun 4, 2024
35b8ab4
Add isReleased() to the Exoplayer
oceanjules Jun 4, 2024
5371ad4
Skip AV1 test on devices that don't support AV1 HDR encoding
ychaparov Jun 4, 2024
deb3c96
Update release notes for 1.4.0-alpha02
tianyif Jun 4, 2024
6dbf548
Version bump to media3:1.4.0-alpha02
tianyif Jun 4, 2024
f3444ae
Add icons for fastforward and rewind buttons
oceanjules Jun 4, 2024
3334f0a
Decide whether to use the VideoSink when enabling renderer
kim-vde Jun 5, 2024
9c4a532
Add LanczosResample effect to scale videos in Transformer
ychaparov Jun 5, 2024
d5e9f3b
MCVR: use shouldUseVideoSink where possible
kim-vde Jun 5, 2024
67c19f8
Update FILE_UNKNOWN_DURATION to a longer fmp4 (~15s),
Samrobbo Jun 5, 2024
f3a9c74
Remove @UnknownInitialization DefaultCodec parameter
SheenaChhabra Jun 5, 2024
9716985
Move renderer state methods from release control to sink
kim-vde Jun 5, 2024
f54380f
Remove direct usages of release control when video sink is used
kim-vde Jun 5, 2024
01b860f
Fix invalid state transitions for trim optimization getProgress.
Samrobbo Jun 5, 2024
8a02b44
Refactor trim optimization getProgress for improved readability.
Samrobbo Jun 5, 2024
438279a
Remove unnecessary `throws Exception` from `HlsChunkSourceTest`
rohitjoins Jun 5, 2024
9547828
Add missing null check
tonihei Jun 5, 2024
f238db8
Exit early if buffer becomes invalid
tonihei Jun 5, 2024
cd5a638
MuxerWrapper: Fix spelling mistake in method name
tof-tof Jun 6, 2024
977fe6a
Stabilize offload related error codes
tonihei Jun 6, 2024
ec0af5a
Add CodecDetails to ExportException
SheenaChhabra Jun 6, 2024
38a7229
Unify timestamp handling
claincly Jun 7, 2024
39e572a
Fix a concurrency issue that shader capacity is set off GL thread
claincly Jun 7, 2024
ea7cfec
Fix timestamps in tests
claincly Jun 7, 2024
3b6175d
Fix test names
andrewlewis Jun 7, 2024
b1c6d9f
Mark `PlayerWrapper` as `final`
icbaker Jun 7, 2024
b42b63f
Change externalShaderProgramInputCapacity to int
claincly Jun 7, 2024
7b1a037
Add `PlayerSurface` Compose component
oceanjules Jun 7, 2024
6bb3af5
Add support for setting and getting volume for composition preview.
Samrobbo Jun 10, 2024
009f736
Remember Player instance on recompositions
oceanjules Jun 10, 2024
82970a6
Remove incorrect 'bundleable' reference from `stringMapToBundle` param
icbaker Jun 10, 2024
2c71150
Set VideoSink listener when enabling MCVR
kim-vde Jun 10, 2024
0d2fdcd
Add Transformer HDR-only assets sequence effect tests.
tof-tof Jun 10, 2024
5e1bc6a
Rename "preset file" to "preset" in composition demo.
droid-girl Jun 10, 2024
228d638
HDR-only assets sequence effect test: rename golden files
tof-tof Jun 10, 2024
abf601f
Support upscaling with LanczosResample
ychaparov Jun 10, 2024
ec49d19
Call VideoFrameReleaseControl.setPlaybackSpeed from sink when enabled
kim-vde Jun 10, 2024
253fcb1
Clarify docs on `ExoPlayer.setVideoEffects()` re calling `prepare()`
icbaker Jun 10, 2024
cc046d5
Remove most nullness marking from Transformer demos
andrewlewis Jun 10, 2024
34966f5
Tidy passing views in transformer demos
andrewlewis Jun 10, 2024
a1f21d9
Rename "preset file" to just "preset" in transformer demo
andrewlewis Jun 10, 2024
04ca791
Fix an invalid javadoc link
cushon Jun 10, 2024
24462dd
Create explicit key for testing 'notification controller'
icbaker Jun 10, 2024
32d7516
Add helper function in Track.java to copy track without edit lists.
a-googler Jun 10, 2024
acb6a89
Add MediaSession.Callback.onPlayerInteractionFinished
tonihei Jun 11, 2024
fd376be
Add stress test for image transform
claincly Jun 11, 2024
06e95ad
Reduce flakiness of getProgress tests around percentage values.
Samrobbo Jun 11, 2024
efff1ee
Add SessionError and use it in service results
marcbaechinger Jun 11, 2024
f554c12
Remove `Bundleable` type & `Bundleable.Creator<Foo> CREATOR` fields
icbaker Jun 11, 2024
b763673
Increase sleep duration when video encoder ends with no output frames
kim-vde Jun 11, 2024
f54991e
Publish the media3 session controller test app
icbaker Jun 11, 2024
347da7e
Add `@CallSuper` to `TrackSelectionParameters.toBundle`
icbaker Jun 11, 2024
b145a96
Clean up unecessary zero-arg `toBundle()` methods
icbaker Jun 11, 2024
2456669
Propagate media3 session extras to media1 `PlaybackStateCompat`
icbaker Jun 11, 2024
2416ec1
Update `@UnstableApi` docs with a link to DAC
icbaker Jun 11, 2024
859ef08
Make ExportResult.processedInputs package private
SheenaChhabra Jun 11, 2024
5a24f40
Pass clock to release control from sink provider
kim-vde Jun 12, 2024
20d5634
Remove useHdr from overlaySettings
tof-tof Jun 12, 2024
27e6395
Make ImageOutput clearable
tonihei Jun 12, 2024
8bd6e5d
Suppress warning about unused return value
tonihei Jun 12, 2024
f2bdc08
Fix minor timestamp handling issue
claincly Jun 12, 2024
011ed90
Sync and map fatal and non-fatal errors from and to the legacy session
marcbaechinger Jun 12, 2024
0da892d
Refactors the seek test and add more test cases
claincly Jun 12, 2024
0b2bca0
Make nit improvements in muxer code
SheenaChhabra Jun 12, 2024
6234a8b
Move usages of allowReleaseFirstFrameBeforeStarted inside sink
kim-vde Jun 12, 2024
ebe74da
Add image samples and track selection to demo app
tonihei Jun 12, 2024
54f58ca
Clarify semantics of MSG_SET_IMAGE_OUTPUT
tonihei Jun 12, 2024
94dff1f
Split muxer android tests between parameterized and non parameterized
SheenaChhabra Jun 12, 2024
ca51ed6
Fix single sample handling ProgressiveMediaPeriod when disabling tracks
tonihei Jun 12, 2024
86a60e6
Schedule refresh for all the playing playlists for HLS live stream
tianyif Jun 13, 2024
4f691a7
Add a checkbox to use Media3 muxer in Transformer demo app
SheenaChhabra Jun 13, 2024
d4802a4
Fix bug where enabling CMCD for HLS live streams causes error
rohitjoins Jun 13, 2024
a031261
Fix AVI extractor WAVE format extraction
andrewlewis Jun 13, 2024
206d2ce
Effect: Delay end of stream until all frames are rendered.
claincly Jun 13, 2024
a39a7f0
Remove the code to restore current output position
SheenaChhabra Jun 13, 2024
e985603
Refactor mixedInput E2E test to use parameterized logic.
Samrobbo Jun 13, 2024
df53527
Add a drop-in replacement for `MediaExtractor` in Media3
rohitjoins Jun 13, 2024
81f15db
SpeedChangingAP: synchronize fields accessed from multiple threads
tof-tof Jun 13, 2024
174c493
support hdr text overlays
tof-tof Jun 13, 2024
93af537
Parse 'max num reorder samples' values from h.264 and h.265 videos
icbaker Jun 14, 2024
cd9b914
Remove PreloadConfiguration from public API
marcbaechinger Jun 14, 2024
4cd8d64
Image support in PlayerView
tonihei Jun 14, 2024
872d8f0
Rollback of https://github.com/androidx/media/commit/cd9b914c423900ed…
marcbaechinger Jun 14, 2024
7fbaae6
Add `demo-composition` to `settings.gradle`
icbaker Jun 14, 2024
4109e2e
Add more cases for parameterized video android tests.
Samrobbo Jun 14, 2024
aeb8fd1
Write moov box at the start of the file if possible
SheenaChhabra Jun 17, 2024
eedfb99
Reset release control from video sink when enabled
kim-vde Jun 17, 2024
f36395a
Merge pull request #1437 from MGaetan89:add_exoplayer_setMaxSeekToPre…
copybara-github Jun 17, 2024
32bedfa
Fix linter errors in `DemoMediaLibrarySessionCallback.kt`
microkatz Jun 17, 2024
cfeee5b
Update release notes for 1.4.0-beta01
microkatz Jun 18, 2024
023e9d1
Version bump to media3:1.4.0-beta01
microkatz Jun 18, 2024
d76316a
Improve audio focus handling tests with ExoPlayer
tonihei Jun 18, 2024
bd5f99c
Audio focus player command clean up
tonihei Jun 18, 2024
56ae85f
Allow session activity to be set per controller
marcbaechinger Jun 19, 2024
4330d6a
Use a localized fallback message for known error codes
marcbaechinger Jun 19, 2024
30cb762
Use `SurfaceSyncGroup` to ensure resize transaction isn't dropped
icbaker Jun 19, 2024
2fd6b60
Move playWhenReadyChangeReason inside PlaybackInfo
tonihei Jun 20, 2024
05571b3
Clarify that onPlayWhenReadyChanged can be called again with new reason
tonihei Jun 20, 2024
c14110c
Fix audio focus handling in ExoPlayerImpl
tonihei Jun 20, 2024
f645e9c
Remove direct `AspectRatioFrameLayout` usage from session demo
icbaker Jun 20, 2024
9b71390
Add null-check to `PlayerView` to avoid NPE in edit mode
icbaker Jun 20, 2024
b433bf9
Use HttpEngineDataSource when supported in demo app.
okunhardt Jun 24, 2024
3a5e367
Fix flakiness in MediaCodecVideoRendererTest
tonihei Jun 24, 2024
ddf1885
In DemoUtil, don't set cookie handler when using HttpEngineDataSource.
okunhardt Jun 24, 2024
f49fa99
Add fail-early checks for TrackSelectorResult correctness
tonihei Jun 24, 2024
53bb87b
Merge pull request #1416 from khouzam:customFormat
copybara-github Jun 24, 2024
aa508b1
Merge pull request #1479 from dryganets:sdryanets/fix-handler-usage
copybara-github Jun 25, 2024
0f18fd8
Add guard against additional tracks reported by Extractors
tonihei Jun 25, 2024
a73d32a
Rename DummyTrackOutput and DummyExtractorOutput
tonihei Jun 25, 2024
0f0a20b
Use `MediaCodec.stop()` before `release()` for surface switching bug
icbaker Jun 25, 2024
0b87e17
Use `removeKey` method instead of setting `null` for KEY_CODECS_STRING
rohitjoins Jun 25, 2024
708dc6c
Merge pull request #1487 from colinkho:main
copybara-github Jun 26, 2024
adeef60
Send pending updates before adding discontinuity for error
tonihei Jun 26, 2024
bd17049
Cache audio timestamp frame position across track transition reset
microkatz Jun 27, 2024
0df9840
Update the composition README file
droid-girl Jul 1, 2024
4a319f1
Update translations
tianyif Jul 1, 2024
035c943
Improve automatic error replication for legacy browsers
marcbaechinger Jul 1, 2024
5b60f6c
Fix index out of bounds exception when a `Subtitle` is empty
icbaker Jul 1, 2024
6946f49
Add OptIn annotation to method declaration in demo app file
tianyif Jul 2, 2024
d97ec13
Suppress the lint "WrongConstant" error
tianyif Jul 2, 2024
75dadea
Update release notes for 1.4.0-rc01
tianyif Jul 2, 2024
567204e
Version bump to 1.4.0-rc01
tianyif Jul 3, 2024
1dfab4f
Merge release notes for media3 1.4.0 stable release
tianyif Jul 17, 2024
18a1582
Fix the release notes for 1.4.0 stable release
tianyif Jul 18, 2024
4e6a643
Update media3 version for 1.4.0 stable release
tianyif Jul 18, 2024
9fb7316
Fix the release notes for 1.4.0 stable release
tianyif Jul 24, 2024
b01c6ff
Merge branch 'release' into release-1.4.0
tianyif Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge release notes for media3 1.4.0 stable release
#cherrypick

PiperOrigin-RevId: 653261278
(cherry picked from commit 68e8d9c)
  • Loading branch information
tianyif committed Jul 19, 2024
commit 1dfab4f73ae29f4ec4ec9751e9e7dcb87a66e049
Loading