- 12 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3161 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2004 1 commit
-
-
Roman Shaposhnik authored
Originally committed as revision 3138 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2004 1 commit
-
-
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
-