1. 15 Mar, 2010 1 commit
  2. 08 Mar, 2010 1 commit
  3. 20 Jan, 2010 1 commit
  4. 12 Oct, 2009 1 commit
  5. 19 Jan, 2009 1 commit
  6. 15 Dec, 2008 1 commit
  7. 12 Nov, 2008 1 commit
  8. 13 Aug, 2007 1 commit
  9. 06 Jul, 2007 1 commit
  10. 05 Jul, 2007 1 commit
  11. 10 May, 2007 1 commit
  12. 08 Dec, 2006 1 commit
  13. 07 Oct, 2006 1 commit
  14. 12 Jan, 2006 1 commit
  15. 22 Dec, 2005 1 commit
  16. 17 Dec, 2005 1 commit
  17. 26 May, 2004 1 commit
  18. 18 May, 2004 1 commit
  19. 03 Mar, 2004 1 commit
  20. 19 Feb, 2004 1 commit
  21. 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