[roll] Roll fuchsia [media/vnext] add reader library

The reader library implements the file-reading front end of the A/V
producer (AKA demux). The library defines a reader abstraction,
implements file reading and provides a cache to insert between the
file reader (and, potentially, other readers) and the demux.

This code is copied from src/media/playback/mediaplayer/demux and is
mostly unchanged. Original authors are dalesat@ and turnage@.

Test: includes unit tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/608893
Original-Revision: 7d1519fb2c3badcc90872a43b4166c60e1d7a694
GitOrigin-RevId: da481bdbea962859a6f01001ae40dcb8e389f672
Change-Id: Ib181ac628927bc94a8ebb3d734a8ab3ba4073ebe
1 file changed
tree: d119d6bee8092f2134683db6a6b6c423fd171f9a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.