1. 13 Feb, 2004 1 commit
    • Michael Niedermayer's avatar
      multithreaded/SMP motion estimation · 9c3d33d6
      Michael Niedermayer authored
      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. 12 Feb, 2004 1 commit
  3. 11 Feb, 2004 1 commit
  4. 10 Feb, 2004 1 commit
  5. 09 Feb, 2004 1 commit
  6. 08 Feb, 2004 3 commits
  7. 07 Feb, 2004 8 commits
  8. 06 Feb, 2004 7 commits
  9. 05 Feb, 2004 3 commits
  10. 04 Feb, 2004 2 commits
  11. 03 Feb, 2004 1 commit
  12. 02 Feb, 2004 2 commits
  13. 01 Feb, 2004 2 commits
  14. 31 Jan, 2004 7 commits