1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Increase Bethesda VID palette dynamics.

This commit is contained in:
Carl Eugen Hoyos 2011-11-13 14:40:32 +01:00
parent 46eae15567
commit 942e9be5d7
2 changed files with 70 additions and 69 deletions

View File

@ -53,6 +53,7 @@ static void set_palette(AVFrame * frame, const uint8_t * palette_buffer)
int a; int a;
for(a = 0; a < 256; a++){ for(a = 0; a < 256; a++){
palette[a] = 0xFF << 24 | AV_RB24(&palette_buffer[a * 3]) * 4; palette[a] = 0xFF << 24 | AV_RB24(&palette_buffer[a * 3]) * 4;
palette[a] |= palette[a] >> 6 & 0x30303;
} }
frame->palette_has_changed = 1; frame->palette_has_changed = 1;
} }

View File

@ -1,90 +1,90 @@
0, 0, 192000, 0x00000000 0, 0, 192000, 0x00000000
1, 0, 1480, 0x00000000 1, 0, 1480, 0x00000000
0, 1500, 192000, 0x01a6cf45 0, 1500, 192000, 0x5a5acf57
0, 3000, 192000, 0xd07d57e9 0, 3000, 192000, 0xbd055cf1
0, 4500, 192000, 0x3cb1dff5 0, 4500, 192000, 0x28b1eefc
1, 5994, 1480, 0x20a92bd4 1, 5994, 1480, 0x20a92bd4
0, 6000, 192000, 0xd1aaa8fb 0, 6000, 192000, 0x0636bacd
0, 7500, 192000, 0x75f526cd 0, 7500, 192000, 0xbfd33cbd
0, 9000, 192000, 0x0f673577 0, 9000, 192000, 0x0bd150ef
0, 10500, 192000, 0x897b6781 0, 10500, 192000, 0x780d891e
1, 11988, 1850, 0xa9e48a74 1, 11988, 1850, 0xa9e48a74
0, 12000, 192000, 0x81e6b7f7 0, 12000, 192000, 0xacf5e205
0, 13500, 192000, 0x1f45ce61 0, 13500, 192000, 0x37c900dc
0, 15000, 192000, 0x5a0772a6 0, 15000, 192000, 0x4ee6add7
0, 16500, 192000, 0xf78732b3 0, 16500, 192000, 0x1844783a
0, 18000, 192000, 0x8427f9e5 0, 18000, 192000, 0x7bf84848
1, 19481, 1480, 0x23ecd018 1, 19481, 1480, 0x23ecd018
0, 19500, 192000, 0x40473f11 0, 19500, 192000, 0x1ec296bc
0, 21000, 192000, 0x173ceebe 0, 21000, 192000, 0xbaeb5292
0, 22500, 192000, 0x136b9516 0, 22500, 192000, 0xcb18038d
0, 24000, 192000, 0x138d11ae 0, 24000, 192000, 0xb3cc8b65
1, 25475, 1480, 0x206bb915 1, 25475, 1480, 0x206bb915
0, 25500, 192000, 0x063dbff3 0, 25500, 192000, 0x6f164685
0, 27000, 192000, 0x5280852f 0, 27000, 192000, 0x304917c9
0, 28500, 192000, 0x99943a8f 0, 28500, 192000, 0x8269daa1
0, 30000, 192000, 0x0330a728 0, 30000, 192000, 0x04d3500d
1, 31469, 1850, 0xb0e10e75 1, 31469, 1850, 0xb0e10e75
0, 31500, 192000, 0x5d35467d 0, 31500, 192000, 0x9788f7a5
0, 33000, 192000, 0xfd436343 0, 33000, 192000, 0x05351c98
0, 34500, 192000, 0xc323fcfe 0, 34500, 192000, 0xcc8bba97
0, 36000, 192000, 0x2a1530a0 0, 36000, 192000, 0x76caf27b
0, 37500, 192000, 0xbd43bb60 0, 37500, 192000, 0x28648040
1, 38961, 1480, 0x8d9baedd 1, 38961, 1480, 0x8d9baedd
0, 39000, 192000, 0xa47f5eab 0, 39000, 192000, 0x99ea251f
0, 40500, 192000, 0xff17f5f7 0, 40500, 192000, 0x20e7bf4d
0, 42000, 192000, 0xb4140b55 0, 42000, 192000, 0x046ed625
0, 43500, 192000, 0xb8782cc4 0, 43500, 192000, 0x1613fb12
1, 44955, 1480, 0xb802aae1 1, 44955, 1480, 0xb802aae1
0, 45000, 192000, 0x92975b8b 0, 45000, 192000, 0xd8b52d16
0, 46500, 192000, 0xf42a64d6 0, 46500, 192000, 0x31443aa9
0, 48000, 192000, 0x2cc7077d 0, 48000, 192000, 0xd426de3d
0, 49500, 192000, 0x00080cc8 0, 49500, 192000, 0xb2bce77b
1, 50950, 1480, 0xecd7b5cc 1, 50950, 1480, 0xecd7b5cc
0, 51000, 192000, 0x584b48f3 0, 51000, 192000, 0x25a52805
0, 52500, 192000, 0xd68f57da 0, 52500, 192000, 0x04f03a87
0, 54000, 192000, 0x60158422 0, 54000, 192000, 0x41d56889
0, 55500, 192000, 0xd7fb89e6 0, 55500, 192000, 0x3d4d6de9
1, 56944, 1850, 0x16861355 1, 56944, 1850, 0x16861355
0, 57000, 192000, 0x97f1c76a 0, 57000, 192000, 0xa7a2abfe
0, 58500, 192000, 0x46c4bb9e 0, 58500, 192000, 0x663e9fca
0, 60000, 192000, 0xd32f9b66 0, 60000, 192000, 0x29a67f86
0, 61500, 192000, 0x74f43886 0, 61500, 192000, 0x51531bb0
0, 63000, 192000, 0x3c4e47df 0, 63000, 192000, 0xd993277e
1, 64436, 1480, 0xa51690bd 1, 64436, 1480, 0xa51690bd
0, 64500, 192000, 0xb5ac0a58 0, 64500, 192000, 0x4873e583
0, 66000, 192000, 0xcc572b31 0, 66000, 192000, 0x06df053b
0, 67500, 192000, 0xb1739d26 0, 67500, 192000, 0x044f7698
0, 69000, 192000, 0x73da5473 0, 69000, 192000, 0xc2302a45
1, 70430, 1480, 0xdd0b90d1 1, 70430, 1480, 0xdd0b90d1
0, 70500, 192000, 0x5f79f5bc 0, 70500, 192000, 0xbdfec8ee
0, 72000, 192000, 0x0affc0a0 0, 72000, 192000, 0x3b739286
0, 73500, 192000, 0x2b4d5c1c 0, 73500, 192000, 0x3ca82cd6
0, 75000, 192000, 0x309b41bc 0, 75000, 192000, 0x25af10f2
1, 76424, 1850, 0x3ce6e333 1, 76424, 1850, 0x3ce6e333
0, 76500, 192000, 0xd42b6424 0, 76500, 192000, 0x09ce32bf
0, 78000, 192000, 0x4795c948 0, 78000, 192000, 0xdab399c2
0, 79500, 192000, 0xbc1a3a8b 0, 79500, 192000, 0x77400d93
0, 81000, 192000, 0x16529c5b 0, 81000, 192000, 0x5e8e6fe7
0, 82500, 192000, 0x6b1b31ba 0, 82500, 192000, 0x277506c9
1, 83917, 1480, 0xf8ce8ea3 1, 83917, 1480, 0xf8ce8ea3
0, 84000, 192000, 0x569182ce 0, 84000, 192000, 0xe91b59ac
0, 85500, 192000, 0xe6ea9866 0, 85500, 192000, 0xc2aa6e19
0, 87000, 192000, 0x102c6076 0, 87000, 192000, 0x12c63645
0, 88500, 192000, 0xb29f527a 0, 88500, 192000, 0xa39f27d6
1, 89911, 1480, 0xda4597af 1, 89911, 1480, 0xda4597af
0, 90000, 192000, 0x040b4eee 0, 90000, 192000, 0x20c32512
0, 91500, 192000, 0x92574f4a 0, 91500, 192000, 0x385a26a0
0, 93000, 192000, 0x1e8acdce 0, 93000, 192000, 0x2566a70c
0, 94500, 192000, 0x1becf516 0, 94500, 192000, 0x7105cfb9
1, 95905, 1480, 0x918f7cb3 1, 95905, 1480, 0x918f7cb3
0, 96000, 192000, 0xb62e9776 0, 96000, 192000, 0x725671a2
0, 97500, 192000, 0xed37a08e 0, 97500, 192000, 0x3ff2782a
0, 99000, 192000, 0xc0719912 0, 99000, 192000, 0xdc0571c3
0, 100500, 192000, 0x24cf7a7e 0, 100500, 192000, 0x4a6a5405
1, 101899, 1850, 0xca6edb15 1, 101899, 1850, 0xca6edb15
0, 102000, 192000, 0x0307f62f 0, 102000, 192000, 0x3ec3cce1
0, 103500, 192000, 0x79b7417b 0, 103500, 192000, 0x159313a8
1, 109392, 1480, 0xba279597 1, 109392, 1480, 0xba279597
1, 115386, 1480, 0xc5a38a9e 1, 115386, 1480, 0xc5a38a9e
1, 121380, 1850, 0x8147eef5 1, 121380, 1850, 0x8147eef5