1. 15 Feb, 2012 2 commits
  2. 05 Jan, 2012 1 commit
  3. 23 Dec, 2011 1 commit
  4. 20 Dec, 2011 1 commit
  5. 02 Dec, 2011 1 commit
  6. 19 Nov, 2011 1 commit
  7. 02 Nov, 2011 1 commit
  8. 29 Oct, 2011 1 commit
  9. 20 Oct, 2011 1 commit
  10. 16 Oct, 2011 1 commit
  11. 26 Aug, 2011 1 commit
  12. 29 Jul, 2011 1 commit
  13. 28 Jul, 2011 1 commit
  14. 02 May, 2011 1 commit
  15. 19 Mar, 2011 1 commit
  16. 02 Mar, 2011 1 commit
  17. 19 Feb, 2011 1 commit
    • David Conrad's avatar
      Fix VP3 edge emulation · a89f4ca0
      David Conrad authored
      With negative stride, the start of the edge_emu buffer should be pointing to
      the last line, not the end of the buffer.
      With positive stride, pointing to the end of the buffer was completely wrong.
      a89f4ca0
  18. 18 Feb, 2011 1 commit
  19. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  20. 09 Feb, 2011 1 commit
    • Alexander Strange's avatar
      vp3: Frame-based multithreading support · d23845f3
      Alexander Strange authored
      Decode times for big_buck_bunny_720p_stereo:
      
      1 thread:
      real    1m14.227s
      user    1m13.104s
      sys     0m1.108s
      
      2 threads: (33% faster)
      real    0m49.329s
      user    1m33.735s
      sys     0m1.834s
      
      3 threads: (44% faster)
      real    0m41.593s
      user    1m44.884s
      sys     0m1.967s
      d23845f3
  21. 06 Feb, 2011 2 commits
  22. 29 Jan, 2011 1 commit
  23. 26 Jan, 2011 1 commit
  24. 17 Jan, 2011 1 commit
  25. 26 Oct, 2010 3 commits
  26. 08 Sep, 2010 1 commit
  27. 07 Sep, 2010 1 commit
  28. 06 Sep, 2010 3 commits
  29. 06 Aug, 2010 1 commit
  30. 30 Jun, 2010 1 commit
  31. 08 Jun, 2010 1 commit
  32. 27 May, 2010 1 commit
  33. 25 May, 2010 1 commit
  34. 21 Apr, 2010 1 commit