1. 28 Aug, 2013 2 commits
    • Hendrik Leppkes's avatar
      vf_fps: use double constants for default/min/max for start_time · cb8f70c9
      Hendrik Leppkes authored
      When using AV_NOPTS_VALUE (which expands to INT64_C(0x8000000000000000))
      as union initializer for a double field, the c99 converter needs to
      interpret this constant when filling the union initializer, and it is
      interpreted as a positive value.
      
      When converting AV_NOPTS_VALUE to a double, MSVC 2010 ends up with
      the same positive value as the c99 converter, while MSVC 2012 gets
      a negative value.
      
      This results in an infite loop in various FATE tests on MSVC 2012.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      cb8f70c9
    • Luca Barbato's avatar
      doc: document the asf demuxer · 48f2e53a
      Luca Barbato authored
      And drop a typo from the previous FLV entry.
      48f2e53a
  2. 27 Aug, 2013 14 commits
  3. 26 Aug, 2013 2 commits
  4. 25 Aug, 2013 2 commits
  5. 24 Aug, 2013 7 commits
  6. 23 Aug, 2013 5 commits
  7. 21 Aug, 2013 7 commits
  8. 20 Aug, 2013 1 commit