Summary: | Please add support for opus codec | ||
---|---|---|---|
Product: | [Applications] AudioCD-KIO | Reporter: | Martin Brodbeck <martin> |
Component: | General | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | icefox, nate, yurchor |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/audiocd-kio/ed3eb5a6a3e90841398f268d04b26dfa9ac3bf81 | Version Fixed In: | 19.04.0 |
Sentry Crash Report: |
Description
Martin Brodbeck
2013-01-23 14:56:04 UTC
Git commit ed3eb5a6a3e90841398f268d04b26dfa9ac3bf81 by Yuri Chornoivan. Committed on 05/02/2019 at 06:15. Pushed by yurchor into branch 'master'. Add Opus support for KIO AudioCD Differential Revision: https://phabricator.kde.org/D17734 M +1 -1 CMakeLists.txt M +3 -2 HACKING M +5 -4 kcmaudiocd/kcmaudiocd.cpp M +1 -0 plugins/CMakeLists.txt A +27 -0 plugins/opus/CMakeLists.txt A +3 -0 plugins/opus/Messages.sh A +59 -0 plugins/opus/audiocd_opus_encoder.kcfg A +4 -0 plugins/opus/audiocd_opus_encoder.kcfgc A +257 -0 plugins/opus/encoderopus.cpp [License: GPL (v2+)] A +76 -0 plugins/opus/encoderopus.h [License: GPL (v2+)] A +446 -0 plugins/opus/encoderopusconfig.ui https://commits.kde.org/audiocd-kio/ed3eb5a6a3e90841398f268d04b26dfa9ac3bf81 |