The x265 configuration and installation guide has moved to Bitbucket so the
updated link reflects that one.
As the openCV site currently only has docs for opencv3 and the filter in
libavfilter is an opencv2 one an archived link to the old cv2 documentation is
included.
---
doc/filters.texi
August 20, 2021 8:05 AM, "Gyan Doshi" wrote:
> On 2021-08-16 09:52 pm, Mapul Bhola wrote:
>
>> The x265 configuration and installation guide has moved to Bitbucket so the
>> updated link reflects
>> that one.
>>
>> As the openCV site current
August 23, 2021 10:43 PM, "Daniel Playfair Cal"
wrote:
> On Tue, Aug 24, 2021 at 3:09 AM Paul B Mahol wrote:
>
>> library is named dewobble, thus filter should be libdewobble.
>
> Lynne suggested "libdewobble_opencl". I can rename it to "libdewobble"
> if you prefer, but will everyone be happ
ping
August 19, 2021 12:48 PM, ffmpegandmahanstreamer@e.email wrote:
> ping
>
> August 14, 2021 7:29 AM, ffmpegandmahanstreamer@e.email wrote:
>
>> This cleans up the code in the decode24bit and decode16bit functions by
>> putting it in way that
>> expresses the true intent while making it eas
The x265 configuration and installation guide has moved to Bitbucket so the
updated link reflects that one.
As the openCV site currently only has docs for opencv3 and the filter in
libavfilter is an opencv2 an alternative link is provided.
---
doc/filters.texi | 2 +-
doc/general_conte
August 30, 2021 4:17 AM, "Soft Works" wrote:
> Signed-off-by: softworkz
> ---
> v2 Update:
>
> - Implemented Andreas' suggestions
> - overlay_subs filter:
> - removed duplicated code
> - implemented direct (no pre-conversion) blending of graphical
> subtitle rects
> - Supported input formats:
>
This cleans up the code in the decode24bit and decode16bit functions by putting
it in way that expresses the true intent while making it easier to read.
---
libavcodec/truemotion1.c | 40 +---
1 file changed, 13 insertions(+), 27 deletions(-)
diff --git a/lib
September 3, 2021 8:23 PM, "Mapul Bhola" wrote:
> This cleans up the code in the decode24bit and decode16bit functions by
> putting it in way that
> expresses the true intent while making it easier to read.
>
> ---
> libavcodec/truemotion1.c | 40 +---