- 23 Sep, 2017 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 18 Sep, 2017 1 commit
-
-
Carl Eugen Hoyos authored
Fixes a warning: ISO C90 forbids mixed declarations and code
-
- 16 Sep, 2017 1 commit
-
-
Reimar Döffinger authored
This is the equivalent to what 7d317d47 did for the codec-specific options. av_opt_copy has specific handling so it's fine that we already copied the whole context before. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 12 Sep, 2017 1 commit
-
-
Ronald S. Bultje authored
Should fix the following tsan warning: WARNING: ThreadSanitizer: data race (pid=19806) Read of size 4 at 0x7b84000012f0 by thread T9: #0 worker src/libavcodec/frame_thread_encoder.c:66 (ffmpeg+0x0000007f349e) [..] Previous write of size 4 at 0x7b84000012f0 by main thread (mutexes: write M1395): #0 ff_frame_thread_encoder_free src/libavcodec/frame_thread_encoder.c:239 (ffmpeg+0x0000007f379e) [..]
-
- 25 Jun, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 25 May, 2017 1 commit
-
-
Ronald S. Bultje authored
Should fix tsan errors in utvideoenc_rgb_left and related tests.
-
- 05 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes: CID1338320 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Jan, 2016 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 07 Dec, 2015 1 commit
-
-
Clément Bœsch authored
-
- 23 Dec, 2014 1 commit
-
-
Hendrik Leppkes authored
Apparently uneeded lock/unlock removed by commiter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Aug, 2014 1 commit
-
-
Christophe Gisquet authored
Not actually used in huffyuvenc, but rather in setting the frame threading. Example for some files: context=0: 851974 27226 1137281 context=1,ND=0: 471819 22604 972351 context=1,ND=1: 472875 22673 972582 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 07 May, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 27 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Feb, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This makes them similar to the other checks Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jan, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 29 Jan, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Constant bit rate mjpeg encoding fails for threads > 1 and frame threading.
-
- 28 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 May, 2013 1 commit
-
-
Dave Yeo authored
For useage in other places besides lavc. Needed after commit 90f9a583Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 May, 2013 1 commit
-
-
Michael Niedermayer authored
This simplifies the code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 05 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
This case could cause a deadlock Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Aug, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Compared to the decoder side, this code is able to change both the delay and the number of threads seamlessly during encoding. Also any idle thread can pick up tasks, the strict round robin in order limit is gone too. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-