Commit b993decd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add numerous FourCC fixing avi samples...

parent c3d8ac7f
...@@ -70,6 +70,8 @@ static const staticentry_t p_list_video[] = { ...@@ -70,6 +70,8 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_MP1V, "MPEG-1 Video"), B(VLC_CODEC_MP1V, "MPEG-1 Video"),
A("mp1v"), A("mp1v"),
A("mpg1"), A("mpg1"),
A("BW10"),
E("XMPG", "Xing MPEG-1 Intra"),
B(VLC_CODEC_MPGV, "MPEG-1/2 Video"), B(VLC_CODEC_MPGV, "MPEG-1/2 Video"),
B(VLC_CODEC_MP2V, "MPEG-2 Video"), B(VLC_CODEC_MP2V, "MPEG-2 Video"),
...@@ -168,6 +170,7 @@ static const staticentry_t p_list_video[] = { ...@@ -168,6 +170,7 @@ static const staticentry_t p_list_video[] = {
A("EPHV"), A("EPHV"),
A("DM4V"), A("DM4V"),
A("SM4V"), A("SM4V"),
A("DYM4"),
/* XVID flavours */ /* XVID flavours */
E("xvid", "Xvid MPEG-4 Video"), E("xvid", "Xvid MPEG-4 Video"),
E("XVID", "Xvid MPEG-4 Video"), E("XVID", "Xvid MPEG-4 Video"),
...@@ -298,6 +301,10 @@ static const staticentry_t p_list_video[] = { ...@@ -298,6 +301,10 @@ static const staticentry_t p_list_video[] = {
E("DAVC", "Dicas MPEGable H.264/MPEG-4 AVC"), E("DAVC", "Dicas MPEGable H.264/MPEG-4 AVC"),
E("davc", "Dicas MPEGable H.264/MPEG-4 AVC"), E("davc", "Dicas MPEGable H.264/MPEG-4 AVC"),
E("x3eV", "DreX H.264"), E("x3eV", "DreX H.264"),
E("GAVC", "GeoVision MPEG-4 AVC"),
E("Q264", "QNAP H.264/MPEG-4 AVC"),
A("UMSV"),
A("SMV2"),
/* H263 and H263i */ /* H263 and H263i */
/* H263(+) is also known as Real Video 1.0 */ /* H263(+) is also known as Real Video 1.0 */
...@@ -346,6 +353,7 @@ static const staticentry_t p_list_video[] = { ...@@ -346,6 +353,7 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_FLIC, "Flic Video"), B(VLC_CODEC_FLIC, "Flic Video"),
A("FLIC"), A("FLIC"),
A("AFLC"),
/* MJPEG */ /* MJPEG */
B(VLC_CODEC_MJPG, "Motion JPEG Video"), B(VLC_CODEC_MJPG, "Motion JPEG Video"),
...@@ -418,6 +426,8 @@ static const staticentry_t p_list_video[] = { ...@@ -418,6 +426,8 @@ static const staticentry_t p_list_video[] = {
A("PDVC"), A("PDVC"),
A("IPDV"), A("IPDV"),
A("ipdv"), A("ipdv"),
A("pdvc"),
A("SL25"),
E("dvcp", "DV Video PAL"), E("dvcp", "DV Video PAL"),
E("dvc ", "DV Video NTSC" ), E("dvc ", "DV Video NTSC" ),
E("dvp ", "DV Video Pro"), E("dvp ", "DV Video Pro"),
...@@ -447,6 +457,7 @@ static const staticentry_t p_list_video[] = { ...@@ -447,6 +457,7 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_WMV2, "Windows Media Video 8"), B(VLC_CODEC_WMV2, "Windows Media Video 8"),
A("WMV2"), A("WMV2"),
A("wmv2"), A("wmv2"),
A("GXVE"),
B(VLC_CODEC_WMV3, "Windows Media Video 9"), B(VLC_CODEC_WMV3, "Windows Media Video 9"),
A("WMV3"), A("WMV3"),
...@@ -651,9 +662,11 @@ static const staticentry_t p_list_video[] = { ...@@ -651,9 +662,11 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_WNV1, "Winnov WNV1 Video"), B(VLC_CODEC_WNV1, "Winnov WNV1 Video"),
A("WNV1"), A("WNV1"),
A("YUV8"),
B(VLC_CODEC_AASC, "Autodesc RLE Video"), B(VLC_CODEC_AASC, "Autodesc RLE Video"),
A("AASC"), A("AASC"),
E("AAS4", "Autodesc RLE Video 24bit"),
B(VLC_CODEC_INDEO2, "Indeo Video v2"), B(VLC_CODEC_INDEO2, "Indeo Video v2"),
A("IV20"), A("IV20"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment