- 22 Oct, 2013 1 commit
-
-
Mickaël Raulet authored
cherry picked from commit c7765f3295fe7dc0653161c6a3d3e1778b76ee67 cherry picked from commit 0008c4979fc1d1bc24d4d2c791715f6dd017563c Conflicts: libavcodec/utils.c Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Apr, 2013 1 commit
-
-
Reimar Döffinger authored
Just like get_buffer, get_format should not be called from a different thread if thread_safe_callbacks is not set. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 20 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
It will be useful in the upcoming transition to refcounted AVFrames.
-
- 29 Jun, 2012 1 commit
-
-
Lou Logan authored
Also update some common misspelled words in patcheck Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 25 Nov, 2011 1 commit
-
-
Janne Grunau authored
This is required to fulfill avcodec_decode_video2() promise to return the number of consumed bytes on success.
-
- 05 Apr, 2011 1 commit
-
-
Alexander Strange authored
thread_count passed to ff_thread_init() is only used to set AVCodecContext. thread_count, and can be removed. Instead move it to the legacy implementation of avcodec_thread_init(). This also fixes the problem that calling avcodec_thread_init() with pthreads enabled did not set it since ff1efc52. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 28 Mar, 2011 1 commit
-
-
Reimar Döffinger authored
avcodec_thread_init currently doesn't do anything at all with pthreads enabled.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 Feb, 2011 2 commits
-
-
Alexander Strange authored
As a side effect of the last commit, avcodec_open() now calls it automatically, so there is no longer any need for clients to call it. Instead they should set AVCodecContext.thread_count. avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the next MAJOR libavcodec bump. Rename the functions to ff_thread_init/free, since they are now internal. Wrappers are provided to maintain API compatibility. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit c0b102ca)
-
Alexander Strange authored
See doc/multithreading.txt for details on use in codecs. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 09 Feb, 2011 2 commits
-
-
Alexander Strange authored
As a side effect of the last commit, avcodec_open() now calls it automatically, so there is no longer any need for clients to call it. Instead they should set AVCodecContext.thread_count. avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the next MAJOR libavcodec bump. Rename the functions to ff_thread_init/free, since they are now internal. Wrappers are provided to maintain API compatibility. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Alexander Strange authored
See doc/multithreading.txt for details on use in codecs. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-