1. 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
  2. 09 2月, 2004 1 次提交
    • M
      2 byte shorter userdata for mpeg4 · 99683a30
      Michael Niedermayer 提交于
      in the past it was startcode,string,00,7F,startcode
      now it is startcode,string,stratcode
      both are mpeg4 compliant, as according to the standard the userdata lasts until the next 00 00 01 (startcode prefix) but some very primitive decoders which simply skip until the first 00 byte and then expect the next valid startcode might fail with the old variant, just a theory though (didnt test if quicktime can decode it now)
      
      Originally committed as revision 2767 to svn://svn.ffmpeg.org/ffmpeg/trunk
      99683a30
  3. 06 2月, 2004 1 次提交
  4. 23 1月, 2004 1 次提交
  5. 11 1月, 2004 1 次提交
  6. 11 12月, 2003 1 次提交
  7. 13 11月, 2003 2 次提交
  8. 03 11月, 2003 1 次提交
  9. 23 10月, 2003 1 次提交
  10. 21 10月, 2003 1 次提交
  11. 14 10月, 2003 1 次提交
  12. 13 10月, 2003 1 次提交
  13. 12 10月, 2003 1 次提交
  14. 11 10月, 2003 1 次提交
  15. 07 10月, 2003 1 次提交
  16. 10 9月, 2003 1 次提交
  17. 15 7月, 2003 1 次提交
  18. 13 7月, 2003 1 次提交
  19. 11 7月, 2003 1 次提交
  20. 09 7月, 2003 1 次提交
  21. 22 6月, 2003 1 次提交
  22. 20 6月, 2003 1 次提交
  23. 18 6月, 2003 1 次提交
  24. 16 6月, 2003 2 次提交
  25. 15 6月, 2003 1 次提交
  26. 24 5月, 2003 1 次提交
  27. 20 5月, 2003 1 次提交
  28. 15 5月, 2003 1 次提交
  29. 22 3月, 2003 1 次提交
  30. 10 3月, 2003 1 次提交
  31. 06 3月, 2003 1 次提交
  32. 03 3月, 2003 1 次提交
  33. 12 2月, 2003 1 次提交
  34. 10 2月, 2003 2 次提交
  35. 22 1月, 2003 1 次提交
  36. 01 1月, 2003 1 次提交
  37. 23 12月, 2002 1 次提交