Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-16 | [Estuary] Correct color channels of textures | sarbes | |
2022-07-03 | [Skins] Fixed VP8/VP9 codec name in mediaflags | CastagnaIT | |
2020-04-26 | Add AV1 video-codec flag to skins | Jakob Linskeseder | |
Support for AV1 was added in #16933. Kodi currently gets FFmpeg decoder names as codec names. This is problematic with AV1 since FFmpeg returns either "libdav1d" or "libaom-av1" as codec (decoder) name: * https://github.com/FFmpeg/FFmpeg/blob/n4.2.2/libavcodec/libdav1d.c#L355-L356 * https://github.com/FFmpeg/FFmpeg/blob/n4.2.2/libavcodec/libaomdec.c#L222-L223 In order to make things simpler for skins, the FFmpeg helper function `avcodec_get_name()` is now used, which returns the actual codec name. | |||
2017-06-22 | Revert "[fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' ↵ | h.udo | |
warnings" This reverts commit 7aace3e83f79198ec9bea45c4b06444102d07196. | |||
2017-05-30 | [fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' warnings | h.udo | |
2017-02-23 | [estuary] sync pt. 1 | phil65 | |
2017-02-23 | [estuary] optimize pngs | phil65 | |
2016-11-23 | [estuary] 2nd edition | phil65 | |
2016-03-01 | [Estuary] Say hello to Estuary :) | phil65 | |