media/library
andrewlewis 1e2ed51f25 Add support for H.263 and MPEG-4 Part 2 in TS
The new reader is named H263Reader as it handles H.263 streams, but
MPEG-4 Part 2 streams are also intended to be handled. The reader's
output format MIME type is video/mp4v as the H.263 streams can be
decoded by decoders supporting this MIME type.

The implementation is based on the framework implementation for
extracting MPEG-4 video in MPEG-TS
(https://cs.android.com/android/platform/superproject/+/master:frameworks/av/media/libstagefright/mpeg2ts/ESQueue.cpp;l=1825;drc=86e363c1fac27302ca4ae33e73296f7797672995)
and is similar to the existing H262Reader.

Issue: #1603
Issue: #5107
PiperOrigin-RevId: 320565337
2020-07-13 14:02:34 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Pass correct formats to AudioSink 2020-07-10 09:09:02 +01:00
core Fix VPFO counter reporting 2020-07-10 09:09:30 +01:00
dash Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
extractor Add support for H.263 and MPEG-4 Part 2 in TS 2020-07-13 14:02:34 +01:00
hls Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
smoothstreaming Completely separate MediaSource & DrmSession EventDispatchers 2020-07-08 13:55:38 +01:00
ui Toggles subtitle button's image and content description accordingly 2020-07-09 08:04:16 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.