Deleted Added
full compact
animation (68349) animation (74784)
1
2#------------------------------------------------------------------------------
3# animation: file(1) magic for animation/movie formats
4#
5# animation formats
6# MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
7# FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)
8

--- 126 unchanged lines hidden (view full) ---

135# Based on empirical evidence, DL version 3 have several nulls following the
136# \003. Most of them start with non-null values at hex offset 0x34 or so.
137#0 string \3\0\0\0\0\0\0\0\0\0\0\0 DL version 3
138
139# SGI and Apple formats
1400 string MOVI Silicon Graphics movie file
1414 string moov Apple QuickTime movie file (moov)
1424 string mdat Apple QuickTime movie file (mdat)
1
2#------------------------------------------------------------------------------
3# animation: file(1) magic for animation/movie formats
4#
5# animation formats
6# MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
7# FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)
8

--- 126 unchanged lines hidden (view full) ---

135# Based on empirical evidence, DL version 3 have several nulls following the
136# \003. Most of them start with non-null values at hex offset 0x34 or so.
137#0 string \3\0\0\0\0\0\0\0\0\0\0\0 DL version 3
138
139# SGI and Apple formats
1400 string MOVI Silicon Graphics movie file
1414 string moov Apple QuickTime movie file (moov)
1424 string mdat Apple QuickTime movie file (mdat)
143
144# iso 13818 transport stream
145#
146# from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001 (ISO 13818.1)
147# (the following is a little bit restrictive and works fine for a stream
148# that starts with PAT properly. it won't work for stream data, that is
149# cut from an input device data right in the middle, but this shouldn't
150# disturb)
151# syncbyte 8 bit 0x47
152# error_ind 1 bit -
153# payload_start 1 bit 1
154# priority 1 bit -
155# PID 13 bit 0x0000
156# scrambling 2 bit -
157# adaptfld_ctrl 2 bit 1 or 3
158# conti_count 4 bit 0
1590 belong&0xFF5FFF1F 0x47400010 MPEG transport stream data
160>188 byte !0x47 CORRUPTED
161
162# ATARI ST relocatable PRG
163#
164# from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001
165# (according to Roland Waldi, Oct 21, 1987)
166# besides the magic 0x601a, the text segment size is checked to be
167# not larger than 1 MB (which is a lot on ST).
1680 belong&0xFFFFFFF0 0x601A0000 Atari ST M68K executable
169>2 belong x (txt=%ld,
170>6 belong x dat=%ld,
171>10 belong x bss=%ld,
172>14 belong x sym=%ld)