1. 10 Mar, 2020 5 commits
    • Fix flakiness in SimpleDecoderVideoRendererTest · a12d72c7
      The test had two problems:
       1. It posts messages using a Handler and we need to idle the main looper
          to actually deliver this message.
       2. SimpleDecoder uses a background thread that is not within our control
          from the test. Ensure the decoding happens after we queue input buffers
          by using a lock.
      
      PiperOrigin-RevId: 298300175
      tonihei committed
    • Move max encoded audio rates to format utils · 0b946ac3
      PiperOrigin-RevId: 298290511
      andrewlewis committed
    • Fix typo · 2ca36331
      PiperOrigin-RevId: 298288236
      andrewlewis committed
    • Drop prefix test- from test methods under v2/library · a6d0caaa
      This is one step toward following the google3's test naming convention.
      See go/java-testing/getting_started#basic-test-template for details
      why prefix test isn't necessary.
      
      This CL is generated by following command
      $ find -name '*Test.java' | xargs -I{} sed -i 's/^\ \ public\ void\ test\([A-Z]\)\(.*\)$/  public void \L\1\E\2/' {}
      
      and then manually modified following tests where test method names conflict with test target.
      - VorbisUtilTest
      - VorbisReaderTest
      - UtilTest
      - DownloadManagerDashTest
      - DefaultOggSeekerTest
      - OggPageHeaderTest
      - HlsMasterPlaylistParserTest
      
      PiperOrigin-RevId: 298074653
      olly committed
    • add getter/setter of skipSilenceEnable to AudioComponent · c1258e7e
      PiperOrigin-RevId: 298070828
      bachinger committed
  2. 28 Feb, 2020 16 commits
  3. 27 Feb, 2020 16 commits
  4. 25 Feb, 2020 3 commits