1. 30 Aug, 2008 1 commit
  2. 25 Aug, 2008 1 commit
  3. 05 Aug, 2008 1 commit
  4. 31 Jul, 2008 2 commits
  5. 08 Jul, 2008 1 commit
  6. 22 Jun, 2008 1 commit
  7. 13 Jun, 2008 2 commits
  8. 09 Jun, 2008 1 commit
  9. 07 Jun, 2008 1 commit
  10. 03 Jun, 2008 1 commit
    • Michael Niedermayer's avatar
      In mpeg1/2 timestamps are associated with the access unit which · d59591fb
      Michael Niedermayer authored
      contains the first picture startcode that commences in the PES
      packet, instead of the first access unit that commences in the
      PES packet. Fix the parser to
      handle that properly. This was a very long standing bug ...
      The change to the seek regressions is because the mpeg ts muxer
      stores too many invalid and randomized timestamps which overflow
      the 4 entry buffer we use in the parser.
      
      Originally committed as revision 13643 to svn://svn.ffmpeg.org/ffmpeg/trunk
      d59591fb
  11. 14 Apr, 2008 1 commit
  12. 09 Apr, 2008 1 commit
  13. 01 Apr, 2008 1 commit
  14. 10 Mar, 2008 1 commit
  15. 07 Mar, 2008 1 commit
  16. 06 Mar, 2008 1 commit
  17. 05 Mar, 2008 1 commit
  18. 25 Feb, 2008 1 commit
  19. 15 Feb, 2008 3 commits
  20. 05 Feb, 2008 1 commit
  21. 04 Feb, 2008 1 commit
  22. 03 Feb, 2008 2 commits
  23. 31 Jan, 2008 1 commit
  24. 28 Jan, 2008 1 commit
  25. 17 Jan, 2008 1 commit
  26. 03 Dec, 2007 1 commit
  27. 02 Dec, 2007 1 commit
  28. 11 Nov, 2007 1 commit
  29. 03 Nov, 2007 1 commit
  30. 01 Oct, 2007 1 commit
  31. 11 Sep, 2007 1 commit
  32. 09 Sep, 2007 1 commit
  33. 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
  34. 07 Sep, 2007 1 commit