mirror of
https://github.com/mpv-player/mpv
synced 2025-02-25 17:58:27 +00:00
native CVID codec added, order of native and vfw codecs changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3645 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f7eadf849c
commit
5281a32192
@ -259,6 +259,38 @@ videocodec mpegpes
|
|||||||
dll "libmpeg2"
|
dll "libmpeg2"
|
||||||
out MPES
|
out MPES
|
||||||
|
|
||||||
|
; ============== MPLAYER OPENSOURCE CODECS =========
|
||||||
|
|
||||||
|
videocodec cvid
|
||||||
|
info "Cinepak Video (native codec)"
|
||||||
|
status working
|
||||||
|
fourcc cvid,CVID
|
||||||
|
driver cinepak
|
||||||
|
out BGR32,BGR24
|
||||||
|
|
||||||
|
videocodec msrle
|
||||||
|
info "M$ RLE8"
|
||||||
|
status working
|
||||||
|
format 0x1
|
||||||
|
driver rle
|
||||||
|
dll "xa_rle8"
|
||||||
|
out BGR32,BGR24,BGR16,BGR15
|
||||||
|
|
||||||
|
videocodec fli
|
||||||
|
info "Autodesk FLI/FLC Animation"
|
||||||
|
status working
|
||||||
|
fourcc FLIC
|
||||||
|
driver fli
|
||||||
|
out BGR24
|
||||||
|
|
||||||
|
videocodec video1
|
||||||
|
info "Microsoft Video 1"
|
||||||
|
status working
|
||||||
|
fourcc cram,CRAM
|
||||||
|
fourcc msvc,MSVC
|
||||||
|
fourcc wham,WHAM
|
||||||
|
driver msvidc
|
||||||
|
out BGR32,BGR24
|
||||||
|
|
||||||
; =============== WINDOWS DLL's ==============
|
; =============== WINDOWS DLL's ==============
|
||||||
|
|
||||||
@ -316,7 +348,7 @@ videocodec indeo3
|
|||||||
out BGR24,BGR15 flip
|
out BGR24,BGR15 flip
|
||||||
cpuflags mmx
|
cpuflags mmx
|
||||||
|
|
||||||
videocodec cvid
|
videocodec cvidvfw
|
||||||
info "Cinepak Video"
|
info "Cinepak Video"
|
||||||
status working
|
status working
|
||||||
fourcc cvid
|
fourcc cvid
|
||||||
@ -595,32 +627,7 @@ videocodec cyuvxa
|
|||||||
dll "vid_cyuv.xa"
|
dll "vid_cyuv.xa"
|
||||||
out YV12,IYUV,I420
|
out YV12,IYUV,I420
|
||||||
|
|
||||||
|
; ============== RAW (uncompressed) and NULL CODECS =========
|
||||||
; ============== MPLAYER OPENSOURCE CODECS =========
|
|
||||||
|
|
||||||
videocodec msrle
|
|
||||||
info "M$ RLE8"
|
|
||||||
status working
|
|
||||||
format 0x1
|
|
||||||
driver rle
|
|
||||||
dll "xa_rle8"
|
|
||||||
out BGR32,BGR24,BGR16,BGR15
|
|
||||||
|
|
||||||
videocodec fli
|
|
||||||
info "Autodesk FLI/FLC Animation"
|
|
||||||
status buggy
|
|
||||||
fourcc FLIC
|
|
||||||
driver fli
|
|
||||||
out BGR24
|
|
||||||
|
|
||||||
videocodec video1
|
|
||||||
info "Microsoft Video 1"
|
|
||||||
status working
|
|
||||||
fourcc cram,CRAM
|
|
||||||
fourcc msvc,MSVC
|
|
||||||
fourcc wham,WHAM
|
|
||||||
driver msvidc
|
|
||||||
out BGR32,BGR24
|
|
||||||
|
|
||||||
; these raw codecs are used mostly by tv input
|
; these raw codecs are used mostly by tv input
|
||||||
videocodec rawyv12
|
videocodec rawyv12
|
||||||
|
Loading…
Reference in New Issue
Block a user