1. 08 Aug, 2008 1 commit
  2. 05 Aug, 2008 2 commits
  3. 24 Jul, 2008 1 commit
  4. 13 Jul, 2008 2 commits
  5. 13 Jun, 2008 2 commits
  6. 25 Apr, 2008 1 commit
  7. 21 Apr, 2008 1 commit
  8. 07 Mar, 2008 1 commit
  9. 06 Mar, 2008 1 commit
  10. 05 Mar, 2008 1 commit
  11. 25 Feb, 2008 1 commit
  12. 03 Feb, 2008 1 commit
  13. 28 Jan, 2008 1 commit
  14. 03 Dec, 2007 2 commits
  15. 02 Dec, 2007 1 commit
  16. 06 Nov, 2007 1 commit
  17. 05 Nov, 2007 1 commit
  18. 11 Sep, 2007 1 commit
  19. 09 Sep, 2007 1 commit
  20. 08 Sep, 2007 2 commits
    • Michael Niedermayer's avatar
      store halfpel filter coefficients in the header as well as the · 7d7f57d9
      Michael Niedermayer authored
      flag for diagonal interpolation
      
      the primary reason for this change is that previously MC up to 1/4 pel
      matched H.264 exactly and that increases the risk of stumbling over
      patents
      
      secondly this allows 0.10 db or more quality gain by choosing a longer
      filter and the filter could also be chosen optimally for each frame
      though that of course would cause speed loss at the decoder and encoder
      side ...
      
      Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
      7d7f57d9
    • Michael Niedermayer's avatar
      cleanup mc_block() · a68ca08e
      Michael Niedermayer authored
      perform interpolation steps in such an order that halfpel interpolation
      could be done per picture
      this also makes mc_block() match h.264 for the 1/4 pel cases so that the
      use of the h264 functions for some cases does not introduce a fantastic mess
      
      Originally committed as revision 10433 to svn://svn.ffmpeg.org/ffmpeg/trunk
      a68ca08e
  21. 25 Aug, 2007 1 commit
  22. 23 Aug, 2007 1 commit
  23. 21 Aug, 2007 1 commit
  24. 05 Aug, 2007 1 commit
  25. 04 Aug, 2007 1 commit
  26. 03 Jul, 2007 1 commit
  27. 07 Jun, 2007 1 commit
  28. 24 Mar, 2007 1 commit
    • Michael Niedermayer's avatar
      1000000l for me ive misstakely reverted the regression checksum change from r8444 in r8486 · 1c87ed3a
      Michael Niedermayer authored
      how did i succeed doing such a ridiculously silly thing? well i think it happened like:
      1. verifying that the regression tests pass with old resample2.c
      2. updating the regressions to the new resample2.c ... failed svn complained
      3. svn up
      4. updating the regressions to the new resample2.c success (r8485)
      
      at that point everything was still ok
      
      5. some more resample2.c work update regressions, read diff, commit (r8486)
      
      my misstake was that the svn up at point 3 was run in tests/  -> iam an idiot
      
      Originally committed as revision 8489 to svn://svn.ffmpeg.org/ffmpeg/trunk
      1c87ed3a
  29. 22 Mar, 2007 2 commits
  30. 18 Mar, 2007 1 commit
  31. 05 Mar, 2007 2 commits
  32. 12 Feb, 2007 2 commits