1. 09 Dec, 2019 2 commits
    • MatroskaExtractor: Constrain use of sample state member variables · 0065f63f
      This change constrains the use of sample state member variables to
      writeSampleData, finishWriteSampleData and resetWriteSampleData.
      Using them elsewhere gets increasingly confusing when considering
      features like lacing in full blocks. For example sampleBytesWritten
      cannot be used when calling commitSampleToOutput in this case
      because we need to write the sample data for multiple samples
      before we commit any of them.
      
      Issue: #3026
      PiperOrigin-RevId: 284541942
      olly committed
    • Fix Javadoc issues · 567f2a65
      PiperOrigin-RevId: 284509437
      olly committed
  2. 06 Dec, 2019 30 commits
  3. 27 Nov, 2019 5 commits
  4. 24 Nov, 2019 1 commit
  5. 22 Nov, 2019 2 commits