1. 22 11月, 2004 1 次提交
  2. 26 10月, 2004 1 次提交
  3. 22 10月, 2004 1 次提交
  4. 18 10月, 2004 1 次提交
  5. 01 10月, 2004 1 次提交
  6. 27 9月, 2004 1 次提交
  7. 20 9月, 2004 1 次提交
  8. 15 9月, 2004 1 次提交
  9. 13 8月, 2004 2 次提交
  10. 25 7月, 2004 1 次提交
  11. 15 7月, 2004 1 次提交
  12. 27 6月, 2004 1 次提交
  13. 23 6月, 2004 1 次提交
  14. 26 5月, 2004 1 次提交
  15. 21 5月, 2004 1 次提交
  16. 11 5月, 2004 1 次提交
  17. 04 5月, 2004 1 次提交
  18. 01 5月, 2004 2 次提交
  19. 22 3月, 2004 2 次提交
  20. 04 3月, 2004 2 次提交
  21. 03 3月, 2004 2 次提交
  22. 26 2月, 2004 1 次提交
  23. 22 2月, 2004 1 次提交
  24. 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
  25. 13 2月, 2004 1 次提交
  26. 02 2月, 2004 1 次提交
  27. 23 1月, 2004 1 次提交
  28. 11 1月, 2004 1 次提交
  29. 06 1月, 2004 1 次提交
  30. 27 11月, 2003 1 次提交
    • R
      - Add reget_buffer() function to AVCodecContext · e1c2a5a0
      Roberto Togni 提交于
      - Add default reget_buffer implementation in libavcodec/utils.c
      - Remove AVCodecContext.cr_available, no longer needed
      - Remove CODEC_CAP_CR, no longer used
      - Add img_copy() prototype to avcodec.h (function from imgconvert.c)
      - Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid
      conflict
      - Updated msrle, msvideo1, rpza, smc to use reget_buffer
      
      Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
      e1c2a5a0
  31. 08 11月, 2003 1 次提交
  32. 03 11月, 2003 2 次提交
  33. 31 10月, 2003 1 次提交
  34. 30 10月, 2003 1 次提交