1. 10 Jul, 2016 2 commits
    • Janne Grunau's avatar
      vp8/armv6: mc: avoid boolean expression in calculation · 5f74bd31
      Janne Grunau authored
      GNU as evaluates true as '-1' while Apple's variant and llvm's internal
      assembler evaluate it as '1'. The best way to avoid this madness is to
      eliminate boolean expressions instead of trying to fix it with
      preprocessor directives. Use a direct formula to calculate the
      required temporary space on the stack in
      ff_put_vp8_{epel,bilin}{4,8,16}_h[246]v[246]_armv6().
      
      Fixes a checkasm segfault in vp8dsp.mc when using llvm's internal
      assembler for a non-Apple target.
      5f74bd31
    • Janne Grunau's avatar
      doc: escape left brace in texi2pod.pl regex · fc5cdc0d
      Janne Grunau authored
      Unescaped literal left braces are deprecated and a warning was added in
      Perl 5.22.
      fc5cdc0d
  2. 09 Jul, 2016 1 commit
  3. 08 Jul, 2016 2 commits
    • Martin Storsjö's avatar
      movenc: Add an option for skipping writing the mfra/tfra/mfro trailer · 4f7723cb
      Martin Storsjö authored
      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: 's avatarMartin Storsjö <martin@martin.st>
      4f7723cb
    • Martin Storsjö's avatar
      checkasm: Add tests for vp8dsp · f8d17d53
      Martin Storsjö authored
      The tests are inspired by similar tests for vp9 by
      Ronald Bultje.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      f8d17d53
  4. 06 Jul, 2016 2 commits
  5. 03 Jul, 2016 6 commits
  6. 02 Jul, 2016 8 commits
  7. 29 Jun, 2016 12 commits
  8. 28 Jun, 2016 7 commits