- 08 Sep, 2017 1 commit
-
-
Ilia Valiakhmetov authored
Signed-off-by:
Ilia Valiakhmetov <zakne0ne@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 19 Jul, 2017 1 commit
-
-
Muhammad Faiz authored
Also remove pthread_cond_broadcast(progress_cond) on uninit. Broadcasting it is not required because workers are always parked when they are not in thread_execute. So it is imposible that a worker is waiting on progress_cond when uninitialized. Benchmark: ./ffmpeg -threads $threads -thread_type slice -i 10slices.mp4 -f null null threads=2: old: 70.212s 70.525s 70.877s new: 65.219s 65.377s 65.484s threads=3: old: 65.086s 66.306s 66.409s new: 63.229s 65.026s 65.116s threads=4: old: 60.993s 61.482s 62.123s new: 59.224s 59.441s 59.667s threads=5: old: 57.576s 57.860s 58.832s new: 53.032s 53.948s 54.086s Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 29 Mar, 2017 1 commit
-
-
Clément Bœsch authored
-
- 20 Jan, 2016 2 commits
-
-
Michael Niedermayer authored
Cleaner solution is welcome! Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
This was somehow forgotten in a8bb81a0.
-
- 27 Nov, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 25 Nov, 2015 1 commit
-
-
Michael Niedermayer authored
It appears rets_count is redundant Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Nov, 2015 1 commit
-
-
Michael Niedermayer authored
This should avoid some tsan warnings Found-by:
Chris Cunningham <chcunningham@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Feb, 2015 1 commit
-
-
Christophe Gisquet authored
When calling ff_alloc_entries, a number of entries are created. They are never freed, as running fate with slice threading and several frames on e.g. fate-hevc-conformance-ENTP_A_Qualcomm_1 would show. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Found-by: CSA Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Nov, 2013 3 commits
-
-
Anton Khirnov authored
It's a private field, it should not be visible to callers. Deprecate AVCodecContext.thread_opaque
-
Anton Khirnov authored
This should prevent confusion with frame threading.
-
Anton Khirnov authored
-