mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
9c3d33d67f
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 |
||
---|---|---|
.. | ||
.cvsignore | ||
audiogen.c | ||
dsptest.c | ||
ffmpeg.regression.ref | ||
ffserver.regression.ref | ||
lena.pnm | ||
libav.regression.ref | ||
Makefile | ||
regression.sh | ||
rotozoom.c | ||
rotozoom.regression.ref | ||
server-regression.sh | ||
test.conf | ||
tiny_psnr.c | ||
videogen.c |