[KPipeWire] [Bug 503505] FFmpeg API Depreciation/Removal: FF_PROFILE_*; AV_PROFILE_* (n7.1)

2025-05-01 Thread EndlessEden
https://bugs.kde.org/show_bug.cgi?id=503505 --- Comment #3 from EndlessEden --- I updated the fix and created a merge request: (See [mr200](https://invent.kde.org/plasma/kpipewire/-/merge_requests/200)) -- You are receiving this mail because: You are watching all bug changes.

[KPipeWire] [Bug 503505] FFmpeg API Depreciation/Removal: FF_PROFILE_*; AV_PROFILE_* (n7.1)

2025-05-01 Thread EndlessEden
https://bugs.kde.org/show_bug.cgi?id=503505 --- Comment #2 from EndlessEden --- Absolutely, ill send a merge request asap. However it will be a few days, as im away from my workspace till monday(UTC+10). If i get a chance before hand i will however, Thanks. -- You are receiving this mail

[KPipeWire] [Bug 503505] New: FFmpeg API Depreciation/Removal: FF_PROFILE_*; AV_PROFILE_* (n7.1)

2025-04-29 Thread EndlessEden
: --- FFmpeg depreciated FF_PROFILE_* Definition in 2023(https://github.com/FFmpeg/FFmpeg/commit/8238bc0b5e3dba271217b1223a901b3f9713dc6e), replacing it with AV_PROFILE_*. Starting in FFMPEG n7.1. Its a very simple fix, see: (https://github.com/EndlessEden/kpipewire/commit

[kdemultimedia] [Bug 445397] Incompatibility with FFMPEG >=4.2.x: av_find_best_stream now uses a const AVCodec ** parameter (46dac8cf3d) | Invalid conversion from 'const AVCodec*' to 'AVCodec*'

2021-11-12 Thread EndlessEden
https://bugs.kde.org/show_bug.cgi?id=445397 EndlessEden changed: What|Removed |Added CC||eenov1...@gmail.com -- You are receiving this

[kdemultimedia] [Bug 445397] New: Incompatibility with FFMPEG >=4.2.x: av_find_best_stream now uses a const AVCodec ** parameter (46dac8cf3d) | Invalid conversion from 'const AVCodec*' to 'AVCodec*'

2021-11-12 Thread EndlessEden
https://bugs.kde.org/show_bug.cgi?id=445397 Bug ID: 445397 Summary: Incompatibility with FFMPEG >=4.2.x: av_find_best_stream now uses a const AVCodec ** parameter (46dac8cf3d) | Invalid conversion from 'const AVCode