FreezyLemon

Results 47 issues of FreezyLemon

Closes #842. This PR changes the read and write functions for `data/db/anime.xml`, `data/user//anime.xml` and `data/user//history.xml`. It does not change `/data/feed/history.xml` (does not contain a version string) or `/data/settings.xml` (see #842,...

After FFmpeg release 5.1, gyan.dev updated their "latest" release from 5.0.1 to 5.1, which currently breaks the build (`ffmpeg-next` and `ffmpeg-sys-next` don't support 5.1 yet). To circumvent this in the...

I explain the rationale behind this change in #6154. The included patch is necessary for local builds on some distros, and it will become necessary on more distros (and CI)...

size/M

Prerequisite: - [ ] #6153 (TODO: Update NativeLib in this PR after the the other PR is merged) macOS and Windows already use versioned files, e.g. `libavutil.56.dylib`, `avutil-56.dll`. Linux uses...

size/S

The libraries necessary to enable hwaccel on Linux (libva, libvdpau) are required by FFmpeg, but probably shouldn't be bundled with the game. One good idea by @bdach was to bundle...

platform:linux
area:libraries
area:video

[AV1](https://en.wikipedia.org/wiki/AV1) is a relatively new open and royalty-free video format that can be seen as the successor to VP9. It is steadily being adopted by software projects (see wikipedia article)...

area:video

### Checklist - [X] I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) for this feature/feature request. ### Describe the feature request It would be nice to have a graph...

feature

`get_rect_tx_log_ratio` is only used with width & height of `TxSize` (tx is in the name), so it makes sense to make it a `TxSize` method instead. Using `tx_size.width_log2() - 2`...

**Describe the bug** There are multiple NASM warnings when compiling rav1e with a recent version of NASM (>=2.16, maybe 2.15): ``` cdef_rav1e.asm:262: warning: dropping trailing empty parameter in call to...

bug

EBML [differentiates](https://www.rfc-editor.org/rfc/rfc8794.html#name-string-element) between String Elements and UTF-8 Elements. They are almost exactly the same, except for this: - "String" only allows ASCII and terminator bytes. - "UTF-8" only allows UTF-8...

spec-compliance