abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
https://abhitronix.github.io/deffcode
Apache License 2.0
182 stars 4 forks source link

[0.2.6] Enhance Video Orientation Support and Ended support for Python `3.7.x` legacies #49

Closed abhiTronix closed 3 months ago

abhiTronix commented 3 months ago

Brief Description

This PR enhances the project's functionality, improve maintainability, and ensure compatibility with the latest Python versions.

Requirements / Checklist

Related Issue

39

48

50

Context

This PR introduces several significant improvements and updates to the project. Key changes include the addition of video orientation parameters, ending support for Python 3.7.x, adding support for Python 3.11, and updating CI/CD configurations.

Types of changes

Miscellaneous (if available):

None

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 83.33333% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.92%. Comparing base (d462c5f) to head (0a0f9ad).

Files Patch % Lines
deffcode/sourcer.py 75.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #49 +/- ## ========================================== - Coverage 96.50% 95.92% -0.59% ========================================== Files 6 6 Lines 773 785 +12 ========================================== + Hits 746 753 +7 - Misses 27 32 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.