1. 31 Jan, 2008 1 commit
  2. 30 Jan, 2008 1 commit
  3. 29 Jan, 2008 1 commit
  4. 28 Jan, 2008 1 commit
  5. 17 Jan, 2008 1 commit
  6. 03 Dec, 2007 2 commits
  7. 02 Dec, 2007 1 commit
  8. 11 Nov, 2007 1 commit
  9. 10 Nov, 2007 1 commit
  10. 09 Nov, 2007 1 commit
  11. 06 Nov, 2007 1 commit
  12. 05 Nov, 2007 1 commit
  13. 03 Nov, 2007 1 commit
  14. 01 Oct, 2007 1 commit
  15. 11 Sep, 2007 1 commit
  16. 09 Sep, 2007 1 commit
  17. 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
  18. 07 Sep, 2007 1 commit
  19. 05 Sep, 2007 1 commit
  20. 03 Sep, 2007 1 commit
  21. 25 Aug, 2007 1 commit
  22. 23 Aug, 2007 1 commit
  23. 21 Aug, 2007 1 commit
  24. 13 Aug, 2007 1 commit
  25. 10 Aug, 2007 1 commit
  26. 09 Aug, 2007 1 commit
  27. 06 Aug, 2007 1 commit
  28. 05 Aug, 2007 2 commits
    • Michael Niedermayer's avatar
      make wmv1 and wmv2 playable with M$ DMO decoder · d7826b58
      Michael Niedermayer authored
      Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
      d7826b58
    • Michael Niedermayer's avatar
      update seek regressions for r9917 · a3be5e58
      Michael Niedermayer authored
      (correct initial timestamps which have AV_NOPTS_VALUE)
      
      sorry, i will rm tests/seek_test ; make ; make seektest from now on
      
      Before r9917 lavf replaced the initial dts which were unknown (AV_NOPTS_VALUE)
      by values starting from -frame_duration or another guessed value.
      After r9917 lavf buffers packets until it finds a known timestamp or it buffered
      too much, it will then correct the previous unknown timestamps in the buffer exactly.
      For the seek tests that meant that a few initial timestamps would get changed.
      If no packet in the whole stream contains a timestamp then all timestamps
      will be changed by first_frame_duration or so as 0 is used instead of
      -frame_duration as startpoint ...
      
      Originally committed as revision 9949 to svn://svn.ffmpeg.org/ffmpeg/trunk
      a3be5e58
  29. 04 Aug, 2007 1 commit
  30. 19 Jul, 2007 1 commit
  31. 13 Jul, 2007 1 commit
  32. 10 Jul, 2007 1 commit
  33. 03 Jul, 2007 1 commit
  34. 12 Jun, 2007 2 commits
  35. 07 Jun, 2007 2 commits