media/libraries
tonihei 06718c5df3 Fix position tracking bug for inaccurate audio processors
If audio processors report a drifting position, we currently update
the media position parameters to correct this drift. However, this
means we pass in the wrong value to
audioProcessorChain.getMediaDuration, which reuqires the time since
the last flush.

To fix this problem, we can instead save the drift seperately and
apply it where needed.

PiperOrigin-RevId: 692202219
2024-11-01 09:28:15 -07:00
..
cast Remove @DoNotInline annotations 2024-09-18 04:47:39 -07:00
common Annotate parameters in RepeatModeUtil 2024-11-01 04:33:31 -07:00
common_ktx Add jvmTarget and kotlin-android plugin to common_ktx module 2024-08-15 10:36:10 -07:00
container Deprecate NalUnitUtil.isNalUnitSei(String, byte) 2024-10-30 07:21:26 -07:00
database Do not trim audio samples by changing their timestamp 2023-06-29 22:50:04 +00:00
datasource Fix empty LoadEventInfo.uri passed to onLoadStarted 2024-10-30 15:52:48 -07:00
datasource_cronet DataSourceContractTest: Tighten assertions around 'not found' URIs 2024-10-24 03:49:27 -07:00
datasource_okhttp DataSourceContractTest: Tighten assertions around 'not found' URIs 2024-10-24 03:49:27 -07:00
datasource_rtmp Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder MediaCodecVideoRenderer skips decoder inputs unused as reference 2024-07-09 03:43:06 -07:00
decoder_av1 Add missing DefaultRenderersFactoryTest for decoder extensions 2024-10-30 05:33:38 -07:00
decoder_ffmpeg Add 16 KB page support for decoder extensions on Android 15 2024-10-10 10:18:20 -07:00
decoder_flac Populate track duration(s) in Avi, Flac and Wav extractors 2024-10-25 03:03:08 -07:00
decoder_iamf Add missing DefaultRenderersFactoryTest for decoder extensions 2024-10-30 05:33:38 -07:00
decoder_midi Add missing DefaultRenderersFactoryTest for decoder extensions 2024-10-30 05:33:38 -07:00
decoder_mpegh Merge Issue: androidx/media#1826: add extension for MPEG-H decoding 2024-10-24 09:53:45 -07:00
decoder_opus Refactor OpusDecoderTest to use OpusLibrary.isAvailable() 2024-10-30 10:02:46 -07:00
decoder_vp9 Add 16 KB page support for decoder extensions on Android 15 2024-10-10 10:18:20 -07:00
effect Remove deprecated SingleFrameGlShaderProgram class. 2024-10-29 06:53:45 -07:00
exoplayer Fix position tracking bug for inaccurate audio processors 2024-11-01 09:28:15 -07:00
exoplayer_dash Fix empty LoadEventInfo.uri passed to onLoadStarted 2024-10-30 15:52:48 -07:00
exoplayer_hls Fix empty LoadEventInfo.uri passed to onLoadStarted 2024-10-30 15:52:48 -07:00
exoplayer_ima Account for missing preroll when converting adPodIndex to adGroupIndex 2024-10-04 08:11:04 -07:00
exoplayer_rtsp Added release note 2024-10-31 12:42:03 +00:00
exoplayer_smoothstreaming Fix empty LoadEventInfo.uri passed to onLoadStarted 2024-10-30 15:52:48 -07:00
exoplayer_workmanager Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
extractor Set track duration in AmrExtractor, Mp3Extractor and OggExtractor 2024-10-30 08:46:45 -07:00
muxer Add an API to disable sample batching in Mp4Muxer 2024-10-24 06:15:25 -07:00
session Add logic to convert button preferences to custom layout in sessions 2024-10-25 06:09:21 -07:00
test_data Fix trim optimization logic when edit lists exist 2024-11-01 08:36:08 -07:00
test_exoplayer_playback Revert erroneous changes 2024-07-24 16:17:02 +01:00
test_session_common Add media button preferences 2024-10-17 09:54:36 -07:00
test_session_current Add logic to convert button preferences to custom layout in sessions 2024-10-25 06:09:21 -07:00
test_utils DecodeOneFrameUtil: do not access release players 2024-10-29 03:48:29 -07:00
test_utils_robolectric Bump minSdk to 21 and remove resulting simple dead code 2024-07-12 08:11:01 -07:00
transformer Fix trim optimization logic when edit lists exist 2024-11-01 08:36:08 -07:00
ui Refactor shouldEnablePlayPauseButton out of PlayerControlView into Util 2024-10-30 11:59:25 -07:00
ui_compose Add PreviousButtonState and NextButtonState to ui-compose 2024-10-31 14:52:38 -07:00
ui_leanback Bump effect and leanback minSdk to 19 2024-01-10 07:22:00 -08:00
lint.xml Update recommended way to suppress @UnstableApi errors in lint.xml 2023-11-15 02:34:40 -08:00