1. 09 Mar, 2008 1 commit
  2. 19 Feb, 2008 1 commit
  3. 01 Dec, 2007 1 commit
  4. 11 Sep, 2007 1 commit
  5. 29 Jul, 2007 1 commit
  6. 28 Jul, 2007 1 commit
  7. 03 Jul, 2007 1 commit
  8. 12 Jun, 2007 1 commit
  9. 31 May, 2007 1 commit
  10. 07 Apr, 2007 1 commit
  11. 25 Feb, 2007 1 commit
  12. 24 Feb, 2007 1 commit
  13. 27 Oct, 2006 1 commit
  14. 11 Oct, 2006 1 commit
  15. 07 Oct, 2006 1 commit
  16. 29 Sep, 2006 2 commits
  17. 27 Sep, 2006 1 commit
  18. 26 Sep, 2006 1 commit
  19. 05 Sep, 2006 1 commit
    • Corey Hickey's avatar
      second pass encoding changes: · 577cd173
      Corey Hickey authored
      - warn rather than fail when specified bitrate need not be used
      - fail with a useful message when specified bitrate is too low
      - print potentially useful information if verbose
      
      patch based mostly on suggestions from Michael Niedermayer and Loren Merritt
      
      Originally committed as revision 6176 to svn://svn.ffmpeg.org/ffmpeg/trunk
      577cd173
  20. 04 Sep, 2006 2 commits
  21. 29 May, 2006 1 commit
  22. 18 Mar, 2006 1 commit
  23. 17 Mar, 2006 1 commit
  24. 25 Jan, 2006 1 commit
  25. 24 Jan, 2006 1 commit
  26. 12 Jan, 2006 1 commit
  27. 22 Dec, 2005 1 commit
  28. 19 Dec, 2005 1 commit
  29. 17 Dec, 2005 1 commit
  30. 30 Apr, 2005 1 commit
  31. 24 Apr, 2005 1 commit
  32. 02 Feb, 2005 2 commits
  33. 12 Jan, 2005 2 commits
  34. 14 Feb, 2004 1 commit
  35. 10 Jan, 2004 1 commit
  36. 30 Dec, 2003 1 commit
    • Michael Niedermayer's avatar
      interlaced motion estimation · bb198e19
      Michael Niedermayer authored
      interlaced mpeg2 encoding
        P & B frames
        rate distored interlaced mb decission
        alternate scantable support
      4mv encoding fixes (thats also why the regression tests change)
      passing height to most dsp functions
      interlaced mpeg4 encoding (no direct mode MBs yet)
      various related cleanups
      disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed
      
      Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
      bb198e19