1. 04 1月, 2004 1 次提交
  2. 02 1月, 2004 1 次提交
  3. 01 1月, 2004 1 次提交
  4. 31 12月, 2003 1 次提交
    • M
      interlaced motion estimation · bb198e19
      Michael Niedermayer 提交于
      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
  5. 30 12月, 2003 2 次提交
  6. 15 12月, 2003 3 次提交
  7. 14 12月, 2003 1 次提交
  8. 13 12月, 2003 2 次提交
  9. 12 12月, 2003 1 次提交
  10. 11 12月, 2003 1 次提交
  11. 10 12月, 2003 1 次提交
  12. 29 11月, 2003 2 次提交
  13. 11 11月, 2003 1 次提交
  14. 04 11月, 2003 1 次提交
  15. 01 11月, 2003 1 次提交
  16. 31 10月, 2003 1 次提交
  17. 21 10月, 2003 4 次提交
  18. 18 10月, 2003 1 次提交
  19. 14 10月, 2003 1 次提交
  20. 07 10月, 2003 1 次提交
  21. 04 10月, 2003 1 次提交
  22. 03 10月, 2003 1 次提交
  23. 23 9月, 2003 1 次提交
  24. 17 9月, 2003 1 次提交
  25. 12 9月, 2003 1 次提交
  26. 10 9月, 2003 1 次提交
  27. 09 9月, 2003 1 次提交
  28. 04 9月, 2003 1 次提交
  29. 03 9月, 2003 2 次提交
  30. 02 9月, 2003 1 次提交
  31. 30 8月, 2003 1 次提交
    • C
      stdin patch by (Charles Yates <charles dot yates at pandora dot be>) · d9a916e2
      Charles Yates 提交于
      * removes use of read_key and getchar when input is received on stdin
      (this was corrupting the packet reading)
      * terminates av_encode when a termination signal is received (use of
      ctrl-c issued a term_exit and subsequent uses of q failed)
      * specific correction to yuv4mpeg pipe reading - the defined header was
      too short to allow for extended yuv4mpeg flags [as used by smil2yuv and
      y4mscaler and accepted by mjpeg tools]
      
      Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
      d9a916e2