1. 05 Jul, 2007 1 commit
  2. 12 Jun, 2007 1 commit
  3. 10 May, 2007 1 commit
  4. 07 Oct, 2006 1 commit
  5. 12 Jan, 2006 1 commit
  6. 22 Dec, 2005 1 commit
  7. 17 Dec, 2005 1 commit
  8. 29 Jan, 2005 1 commit
  9. 21 Nov, 2004 1 commit
  10. 19 Feb, 2004 1 commit
  11. 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