Commits on Source (4)
-
This keeps the C prefix for Chinese for consistency with the existing AVS mapping. Another option would be to drop the C, and rename the rare legacy video game coding also called AVS. The AVI mapping is taken from libavformat's RIFF parser.
d591b868 -
7b01dd3b
-
708a7d13
-
This adds an initial AVS2-P2 video decoder using libdavs2.
170f0352
Showing
- configure.ac 7 additions, 0 deletionsconfigure.ac
- include/vlc_fourcc.h 2 additions, 0 deletionsinclude/vlc_fourcc.h
- modules/codec/Makefile.am 7 additions, 1 deletionmodules/codec/Makefile.am
- modules/codec/avcodec/fourcc.c 6 additions, 0 deletionsmodules/codec/avcodec/fourcc.c
- modules/codec/davs2.c 264 additions, 0 deletionsmodules/codec/davs2.c
- modules/demux/mkv/matroska_segment_parse.cpp 9 additions, 0 deletionsmodules/demux/mkv/matroska_segment_parse.cpp
- po/POTFILES.in 1 addition, 0 deletionspo/POTFILES.in
- src/misc/fourcc_list.h 5 additions, 0 deletionssrc/misc/fourcc_list.h
modules/codec/davs2.c
0 → 100644