- 15 Mar, 2010 1 commit
-
-
Benoit Fouet authored
need it in *thread.c. Originally committed as revision 22544 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2010 1 commit
-
-
Andreas Öman authored
Originally committed as revision 22324 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jan, 2010 1 commit
-
-
Måns Rullgård authored
The various avcodec_thread_init() functions are updated to return immediately after setting avctx->thread_count. This allows -threads 0 to pass through to codecs. It also simplifies the usage for apps using libavcodec. Originally committed as revision 21358 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
processing with jobs > threads without wasting too much memory. It also avoids needing a separate int array when the only additional data the jobs needs is a single int running from 0 to count-1. Originally committed as revision 20210 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16144 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Nov, 2008 1 commit
-
-
Roman Shaposhnik authored
Originally committed as revision 15804 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2007 1 commit
-
-
Ramiro Polla authored
Necessary for systems that don't align by default to 16 bytes, required by some SSE instructions. Requires GCC >= 4.2. Based on patch by Gaël Chardon. Originally committed as revision 10106 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jul, 2007 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 9506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 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
-