FFmpeg/tests
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
..
.cvsignore
audiogen.c use the correct file modes 2003-10-15 01:22:50 +00:00
dsptest.c
ffmpeg.regression.ref multithreaded/SMP motion estimation 2004-02-13 17:54:10 +00:00
ffserver.regression.ref
lena.pnm
libav.regression.ref
Makefile
regression.sh multithreaded/SMP motion estimation 2004-02-13 17:54:10 +00:00
rotozoom.c
rotozoom.regression.ref multithreaded/SMP motion estimation 2004-02-13 17:54:10 +00:00
server-regression.sh
test.conf
tiny_psnr.c fixpoint log() for tiny_psnr so it can output actual PSNR 2003-12-31 02:32:54 +00:00
videogen.c use the correct file modes 2003-10-15 01:22:50 +00:00