1. 05 3月, 2004 2 次提交
  2. 04 3月, 2004 1 次提交
  3. 03 3月, 2004 2 次提交
  4. 02 3月, 2004 1 次提交
  5. 01 3月, 2004 1 次提交
  6. 29 2月, 2004 1 次提交
  7. 27 2月, 2004 1 次提交
  8. 24 2月, 2004 1 次提交
  9. 19 2月, 2004 1 次提交
  10. 16 2月, 2004 1 次提交
  11. 14 2月, 2004 1 次提交
    • M
      multithreaded/SMP motion estimation · 9c3d33d6
      Michael Niedermayer 提交于
      multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
      all pthread specific code is in pthread.c
      to try it, run configure --enable-pthreads and ffmpeg ... -threads <num>
      the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c
      
      Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
      9c3d33d6
  12. 06 2月, 2004 1 次提交
  13. 23 1月, 2004 1 次提交
  14. 19 1月, 2004 1 次提交
  15. 11 1月, 2004 1 次提交
  16. 09 1月, 2004 1 次提交
  17. 05 1月, 2004 3 次提交
  18. 04 1月, 2004 1 次提交
  19. 01 1月, 2004 1 次提交
  20. 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
  21. 30 12月, 2003 1 次提交
  22. 18 12月, 2003 1 次提交
  23. 15 12月, 2003 3 次提交
  24. 13 12月, 2003 1 次提交
  25. 11 12月, 2003 1 次提交
  26. 10 12月, 2003 2 次提交
  27. 09 12月, 2003 2 次提交
  28. 05 12月, 2003 1 次提交
  29. 01 12月, 2003 1 次提交
  30. 14 11月, 2003 1 次提交
  31. 12 11月, 2003 1 次提交
  32. 03 11月, 2003 1 次提交