Dustin
3886f5f0b6
Code Review Changes
...
(cherry picked from commit 135e103faa1bd829df0542a7062e67ebcfc8638f)
2022-02-14 14:36:20 -07:00
Dustin
c4cf876ddb
Tests for Mp4vAviTrack and StreamHeaderBox
2022-01-22 20:41:39 -07:00
olly
ce17f61899
Add decoder module
...
PiperOrigin-RevId: 404810682
2021-10-21 18:41:33 +01:00
olly
d601875452
Rename releaseArtifact to releaseArtifactId
...
PiperOrigin-RevId: 404059404
2021-10-18 22:45:47 +01:00
ibaker
2371b024dd
Switch to an 'api' dependency on Guava
...
The 'implementation' dependency causes problems when resolving
ListenableFuture in contexts that also include the
com.google.guava:listenablefuture:1.0 dependency.
Issue: #7905
Issue: #7997
Issue: #7993
PiperOrigin-RevId: 337093024
2020-10-17 01:34:15 +01:00
olly
cdcb30ed21
Exclude Guava transitive annotation dependencies
...
PiperOrigin-RevId: 331148067
2020-09-11 16:01:15 +01:00
tonihei
4138e28d62
Move common gradle setup to a setting file.
...
This removes a lot of duplication from the module configuration,
avoids divergence, and makes sure that only the important differences
to the default are visible in each module file.
PiperOrigin-RevId: 318024823
2020-06-26 11:13:25 +01:00
tonihei
1836f1df36
Update Checkerframework.
...
The compat dependency is no longer maintained and we need to keep
it at its old version.
PiperOrigin-RevId: 317658349
2020-06-23 11:07:34 +01:00
ibaker
2397e7f67a
Replace TestUtil.joinByteArrays() with Guava's Bytes.concat()
...
PiperOrigin-RevId: 312481058
2020-05-21 17:09:22 +01:00
olly
6e47819be4
Minor copybara fixes
...
- Remove proguard-rules.txt symlink
- Guard against classes annotated with @ClosedSource but not excluded
PiperOrigin-RevId: 311312671
2020-05-14 22:23:19 +01:00
tonihei
b5976a55ff
Upgrade Kotlin annotations and fix gradle warnings
...
The new version fixes some warnings in Gradle builds. Also
add missing indirect compileOnly dependencies to fix some more warnings
Issue:issue:#7007
PiperOrigin-RevId: 298855510
2020-03-10 10:19:19 +00:00
kimvde
b69918a21e
Move assets from extractor to testdata module
...
PiperOrigin-RevId: 293608745
2020-02-11 17:09:39 +00:00
kimvde
011efcc522
Move FLAC assets from extractor to testdata module
...
PiperOrigin-RevId: 293552271
2020-02-11 17:09:00 +00:00
andrewlewis
2fc426214f
Fix running tests with gradle
...
The tests for the extractor module rely on some core classes.
PiperOrigin-RevId: 291688932
2020-01-27 11:05:28 +00:00
andrewlewis
91517dc957
Split out extractor and common modules
...
PiperOrigin-RevId: 291378636
2020-01-24 18:15:19 +00:00