media/libraries
andrewlewis 990f7ef5b5 Select codecs without util methods
`findDecoder/EncoderForFormat` seem to be more restrictive than querying
`MediaCodecList` as done for playback, and it's not clear that the cases where
no codec is found correspond to actual cases that would fail given that it
seems this returns an empty string for many cases in production.

Switch to using `MediaCodecUtil` and `EncoderUtil` for querying codecs instead.

PiperOrigin-RevId: 525078321
2023-04-18 18:08:18 +01:00
..
cast Extend Player interface, overloading 4 device-volume methods with flags 2023-04-13 16:30:30 +01:00
common Delete unused and unfinished legacy MediaPlayer wrapper 2023-04-17 17:22:18 +01:00
database Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
datasource Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
datasource_cronet Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
datasource_okhttp Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
datasource_rtmp Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
decoder Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
decoder_av1 Remove Javadoc TODO from README of decoder extensions 2023-04-05 15:48:58 +01:00
decoder_ffmpeg Remove Javadoc TODO from README of decoder extensions 2023-04-05 15:48:58 +01:00
decoder_flac Remove Javadoc TODO from README of decoder extensions 2023-04-05 15:48:58 +01:00
decoder_opus Remove Javadoc TODO from README of decoder extensions 2023-04-05 15:48:58 +01:00
decoder_vp9 Remove Javadoc TODO from README of decoder extensions 2023-04-05 15:48:58 +01:00
effect Fix possible lost end of stream notification 2023-04-17 17:13:22 +01:00
exoplayer Publish experimental bandwidth meter classes 2023-04-17 17:19:44 +01:00
exoplayer_dash Rename ExoTrackSelection.blacklist to excludeTrack 2023-04-12 16:54:45 +01:00
exoplayer_hls Rename ExoTrackSelection.blacklist to excludeTrack 2023-04-12 16:54:45 +01:00
exoplayer_ima Use @link instead of @value 2023-04-17 17:10:49 +01:00
exoplayer_rtsp Handle seek after playback ends 2023-04-17 17:14:21 +01:00
exoplayer_smoothstreaming Rename ExoTrackSelection.blacklist to excludeTrack 2023-04-12 16:54:45 +01:00
exoplayer_workmanager Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
extractor Update colr box values to be overridden by bitstream boxes 2023-04-13 16:30:45 +01:00
session Fix thread access when creating notifications for media sessions 2023-04-17 17:20:36 +01:00
test_data Add NAL unit start code in csd0/csd1 test data 2023-04-17 17:21:32 +01:00
test_exoplayer_playback Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00
test_session_common Extend Player interface, overloading 4 device-volume methods with flags 2023-04-13 16:30:30 +01:00
test_session_current Remove unnecessary check for currentMediaItem in legacy session stub 2023-04-17 17:18:57 +01:00
test_utils Fix thread access when creating notifications for media sessions 2023-04-17 17:20:36 +01:00
test_utils_robolectric Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
transformer Select codecs without util methods 2023-04-18 18:08:18 +01:00
ui Rename misleading COMMAND_GET/SET_MEDIA_ITEMS_METADATA 2023-04-12 16:59:38 +01:00
ui_leanback Fix (another) LeanbackPlayerAdapter param name mismatch 2023-02-01 10:41:50 +00:00