Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
53f68ae3
Commit
53f68ae3
authored
Oct 23, 2006
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Added video/mpeg mime filter.
parent
3515dbc3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
misc.c
dlls/urlmon/tests/misc.c
+12
-1
urlmon_main.c
dlls/urlmon/urlmon_main.c
+9
-0
No files found.
dlls/urlmon/tests/misc.c
View file @
53f68ae3
...
@@ -337,6 +337,7 @@ static const WCHAR mimeImageBmp[] = {'i','m','a','g','e','/','b','m','p',0};
...
@@ -337,6 +337,7 @@ static const WCHAR mimeImageBmp[] = {'i','m','a','g','e','/','b','m','p',0};
static
const
WCHAR
mimeImageXPng
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
'x'
,
'-'
,
'p'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
mimeImageXPng
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
'x'
,
'-'
,
'p'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
mimeImageTiff
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
't'
,
'i'
,
'f'
,
'f'
,
0
};
static
const
WCHAR
mimeImageTiff
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
't'
,
'i'
,
'f'
,
'f'
,
0
};
static
const
WCHAR
mimeVideoAvi
[]
=
{
'v'
,
'i'
,
'd'
,
'e'
,
'o'
,
'/'
,
'a'
,
'v'
,
'i'
,
0
};
static
const
WCHAR
mimeVideoAvi
[]
=
{
'v'
,
'i'
,
'd'
,
'e'
,
'o'
,
'/'
,
'a'
,
'v'
,
'i'
,
0
};
static
const
WCHAR
mimeVideoMpeg
[]
=
{
'v'
,
'i'
,
'd'
,
'e'
,
'o'
,
'/'
,
'm'
,
'p'
,
'e'
,
'g'
,
0
};
static
const
struct
{
static
const
struct
{
LPCWSTR
url
;
LPCWSTR
url
;
...
@@ -400,6 +401,11 @@ static BYTE data46[] = {'R','I','F','F',0xff,0xff,0xff,0xff,'A','V','I',0x20};
...
@@ -400,6 +401,11 @@ static BYTE data46[] = {'R','I','F','F',0xff,0xff,0xff,0xff,'A','V','I',0x20};
static
BYTE
data47
[]
=
{
'R'
,
'I'
,
'F'
,
'F'
,
0xff
,
0xff
,
0xff
,
0xff
,
'A'
,
'V'
,
'I'
,
0x21
,
0xff
};
static
BYTE
data47
[]
=
{
'R'
,
'I'
,
'F'
,
'F'
,
0xff
,
0xff
,
0xff
,
0xff
,
'A'
,
'V'
,
'I'
,
0x21
,
0xff
};
static
BYTE
data48
[]
=
{
'R'
,
'I'
,
'F'
,
'F'
,
0xff
,
0xff
,
0xff
,
0xff
,
'A'
,
'V'
,
'I'
,
0x20
,
'<'
,
'h'
,
't'
,
'm'
,
'l'
,
'>'
};
static
BYTE
data48
[]
=
{
'R'
,
'I'
,
'F'
,
'F'
,
0xff
,
0xff
,
0xff
,
0xff
,
'A'
,
'V'
,
'I'
,
0x20
,
'<'
,
'h'
,
't'
,
'm'
,
'l'
,
'>'
};
static
BYTE
data49
[]
=
{
'R'
,
'I'
,
'F'
,
'F'
,
0x0f
,
0x0f
,
0xf0
,
0xf0
,
'A'
,
'V'
,
'I'
,
0x20
,
0xf0
,
0x00
};
static
BYTE
data49
[]
=
{
'R'
,
'I'
,
'F'
,
'F'
,
0x0f
,
0x0f
,
0xf0
,
0xf0
,
'A'
,
'V'
,
'I'
,
0x20
,
0xf0
,
0x00
};
static
BYTE
data50
[]
=
{
0x00
,
0x00
,
0x01
,
0xb3
,
0xff
};
static
BYTE
data51
[]
=
{
0x00
,
0x00
,
0x01
,
0xba
,
0xff
};
static
BYTE
data52
[]
=
{
0x00
,
0x00
,
0x01
,
0xb8
,
0xff
};
static
BYTE
data53
[]
=
{
0x00
,
0x00
,
0x01
,
0xba
};
static
BYTE
data54
[]
=
{
0x00
,
0x00
,
0x01
,
0xba
,
'<'
,
'h'
,
't'
,
'm'
,
'l'
,
'>'
};
static
const
struct
{
static
const
struct
{
BYTE
*
data
;
BYTE
*
data
;
...
@@ -454,7 +460,12 @@ static const struct {
...
@@ -454,7 +460,12 @@ static const struct {
{
data46
,
sizeof
(
data46
),
mimeTextPlain
},
{
data46
,
sizeof
(
data46
),
mimeTextPlain
},
{
data47
,
sizeof
(
data47
),
mimeTextPlain
},
{
data47
,
sizeof
(
data47
),
mimeTextPlain
},
{
data48
,
sizeof
(
data48
),
mimeTextHtml
},
{
data48
,
sizeof
(
data48
),
mimeTextHtml
},
{
data49
,
sizeof
(
data49
),
mimeVideoAvi
}
{
data49
,
sizeof
(
data49
),
mimeVideoAvi
},
{
data50
,
sizeof
(
data50
),
mimeVideoMpeg
},
{
data51
,
sizeof
(
data51
),
mimeVideoMpeg
},
{
data52
,
sizeof
(
data52
),
mimeAppOctetStream
},
{
data53
,
sizeof
(
data53
),
mimeAppOctetStream
},
{
data54
,
sizeof
(
data54
),
mimeTextHtml
}
};
};
static
void
test_FindMimeFromData
(
void
)
static
void
test_FindMimeFromData
(
void
)
...
...
dlls/urlmon/urlmon_main.c
View file @
53f68ae3
...
@@ -462,6 +462,13 @@ static BOOL video_avi_filter(const BYTE const *b, DWORD size)
...
@@ -462,6 +462,13 @@ static BOOL video_avi_filter(const BYTE const *b, DWORD size)
&&
b
[
8
]
==
'A'
&&
b
[
9
]
==
'V'
&&
b
[
10
]
==
'I'
&&
b
[
11
]
==
0x20
;
&&
b
[
8
]
==
'A'
&&
b
[
9
]
==
'V'
&&
b
[
10
]
==
'I'
&&
b
[
11
]
==
0x20
;
}
}
static
BOOL
video_mpeg_filter
(
const
BYTE
const
*
b
,
DWORD
size
)
{
return
size
>
4
&&
!
b
[
0
]
&&
!
b
[
1
]
&&
b
[
2
]
==
0x01
&&
(
b
[
3
]
==
0xb3
||
b
[
3
]
==
0xba
);
}
static
BOOL
text_plain_filter
(
const
BYTE
const
*
b
,
DWORD
size
)
static
BOOL
text_plain_filter
(
const
BYTE
const
*
b
,
DWORD
size
)
{
{
const
BYTE
*
ptr
;
const
BYTE
*
ptr
;
...
@@ -521,6 +528,7 @@ HRESULT WINAPI FindMimeFromData(LPBC pBC, LPCWSTR pwzUrl, LPVOID pBuffer,
...
@@ -521,6 +528,7 @@ HRESULT WINAPI FindMimeFromData(LPBC pBC, LPCWSTR pwzUrl, LPVOID pBuffer,
static
const
WCHAR
wszImageXPng
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
'x'
,
'-'
,
'p'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
wszImageXPng
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
'x'
,
'-'
,
'p'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
wszImageBmp
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
'b'
,
'm'
,
'p'
,
0
};
static
const
WCHAR
wszImageBmp
[]
=
{
'i'
,
'm'
,
'a'
,
'g'
,
'e'
,
'/'
,
'b'
,
'm'
,
'p'
,
0
};
static
const
WCHAR
wszVideoAvi
[]
=
{
'v'
,
'i'
,
'd'
,
'e'
,
'o'
,
'/'
,
'a'
,
'v'
,
'i'
,
0
};
static
const
WCHAR
wszVideoAvi
[]
=
{
'v'
,
'i'
,
'd'
,
'e'
,
'o'
,
'/'
,
'a'
,
'v'
,
'i'
,
0
};
static
const
WCHAR
wszVideoMpeg
[]
=
{
'v'
,
'i'
,
'd'
,
'e'
,
'o'
,
'/'
,
'm'
,
'p'
,
'e'
,
'g'
,
0
};
static
const
WCHAR
wszTextPlain
[]
=
{
't'
,
'e'
,
'x'
,
't'
,
'/'
,
'p'
,
'l'
,
'a'
,
'i'
,
'n'
,
'\0'
};
static
const
WCHAR
wszTextPlain
[]
=
{
't'
,
'e'
,
'x'
,
't'
,
'/'
,
'p'
,
'l'
,
'a'
,
'i'
,
'n'
,
'\0'
};
static
const
WCHAR
wszAppOctetStream
[]
=
{
'a'
,
'p'
,
'p'
,
'l'
,
'i'
,
'c'
,
'a'
,
't'
,
'i'
,
'o'
,
'n'
,
'/'
,
static
const
WCHAR
wszAppOctetStream
[]
=
{
'a'
,
'p'
,
'p'
,
'l'
,
'i'
,
'c'
,
'a'
,
't'
,
'i'
,
'o'
,
'n'
,
'/'
,
'o'
,
'c'
,
't'
,
'e'
,
't'
,
'-'
,
's'
,
't'
,
'r'
,
'e'
,
'a'
,
'm'
,
'\0'
};
'o'
,
'c'
,
't'
,
'e'
,
't'
,
'-'
,
's'
,
't'
,
'r'
,
'e'
,
'a'
,
'm'
,
'\0'
};
...
@@ -536,6 +544,7 @@ HRESULT WINAPI FindMimeFromData(LPBC pBC, LPCWSTR pwzUrl, LPVOID pBuffer,
...
@@ -536,6 +544,7 @@ HRESULT WINAPI FindMimeFromData(LPBC pBC, LPCWSTR pwzUrl, LPVOID pBuffer,
{
wszImageXPng
,
image_xpng_filter
},
{
wszImageXPng
,
image_xpng_filter
},
{
wszImageBmp
,
image_bmp_filter
},
{
wszImageBmp
,
image_bmp_filter
},
{
wszVideoAvi
,
video_avi_filter
},
{
wszVideoAvi
,
video_avi_filter
},
{
wszVideoMpeg
,
video_mpeg_filter
},
{
wszTextPlain
,
text_plain_filter
},
{
wszTextPlain
,
text_plain_filter
},
{
wszAppOctetStream
,
application_octet_stream_filter
}
{
wszAppOctetStream
,
application_octet_stream_filter
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment