• Home
  • Raw
  • Download

Lines Matching refs:playback

171         allows playback to continue even if subtitle decoding fails
176 * Enable playback speed adjustment and silence skipping for floating point
181 * Workaround issue that could cause slower than realtime playback of AAC
189 * Fix playback of WAV files with trailing non-media bytes
191 * Fix playback of ADTS files with mid-stream ID3 metadata.
195 * Fix playback of Widevine protected content that only provides V1 PSSH
197 * Fix playback of PlayReady content on Fire TV Stick (Gen 2).
219 * SmoothStreaming: Fix regression that broke playback in 2.11.2
255 * Don't use notification chronometer if playback speed is != 1.0
257 * HLS: Fix playback of DRM protected content that uses key rotation
269 * Fix playback of TrueHD streams in Matroska
492 * Fix E-AC3 JOC passthrough playback failing to initialize due to
507 * MediaSession extension: Update shuffle and repeat modes when playback state
524 * MP3: Add workaround to avoid prematurely ending playback of some SHOUTcast
543 whether the playback position is advancing. This helps to determine if
544 playback is suppressed due to audio focus loss. Also add
576 when playback is ended
578 * RTMP extension: Upgrade LibRtmp-Client-for-Android to fix RTMP playback
608 * Fix FLAC and ALAC playback on some LG devices
613 * Fix issue where playback speeds are not used in adaptive track selections
625 * Fix an issue where playback speed was applied inaccurately in playlists
631 * FLV: Fix bug that caused playback of some live streams to not start
635 playback ([#6093](https://github.com/google/ExoPlayer/issues/6093)).
654 * Change playback controls toggle from touch down to touch up events
656 * Fix issue where playback controls were not kept visible on key presses
746 * MP3: Fix playback of badly clipped files
784 when switching to a new period where gapless playback information was
829 diagnosing playback failures
837 * Require setting the `Player` on `AdsLoader` instances before playback.
843 * Allow apps to register playback-related obstructing views that are on
944 * Fix playback of some invalid but playable MP4 streams by replacing
1012 playback ([#3994](https://github.com/google/ExoPlayer/issues/3994)).
1083 * WAV: Fix issue where white noise would be output at the end of playback
1226 * DASH: Fix playback getting stuck when playing representations that have both
1251 * Fix playback of livestreams with EXT-X-PROGRAM-DATE-TIME tags
1253 * Fix playback of clipped streams starting from non-keyframe positions
1335 * Fix an issue where the playback position would pause just after playback
1340 * Fix an issue where playback of TrueHD streams would get stuck after
1343 * Fix an issue with eac3-joc playback where a codec would fail to
1345 * Handle non-empty end-of-stream buffers, to fix gapless playback of
1349 gapless playback info.
1453 delivery playback position and/or a delivery handler
1469 * Allow a back-buffer of media to be retained behind the current playback
1492 * DRM: Optimistically attempt playback of DRM protected content that does not
1493 declare scheme specific init data in the manifest. If playback of clear
1563 resources when the playback thread has quit by the time the loading task has
1583 * Add an option to turn off hiding controls during ad playback
1598 * Fix handling of playback parameter changes while paused when followed by
1608 * FLV: Fix playback of live streams that do not contain an audio track
1622 * New `setShuffleModeEnabled` method for enabling shuffled playback.
1639 * Better playback experience when the video decoder cannot keep up, by
1690 * Remove unnecessary media playlist fetches during playback of live HLS
1697 * Fix playback position when `ExoPlayer.prepare` is called with
1725 * IMA extension: Fix issue where ad playback could end prematurely for some
1736 * Fix playback error when seeking in media loaded through content:// URIs
1740 * Workaround playback failures on some Xiaomi devices
1752 * Fix an issue that could cause the reported playback position to stop
1769 * Core playback improvements:
1771 during playback of progressive streams
1773 * New DynamicConcatenatingMediaSource class to support playback of dynamic
1776 during playback. Use of setRepeatMode should be preferred to
1780 * Eliminated jank when switching video playback from one Surface to
1792 during playback, provided the new selection does not require switching
1803 * AndroidTV: Fixed issue where tunneled video playback would not start on some
1863 * Variable speed playback: Fix interpolation for rate/pitch adjustment
1884 * Variable speed playback support on API level 16+. You can read more about
1885 changing the playback speed
1886 [here](https://medium.com/google-exoplayer/variable-speed-playback-with-exoplayer-e6e6a71e0343)
1890 * Support adaptive playback for audio only DASH, HLS and SmoothStreaming
1940 * Reduced frequency of media playlist requests when playback position is
1976 * AndroidTV: Added Support for tunneled video playback
2043 over 1MB of data needs to be read to initialize the playback.
2091 * OGG: Fix playback of short OGG files
2101 * Fix crash on Jellybean devices when using playback controls
2134 * Fix playback of short duration content
2153 same rendering components to be re-used from one playback to another.
2154 Enables features such as gapless playback through playlists and DASH
2159 playback types.
2177 * Playlist support. Includes support for gapless playback between playlist
2204 * Fixed playback of video only (i.e. no audio) live streams
2298 * FLAC: Support for FLAC extraction and playback (via an extension).
2310 * MP3: Fix playback of some streams when stream length is unknown.
2320 * DASH: Enable MP4 embedded WebVTT playback (#1185)
2336 * MP4: Fix for playback of media containing basic edit lists.
2366 * Initial playback tests.
2378 * HLS: Fix premature playback failures that could occur in some cases.