codec: some random additional image and audio features
[sheet.git] / codec-audio.inc.pl
index 4239b2fca6c1d0f12429f26ccf60f28c73294df2..5844ea07ba9922f3b108a4ea169d023624db882e 100644 (file)
@@ -27,6 +27,13 @@ codec => {
                available => 1992,
                generation => 0,
        },
+       mpc => {
+               name => 'Musepack',
+               abbr => 'MPC',
+               mime => 'audio/musepack',
+               available => 1997,
+               generation => 1,
+       },
 },
 feature => {
        default => {
@@ -96,6 +103,20 @@ feature => {
                score => {
                        mp3 => [4, 8],
                        opus => [4, 6],
+                       mpc => [5, 0],
+               },
+       },
+       steaming => {
+               name => 'Streamable',
+               score => {
+                       mpc => 'y',
+               },
+       },
+       seeking => {
+               name => 'Fast seeking',
+               score => {
+                       mpc => [5, undef, 'indexed'],
+                       opus => [3, undef, 'bisection seeking (usually 1 physical seek required if implemented correctly)'],
                },
        },
        royalties => {
@@ -104,6 +125,7 @@ feature => {
                        vorbis => 5,
                        opus => [4, undef, 'open and free design'],
                        atrac => [2, undef, 'proprietary, but the original patents have expired'],
+                       mpc => [5, undef, 'open format, bsd licensed implementation'],
                },
        },
        support => {