Summary: | Amarok needs to adapt to changes in output of ffmpeg >= 1.0 | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Matěj Laitl <matej> |
Component: | Transcoding | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | task | CC: | corentinjule, florian.lindner, matej, teo |
Priority: | NOR | Keywords: | release_blocker |
Version: | 2.6-git | ||
Target Milestone: | 2.7 | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | http://forum.kde.org/viewtopic.php?t=108264 | ||
Latest Commit: | http://commits.kde.org/amarok/0ded42c46fada773a7aaa878e285537aeaa80320 | Version Fixed In: | 2.7 |
Sentry Crash Report: |
Description
Matěj Laitl
2012-11-02 23:59:19 UTC
Git commit 0ded42c46fada773a7aaa878e285537aeaa80320 by Matěj Laitl. Committed on 18/11/2012 at 11:10. Pushed by laitl into branch 'master'. Transcoding*Format: fix format detection with ffmpeg >= 1.0 ...and change the parsing to be line-by line, so that the regexps can be more accurate. FIXED-IN: 2.7 DIGEST: Amarok can now transcode even with ffmpeg >= 1.0 M +1 -0 ChangeLog M +10 -2 src/core/transcoding/TranscodingController.cpp M +3 -2 src/core/transcoding/TranscodingFormat.h M +2 -5 src/core/transcoding/formats/TranscodingAacFormat.cpp M +2 -5 src/core/transcoding/formats/TranscodingAlacFormat.cpp M +2 -5 src/core/transcoding/formats/TranscodingFlacFormat.cpp M +2 -5 src/core/transcoding/formats/TranscodingMp3Format.cpp M +2 -5 src/core/transcoding/formats/TranscodingVorbisFormat.cpp M +2 -5 src/core/transcoding/formats/TranscodingWmaFormat.cpp http://commits.kde.org/amarok/0ded42c46fada773a7aaa878e285537aeaa80320 *** Bug 311228 has been marked as a duplicate of this bug. *** |