aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/media/flags/videocodec
AgeCommit message (Collapse)Author
2023-03-16[Estuary] Correct color channels of texturessarbes
2022-07-03[Skins] Fixed VP8/VP9 codec name in mediaflagsCastagnaIT
2020-04-26Add AV1 video-codec flag to skinsJakob 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-22Revert "[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' warningsh.udo
2017-02-23[estuary] sync pt. 1phil65
2017-02-23[estuary] optimize pngsphil65
2016-11-23[estuary] 2nd editionphil65
2016-03-01[Estuary] Say hello to Estuary :)phil65