/[amv]/amv.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /amv.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by dpavlin, Fri Jul 20 16:55:33 2007 UTC revision 14 by dpavlin, Sat Jul 21 10:28:39 2007 UTC
# Line 355  sub mkjpg { Line 355  sub mkjpg {
355          # Define huffman table (section B.2.4.1)          # Define huffman table (section B.2.4.1)
356          "\xFF\xC4".     # Marker          "\xFF\xC4".     # Marker
357          "\x00\x1F".     # Length (31 bytes)          "\x00\x1F".     # Length (31 bytes)
358          "\x00".         # DC, table 0          "\x00".         # DC luminance, table 0
359          "\x00\x01\x05\x01\x01\x01\x01\x01\x01\x00\x00\x00".          "\x00\x01\x05\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00".
360          "\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07".          "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0A\x0B".
361          "\x08\x09\x0A\x0B".          # Define huffman table (section B.2.4.1)
362            "\xFF\xC4".     # Marker
363            "\x00\x1F".     # Length (31 bytes)
364            "\x01".         # DC chrominance, table 1
365            "\x00\x03\x01\x01\x01\x01\x01\x01\x01\x01\x01\x00".
366            "\x00\x00\x00\x00".
367            "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0A\x0B".
368          # Define huffman table (section B.2.4.1)          # Define huffman table (section B.2.4.1)
369          "\xFF\xC4".     # Marker          "\xFF\xC4".     # Marker
370          "\x00\xB5".     # Length (181 bytes)          "\x00\xB5".     # Length (181 bytes)
371          "\x10".         # AC, table 0          "\x10".         # AC luminance, table 0
372          "\x00\x02\x01\x03\x03\x02\x04\x03\x05\x05\x04\x04".          "\x00\x02\x01\x03\x03\x02\x04\x03\x05\x05\x04\x04\x00\x00\x01\x7D".
373          "\x00\x00\x01\x7D\x01\x02\x03\x00\x04\x11\x05\x12".          "\x01\x02\x03\x00\x04\x11\x05\x12".
374          "\x21\x31\x41\x06\x13\x51\x61\x07\x22\x71\x14\x32".          "\x21\x31\x41\x06\x13\x51\x61\x07\x22\x71\x14\x32".
375          "\x81\x91\xA1\x08\x23\x42\xB1\xC1\x15\x52\xD1\xF0".          "\x81\x91\xA1\x08\x23\x42\xB1\xC1\x15\x52\xD1\xF0".
376          "\x24\x33\x62\x72\x82\x09\x0A\x16\x17\x18\x19\x1A".          "\x24\x33\x62\x72\x82\x09\x0A\x16\x17\x18\x19\x1A".
# Line 378  sub mkjpg { Line 384  sub mkjpg {
384          "\xC6\xC7\xC8\xC9\xCA\xD2\xD3\xD4\xD5\xD6\xD7\xD8".          "\xC6\xC7\xC8\xC9\xCA\xD2\xD3\xD4\xD5\xD6\xD7\xD8".
385          "\xD9\xDA\xE1\xE2\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEA".          "\xD9\xDA\xE1\xE2\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEA".
386          "\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA".          "\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA".
         # Define huffman table (section B.2.4.1)  
         "\xFF\xC4".     #       /* Marker */  
         "\x00\x1F".     #       /* Length (31 bytes) */  
         "\x01".         #/* DC". table 1 */  
         "\x00\x03\x01\x01\x01\x01\x01\x01\x01\x01\x01\x00".  
         "\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07".  
         "\x08\x09\x0A\x0B".  
387          #/* Define huffman table (section B.2.4.1) */          #/* Define huffman table (section B.2.4.1) */
388          "\xFF\xC4".     #       /* Marker */          "\xFF\xC4".     # Marker
389          "\x00\xB5".     #       /* Length (181 bytes) */          "\x00\xB5".     # Length (181 bytes)
390          "\x11".         #/* AC". table 1 */          "\x11".         # AC chrominance, table 1
391          "\x00\x02\x01\x02\x04\x04\x03\x04\x07\x05\x04\x04".          "\x00\x02\x01\x02\x04\x04\x03\x04\x07\x05\x04\x04".
392          "\x00\x01\x02\x77\x00\x01\x02\x03\x11\x04\x05\x21".          "\x00\x01\x02\x77".
393            "\x00\x01\x02\x03\x11\x04\x05\x21".
394          "\x31\x06\x12\x41\x51\x07\x61\x71\x13\x22\x32\x81".          "\x31\x06\x12\x41\x51\x07\x61\x71\x13\x22\x32\x81".
395          "\x08\x14\x42\x91\xA1\xB1\xC1\x09\x23\x33\x52\xF0".          "\x08\x14\x42\x91\xA1\xB1\xC1\x09\x23\x33\x52\xF0".
396          "\x15\x62\x72\xD1\x0A\x16\x24\x34\xE1\x25\xF1\x17".          "\x15\x62\x72\xD1\x0A\x16\x24\x34\xE1\x25\xF1\x17".

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26