media/library/common/src/main/java/com/google/android/exoplayer2
ibaker 20d67eb34a Rename Player.EventFlags -> Player.Event
IntDef names (like enums) are normally singular, and this isn't a 'flag'
IntDef.

PiperOrigin-RevId: 383659574
2021-07-09 09:22:54 +01:00
..
audio Remove the last deprecated ParserException constructor 2021-06-30 13:27:45 +01:00
decoder Format Java source files 2021-05-06 13:32:25 +01:00
device Deprecate component listener in favor of player 2021-04-30 18:55:06 +01:00
drm Format Java source files 2021-05-06 13:32:25 +01:00
metadata Encode emsg duration & ID as int64 instead of uint32 2021-07-09 08:49:27 +01:00
offline simplify PlayerActivity towards using the media item only 2020-04-08 21:47:48 +01:00
source Remove obsolete Checker Framework suppression strings 2021-06-21 21:56:37 +01:00
text Remove obsolte TODO 2021-05-26 11:33:04 +01:00
trackselection Add static TrackSelection type 2021-02-19 10:56:27 +00:00
ui Convergence: Continue decoupling UI from Core 2021-04-09 13:19:07 +01:00
upstream Make HttpDataSourceException use PlaybackException error codes. 2021-07-09 08:44:36 +01:00
util Move BundleableUtil in common 2021-07-09 09:17:57 +01:00
video Replace one of the ParserException constructors with factory method 2021-06-03 20:03:16 +01:00
BasePlayer.java Add getMaxSeekToPreviousPosition to Player 2021-07-09 09:21:27 +01:00
Bundleable.java Remove nullable utility methods in Bundleable 2021-02-19 10:57:32 +00:00
BundleListRetriever.java Implement Bundleable for Timeline 2021-03-12 10:53:41 +00:00
C.java Add getMaxSeekToPreviousPosition to Player 2021-07-09 09:21:27 +01:00
ControlDispatcher.java Re-format some javadoc 2021-04-21 18:46:00 +01:00
DefaultControlDispatcher.java Simplify DefaultControlDispatcher by using Player methods 2021-06-21 21:59:14 +01:00
ExoPlayerLibraryInfo.java Bump version to 2.14.1 and tidy release notes 2021-06-10 17:39:58 +01:00
Format.java Add info about trick-playness to the Format log string 2021-06-30 13:50:32 +01:00
ForwardingPlayer.java Add getMaxSeekToPreviousPosition to Player 2021-07-09 09:21:27 +01:00
HeartRating.java Use getters in Rating subclasses rather than direct field access. 2021-05-07 10:21:50 +01:00
IllegalSeekPositionException.java Format Java source files 2021-05-06 13:32:25 +01:00
MediaItem.java Add toBundle(boolean excludeMediaItems) to Timeline. 2021-06-15 18:30:32 +01:00
MediaMetadata.java Correct naming of compilation field MediaMetadata. 2021-06-30 13:20:18 +01:00
package-info.java Split out extractor and common modules 2020-01-24 18:15:19 +00:00
ParserException.java Remove the last deprecated ParserException constructor 2021-06-30 13:27:45 +01:00
PercentageRating.java Use getters in Rating subclasses rather than direct field access. 2021-05-07 10:21:50 +01:00
PlaybackException.java Drop support for subclass instance unbundling in PlaybackException 2021-07-09 09:16:41 +01:00
PlaybackParameters.java Implement Bundleable for PlaybackParameters 2021-03-12 10:37:41 +00:00
PlaybackPreparer.java Make additional modules depend only on common 2021-02-09 13:59:41 +00:00
Player.java Rename Player.EventFlags -> Player.Event 2021-07-09 09:22:54 +01:00
Rating.java Revise javadoc for Rating classes 2021-05-04 11:17:44 +01:00
StarRating.java Use getters in Rating subclasses rather than direct field access. 2021-05-07 10:21:50 +01:00
ThumbRating.java Use getters in Rating subclasses rather than direct field access. 2021-05-07 10:21:50 +01:00
Timeline.java Add toBundle(boolean excludeMediaItems) to Timeline. 2021-06-15 18:30:32 +01:00