[vlc-commits] Add numerous FourCC fixing avi samples...
Jean-Baptiste Kempf
git at videolan.org
Sun Apr 6 18:51:43 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 6 18:51:23 2014 +0200| [b993decd0c85652a194dd92712b01854216aa0ff] | committer: Jean-Baptiste Kempf
Add numerous FourCC fixing avi samples...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b993decd0c85652a194dd92712b01854216aa0ff
---
src/misc/fourcc.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 16c6c00..b47305e 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -70,6 +70,8 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_MP1V, "MPEG-1 Video"),
A("mp1v"),
A("mpg1"),
+ A("BW10"),
+ E("XMPG", "Xing MPEG-1 Intra"),
B(VLC_CODEC_MPGV, "MPEG-1/2 Video"),
B(VLC_CODEC_MP2V, "MPEG-2 Video"),
@@ -168,6 +170,7 @@ static const staticentry_t p_list_video[] = {
A("EPHV"),
A("DM4V"),
A("SM4V"),
+ A("DYM4"),
/* XVID flavours */
E("xvid", "Xvid MPEG-4 Video"),
E("XVID", "Xvid MPEG-4 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("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(+) is also known as Real Video 1.0 */
@@ -346,6 +353,7 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_FLIC, "Flic Video"),
A("FLIC"),
+ A("AFLC"),
/* MJPEG */
B(VLC_CODEC_MJPG, "Motion JPEG Video"),
@@ -418,6 +426,8 @@ static const staticentry_t p_list_video[] = {
A("PDVC"),
A("IPDV"),
A("ipdv"),
+ A("pdvc"),
+ A("SL25"),
E("dvcp", "DV Video PAL"),
E("dvc ", "DV Video NTSC" ),
E("dvp ", "DV Video Pro"),
@@ -447,6 +457,7 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_WMV2, "Windows Media Video 8"),
A("WMV2"),
A("wmv2"),
+ A("GXVE"),
B(VLC_CODEC_WMV3, "Windows Media Video 9"),
A("WMV3"),
@@ -651,9 +662,11 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_WNV1, "Winnov WNV1 Video"),
A("WNV1"),
+ A("YUV8"),
B(VLC_CODEC_AASC, "Autodesc RLE Video"),
A("AASC"),
+ E("AAS4", "Autodesc RLE Video 24bit"),
B(VLC_CODEC_INDEO2, "Indeo Video v2"),
A("IV20"),
More information about the vlc-commits
mailing list