Skip to content
Snippets Groups Projects
  1. Feb 13, 2004
    • 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. Feb 12, 2004
  3. Feb 11, 2004
  4. Feb 10, 2004
  5. Feb 09, 2004
  6. Feb 08, 2004
  7. Feb 07, 2004
  8. Feb 06, 2004
  9. Feb 05, 2004
  10. Feb 04, 2004
  11. Feb 03, 2004
  12. Feb 02, 2004
  13. Feb 01, 2004
  14. Jan 31, 2004
Loading