- 01 Mar, 2019 1 commit
-
-
Paul B Mahol authored
-
- 27 Feb, 2019 3 commits
-
-
Philip Langdale authored
This change switches the vf_thumbnail_cuda filter from using the full cuda sdk to using the ffnvcodec headers and loader. Most of the change is a direct mapping, but I also switched from using texture references to using texture objects. This is supposed to be the preferred way of using textures, and the texture object API is the one I added to ffnvcodec. Signed-off-by:
Philip Langdale <philipl@overt.org> Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
Philip Langdale authored
This change switches the vf_scale_cuda filter from using the full cuda sdk to using the ffnvcodec headers and loader. Most of the change is a direct mapping, but I also switched from using texture references to using texture objects. This is supposed to be the preferred way of using textures, and the texture object API is the one I added to ffnvcodec. Signed-off-by:
Philip Langdale <philipl@overt.org> Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
Philip Langdale authored
This change switches the vf_thumbnail_cuda filter from using the full cuda sdk to using the ffnvcodec headers and loader. Signed-off-by:
Philip Langdale <philipl@overt.org> Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
- 22 Feb, 2019 1 commit
-
-
Paul B Mahol authored
-
- 19 Feb, 2019 1 commit
-
-
Tomas Härdin authored
If we fill with black then the generated palette will have one color more than what the user requested. This also resulted in unwanted black specks in the output of paletteuse, especially when generating small palettes.
-
- 14 Feb, 2019 1 commit
-
-
Timo Rothenpieler authored
Why did this not break compilation?
-
- 13 Feb, 2019 1 commit
-
-
Jun Zhao authored
Correct the comment Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 12 Feb, 2019 2 commits
-
-
Jun Zhao authored
Fix build warning like "warning: ISO C90 forbids mixed declarations and code" after adjust the location for malloc fail check. Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Jun Zhao authored
Need to check malloc fail before using it, so adjust the location in the code. Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 02 Feb, 2019 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 01 Feb, 2019 3 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Jun Zhao authored
Remove the pdiff_lut_scale in nlmeans and increase weight_lut table size from 2^9 to 500000, this change will avoid using pdiff_lut_scale in nlmeans_slice() for weight_lut table search, improving the performance by about 12%. (in 1080P size picture case). Use the profiling command like: perf stat -a -d -r 5 ./ffmpeg -i input -an -vf nlmeans=s=30 -vframes 10 \ -f null /dev/null without this change: when s=1.0(default value) 63s s=30.0 72s after this change: s=1.0(default value) 56s s=30.0 63s Reviewed-by:
Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by:
Jun Zhao <mypopydev@gmail.com> Signed-off-by:
Clément Bœsch <u@pkh.me>
-
- 27 Jan, 2019 1 commit
-
-
Gyan Doshi authored
The timestamp of the changed input frame as well as its relevant properties can be examined by the user. Only applicable when reinit_filter is disabled on the input stream.
-
- 25 Jan, 2019 1 commit
-
-
Zhong Li authored
Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
Fuwei Tang <fuweix.tang@intel.com> Signed-off-by:
Zhong Li <zhong.li@intel.com>
-
- 24 Jan, 2019 1 commit
-
-
Gyan Doshi authored
New fade curve value 'nofade' passes audio samples as-is. Primarily useful in carrying out acrossfade without fades.
-
- 23 Jan, 2019 1 commit
-
-
Zachary Zhou authored
Swap width and height when do clock/cclock rotation Add reversal/hflip/vflip options ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i input.264 -vf "transpose_vaapi=clock_flip" -c:v h264_vaapi output.h264 Signed-off-by:
Zachary Zhou <zachary.zhou@intel.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
- 17 Jan, 2019 2 commits
-
-
James Almer authored
Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Gyan Doshi authored
At present, 16-bit auto-scaled format results in incorrect alpha extraction.
-
- 13 Jan, 2019 1 commit
-
-
Paul B Mahol authored
-
- 12 Jan, 2019 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
Make into account patch size.
-
- 11 Jan, 2019 4 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
Instead denoise from start, assumming missing samples are silence.
-
Paul B Mahol authored
-
- 10 Jan, 2019 5 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Carl Eugen Hoyos authored
Silences a warning when only aselect was enabled: libavfilter/f_select.c:421:12: warning: 'query_formats' defined but not used
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
- 09 Jan, 2019 1 commit
-
-
Paul B Mahol authored
-
- 08 Jan, 2019 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 05 Jan, 2019 1 commit
-
-
Paul B Mahol authored
Minimal value allowed by our FFT is 16 thus min partition size is 8.
-
- 04 Jan, 2019 1 commit
-
-
James Almer authored
Fixes compilation with old yasm versions. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 03 Jan, 2019 3 commits
-
-
James Almer authored
fcmul_add_c: 1228.8 fcmul_add_sse3: 334.3 fcmul_add_avx: 186.3 Tested on a Core i5 4460 @ 3.2GHz Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
ff_fcmul_add_sse3() is now identical to the C version. Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-