Asd-g

Results 9 issues of 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: ![1OKauGhE_o](https://user-images.githubusercontent.com/65298684/133149649-e6873264-11af-43ab-898f-70f1885aa6d1.png) 10-bit: ![sYkdn0BG_o](https://user-images.githubusercontent.com/65298684/133149705-9b3f97b1-fd25-461d-8a61-17fbc639cb17.png) 16-bit: ![Ao624xwe_o](https://user-images.githubusercontent.com/65298684/133149736-ee0d1340-0f7e-4183-888d-cd85fe6590cc.png) Btw in readme...

When performing destroy_gpu_instance(), g_instance.created is always 0.

core

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...