1. 13 Jan, 2014 1 commit
  2. 09 Jan, 2014 4 commits
  3. 06 Jan, 2014 1 commit
  4. 26 Dec, 2013 1 commit
  5. 14 Dec, 2013 1 commit
    • Reinhard Tartler's avatar
      Bump major of libavfilter for reference counted buffer API changes. · 6d3ea195
      Reinhard Tartler authored
      Applications that have been linked against an older release of Libav and pick up
      updated libraries experience segmentation faults because they pick up the new
      libavfilter, which assumes AVFrames have been allocated by libavutil and thus
      contain new reference-counting related fields. This will break for AVFrames that
      have been allocated by old libavcodec.
      
      All scheduled API changes are deferred to the next bump.
      6d3ea195
  6. 23 Nov, 2013 1 commit
  7. 19 Nov, 2013 1 commit
  8. 06 Nov, 2013 1 commit
  9. 04 Nov, 2013 3 commits
  10. 02 Nov, 2013 2 commits
  11. 31 Oct, 2013 2 commits
  12. 28 Oct, 2013 3 commits
  13. 23 Oct, 2013 2 commits
  14. 22 Oct, 2013 2 commits
  15. 13 Oct, 2013 1 commit
  16. 02 Oct, 2013 1 commit
  17. 28 Sep, 2013 1 commit
  18. 31 Aug, 2013 1 commit
  19. 28 Aug, 2013 1 commit
    • 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
  20. 27 Aug, 2013 1 commit
  21. 20 Aug, 2013 1 commit
  22. 05 Aug, 2013 1 commit
  23. 04 Aug, 2013 1 commit
  24. 02 Aug, 2013 2 commits
  25. 31 Jul, 2013 1 commit
  26. 29 Jul, 2013 1 commit
  27. 27 Jul, 2013 2 commits