- 09 Mar, 2018 2 commits
-
-
Thomas Guillem authored
Fixes #19951 (cherry picked from commit f51cb831) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit e5f4ea4c) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 21 Feb, 2018 1 commit
-
-
Janne Grunau authored
Allow assembling arm neon functions for IOS and arm windows. Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit ec4d9649) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 09 Feb, 2018 1 commit
-
-
Thomas Guillem authored
CD 155f0680-aa44-49a8-a2ec-e1a341fc55fe These 2 extra conversions (CVPX_X to CVPX_RGBA and CVPX_RGBA to CVPX_X) will be done only if ci_filters doesn't accept the input chroma. This won't happen often since videotoolbox will most likely output chromas that can be accepted by ci_filters. This was not never touched since the initial commit and was not up to date. (cherry picked from commit 4e803da8) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 25 Jan, 2018 2 commits
-
-
Steve Lhomme authored
(cherry picked from commit e924f430) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit d8f0537f) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Jan, 2018 1 commit
-
-
Thomas Guillem authored
This fixes invalid n to n fps conversion when this filter is setup from transcode/video. (cherry picked from commit 16bae987) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Dec, 2017 1 commit
-
-
Michał authored
Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1480fc48) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Dec, 2017 1 commit
-
-
Thomas Guillem authored
"add_float_with_range( "hue", 0, -180., +180. ..." Even if 360 is the same than -180 in the hue case, you can't pass value outside the range anymore (since VLC 3.0). (cherry picked from commit 095d1373) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 05 Dec, 2017 1 commit
-
-
Michał authored
Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 512b4e55) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Nov, 2017 1 commit
-
-
Thomas Guillem authored
But match the colorspace of the cvpx buffer.
-
- 21 Nov, 2017 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Symbols availability are checked at entry point.
-
Thomas Guillem authored
This will hopefully fix crashes on iOS 8*. irc-log: <ePirat> ... it will not make the symbols weak (because they already exist on the lowest version you specified) and things will just crash/error at runtime.
-
- 18 Nov, 2017 1 commit
-
-
Tristan Matthews authored
Fixes #19098, regression from commit 7dd8a23d
-
- 16 Nov, 2017 1 commit
-
-
Steve Lhomme authored
Otherwise we use the global LDFLAGS that's set for modules and export the module resources many times. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Nov, 2017 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Nov, 2017 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Also move the documentation and set the functions static.
-
- 30 Oct, 2017 1 commit
-
-
Marvin Scholz authored
This is an Objective C module, therefore it should use OBJCFLAGS instead of CFLAGS.
-
- 14 Oct, 2017 1 commit
-
-
Steve Lhomme authored
Only in release builds. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Oct, 2017 1 commit
-
-
Thomas Guillem authored
-
- 29 Sep, 2017 7 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
For example: vlc --video-filter ci --ci-filter CICrystallize
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 28 Sep, 2017 3 commits
-
-
Thomas Guillem authored
When filtering a 1080p YUV2 video, CPU goes from 60% to 40%. Ideally, the vout should be reconfigured to switch from YUV2 to BGRA to get the best performances possible.
-
Thomas Guillem authored
-
Thomas Guillem authored
CoreImage can accept YUV2 as input (it'll do a conversion internally), but it can't output this same chroma (so the dst_cnverter is still needed).
-
- 27 Sep, 2017 4 commits
-
-
Thomas Guillem authored
And require kCGColorSpaceITUR_709.
-
Thomas Guillem authored
This reverts commit 9367f189.
-
Thomas Guillem authored
Use the [CIContext render:toCVPixelBuffer:] method (since macos 10.11, iphone 5.0) that handle automatically the color space.
-
Thomas Guillem authored
-
- 26 Sep, 2017 2 commits
-
-
Marvin Scholz authored
kCGColorSpaceITUR_709 was only introduce in 10.11, if this is not available, error instead of still trying to use it.
-
Thomas Guillem authored
No need to convert BGRA to NV12 since this color is handled natively.
-
- 12 Sep, 2017 1 commit
-
-
Thomas Guillem authored
-