Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-on version incremented to 20.5.2 from Weblate #227

Open
wants to merge 131 commits into
base: Nexus
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 17, 2023

Add-on version incremented triggered by 5ab91ca

lrusak and others added 10 commits January 8, 2023 19:13
Fixes the transport stream playback failures described in
https://bugs.debian.org/1016925

@Rogo95 made an excellent technical analysis of the root cause
and reported that to the bug thread.

Later on, James Almer (@jamrial) suggested the solution to use
extract_extradata bitstream filter to replace the removed split()
function.

Finally, I adapted the following code snippet:
https://gist.github.com/moonpfe/f6795d51294d91ee0f82f62ff6985db0
to Kodi and tested it by playing the affected files in TS format.

Signed-off-by: Vasyl Gello <[email protected]>
Team Kodi does officially support one major FFmpeg version.
This commit is intentionally separated to let *nix distro
maintainers revert it if building Kodi 20+ is needed with
FFmpeg 4.

Signed-off-by: Vasyl Gello <[email protected]>
Signed-off-by: Vasyl Gello <[email protected]>
Signed-off-by: Vasyl Gello <[email protected]>
Allow ffmpeg header "cenc_decryption_key"
bkuhls and others added 19 commits March 3, 2023 19:33
gcc 13 moved some includes around and as a result <cstdint> is no longer transitively
included [1]. Explicitly include it for uint{32,64}_t.

[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

Signed-off-by: Rudi Heitbaum <[email protected]>
include missing <cstdint> to support gcc-13
Update to FFmpeg 6.0 including OpenSSL versions for Windows builds
[Omega] dependency updates and OS build fixes
[Omega] Increase version (API related)
which provides autoconf 2.69 and automake 1.16.3 by default
fix building libzvbi version 0.2.41 on debian bullseye
AlwinEsch and others added 15 commits March 26, 2024 11:34
Due to dangerous condition about versions 5.6.0 or higher and blocked repo now.
[depends] Bring back libdl patch to fix webOS build failure
README.md: Fix build status labels to report status for the Omega branch, not Nexus.
…sing foreign parameter to automake.

Makefile.am: error: required file './README' not found
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project uses
contrib/Makefile.am: installing 'build-aux/depcomp'
autoreconf: automake failed with exit status: 1

Signed-off-by: Sam Nazarko <[email protected]>
depends/libzvbi: Fix build where README file cannot be located
@github-actions github-actions bot changed the title Add-on version incremented to 20.5.1 from Weblate Add-on version incremented to 20.5.2 from Weblate Jan 17, 2025
phunkyfish and others added 11 commits January 16, 2025 17:56
Currently translated at 100.0% (40 of 40 strings)

Co-authored-by: Massimo Pissarello <[email protected]>
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/it_it/
Translation: Kodi add-ons: videoplayer inputstream/inputstream.ffmpegdirect
Currently translated at 47.5% (19 of 40 strings)

Translated using Weblate (Spanish (Spain) (es_es))

Currently translated at 100.0% (40 of 40 strings)

Added translation using Weblate (Slovak (sk_sk))

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: José Antonio Alvarado <[email protected]>
Co-authored-by: Weblate <[email protected]>
Co-authored-by: rimasx <[email protected]>
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/es_es/
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/et_ee/
Translation: Kodi add-ons: videoplayer inputstream/inputstream.ffmpegdirect
Currently translated at 37.5% (15 of 40 strings)

Translated using Weblate (Afrikaans (South Africa) (af_za))

Currently translated at 37.5% (15 of 40 strings)

Translated using Weblate (Portuguese (Brazil) (pt_br))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish (Spain) (es_es))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Asturian (Spain) (ast_es))

Currently translated at 15.0% (6 of 40 strings)

Translated using Weblate (Portuguese (Brazil) (pt_br))

Currently translated at 87.5% (35 of 40 strings)

Translated using Weblate (Spanish (Spain) (es_es))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Estonian (et_ee))

Currently translated at 100.0% (40 of 40 strings)

Co-authored-by: Enol P <[email protected]>
Co-authored-by: Heiko Berner <[email protected]>
Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: icarok99 <[email protected]>
Co-authored-by: rimasx <[email protected]>
Co-authored-by: roliverosc <[email protected]>
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/af_za/
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/ast_es/
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/es_es/
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/et_ee/
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-videoplayer-inputstream/inputstream-ffmpegdirect/pt_br/
Translation: Kodi add-ons: videoplayer inputstream/inputstream.ffmpegdirect
@phunkyfish
Copy link
Collaborator

I assume this should be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.