Asd-g
Asd-g
[pl_lut_free](https://github.com/haasn/libplacebo/blob/master/src/include/libplacebo/shaders/lut.h#L63C13-L63C24) expects non-const `pl_custom_lut` but [pl_render_params->lut](https://github.com/haasn/libplacebo/blob/master/src/include/libplacebo/renderer.h#L247) is const. This causes building error.
It's probably better to use `lrint` for rounding the average fill_prev/fill_cur/fill_next instead of the current `+ 0.5` because now you have: 8-bit:  10-bit:  16-bit:  Btw in readme...
When performing destroy_gpu_instance(), g_instance.created is always 0.
Just to let know that there is issue with BFF clips - https://github.com/Asd-g/AviSynth-BWDIF/issues/5
Blackmagic Design DaVinci Resolve Studio can write mp4 file with `ctts version 1` but mark it as `ctts version 0`. Always interpreting the `sample_offset` as signed is safe even if...
Problem: When reading a file with B-frames, the decoding order is non-sequential. This caused `isom_get_dts_from_info_list` to repeatedly scan the entire sample list from the beginning, leading to a performance slowdown...
- Supports building on Linux, macOS, and Windows (MSVC & MinGW). - Builds both static and shared libraries across all supported platforms. - Finds and links against a CMake-installed OBUParse...
- Supports building on Linux, macOS, and Windows (MSVC & MinGW). - Builds both static and shared libraries on Unix-like systems and MinGW. - Enforces a static-only build when using...