Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation
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
2004-02-13 17:54:10 +00:00
..
2002-05-27 08:36:05 +00:00
2003-10-15 01:22:50 +00:00
2002-05-27 08:39:04 +00:00
2003-09-16 20:29:32 +00:00
2003-10-01 16:45:59 +00:00
2003-08-24 21:21:39 +00:00
2003-06-05 12:36:34 +00:00
2003-08-24 21:14:02 +00:00
2003-08-24 21:16:50 +00:00
2003-10-15 01:22:50 +00:00