- 03 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 02 Dec, 2018 1 commit
-
-
Ruiling Song authored
Signed-off-by:
Ruiling Song <ruiling.song@intel.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
- 27 Nov, 2018 2 commits
-
-
Carl Eugen Hoyos authored
-
Jun Zhao authored
commit b0012de4 missed reindent. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 26 Nov, 2018 1 commit
-
-
Mark Harris authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Nov, 2018 1 commit
-
-
James Almer authored
Reviewed-by:
Haihao Xiang <haihao.xiang@intel.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 21 Nov, 2018 1 commit
-
-
Peter Ross authored
-
- 20 Nov, 2018 1 commit
-
-
Paul B Mahol authored
-
- 19 Nov, 2018 3 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 18 Nov, 2018 10 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 17 Nov, 2018 2 commits
-
-
Martin Vignali authored
-
Paul B Mahol authored
-
- 16 Nov, 2018 4 commits
-
-
Carl Eugen Hoyos authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 15 Nov, 2018 8 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Philip Langdale authored
After adding field type management to the common yadif logic, we can remove the duplicate copy of that logic from bwdif.
-
Philip Langdale authored
The bwdif filter can use common yadif frame management if we track when a field is the first or last field in a sequence. While this information is not used by yadif, the added benefit of removing the duplicated frame management logic makes it worth tracking this state in the common code.
-
Philip Langdale authored
We have a pattern of wrapping CUDA calls to print errors and normalise return values that is used in a couple of places. To avoid duplication and increase consistency, let's put the wrapper implementation in a shared place and use it everywhere. Affects: * avcodec/cuviddec * avcodec/nvdec * avcodec/nvenc * avfilter/vf_scale_cuda * avfilter/vf_scale_npp * avfilter/vf_thumbnail_cuda * avfilter/vf_transpose_npp * avfilter/vf_yadif_cuda
-
- 12 Nov, 2018 5 commits
-
-
Paul B Mahol authored
It is not needed and may be uninitialized.
-
Mark Harris authored
A fade out (usually at the end of a video) can easily start beyond INT32_MAX (about 36 minutes). Regression since d40dc641.
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-