1. 16 7月, 2016 2 次提交
  2. 15 7月, 2016 13 次提交
  3. 14 7月, 2016 7 次提交
  4. 11 7月, 2016 2 次提交
  5. 10 7月, 2016 6 次提交
  6. 08 7月, 2016 2 次提交
    • M
      movenc: Add an option for skipping writing the mfra/tfra/mfro trailer · 4f7723cb
      Martin Storsjö 提交于
      When writing a fragmented file, we by default write an index pointing
      to all the fragments at the end of the file. This causes constantly
      increasing memory usage during the muxing. For live streams, the
      index might not be useful at all.
      
      A similar fragment index is written (but at the start of the file) if
      the global_sidx flag is set. If ism_lookahead is set, we need to keep
      data about the last ism_lookahead+1 fragments.
      
      If no fragment index is to be written, we don't need to store information
      about all fragments, avoiding increasing the memory consumption
      linearly with the muxing runtime.
      
      This fixes out of memory situations with long live mp4 streams.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      4f7723cb
    • M
      checkasm: Add tests for vp8dsp · f8d17d53
      Martin Storsjö 提交于
      The tests are inspired by similar tests for vp9 by
      Ronald Bultje.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      f8d17d53
  7. 07 7月, 2016 2 次提交
  8. 03 7月, 2016 6 次提交