mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11422 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dd8934e90d
commit
bdf58932d4
@ -131,6 +131,14 @@ videocodec qtrle
|
||||
driver qtrle
|
||||
out BGR32,BGR24,BGR15 query
|
||||
|
||||
videocodec ffrpza
|
||||
info "Quicktime Apple Video"
|
||||
status working
|
||||
fourcc rpza,azpr
|
||||
driver ffmpeg
|
||||
dll "rpza"
|
||||
out BGR15
|
||||
|
||||
videocodec qtrpza
|
||||
info "Quicktime Apple Video"
|
||||
status working
|
||||
@ -145,6 +153,14 @@ videocodec qtsmc
|
||||
driver qtsmc
|
||||
out BGR32,BGR24
|
||||
|
||||
videocodec ff8bps
|
||||
info "Planar RGB (Photoshop)"
|
||||
status working
|
||||
fourcc 8BPS
|
||||
driver ffmpeg
|
||||
dll "8bps"
|
||||
out BGR32,BGR24,BGR8 query
|
||||
|
||||
videocodec qt8bps
|
||||
info "Planar RGB (Photoshop)"
|
||||
status working
|
||||
@ -161,6 +177,15 @@ videocodec cyuv
|
||||
out YUY2,UYVY
|
||||
out 422P
|
||||
|
||||
videocodec ffmsrle
|
||||
info "Microsoft RLE"
|
||||
status working
|
||||
format 0x1
|
||||
format 0x2
|
||||
driver ffmpeg
|
||||
dll "msrle"
|
||||
out BGR8
|
||||
|
||||
videocodec msrle
|
||||
info "Microsoft RLE"
|
||||
status working
|
||||
@ -234,6 +259,16 @@ videocodec huffyuv
|
||||
|
||||
;NATIVE:
|
||||
|
||||
videocodec ffvideo1
|
||||
info "Microsoft Video 1 (native codec)"
|
||||
status working
|
||||
fourcc cram,CRAM
|
||||
fourcc msvc,MSVC
|
||||
fourcc wham,WHAM
|
||||
driver ffmpeg
|
||||
dll "msvideo1"
|
||||
out BGR15,BGR8 query
|
||||
|
||||
videocodec video1
|
||||
info "Microsoft Video 1 (native codec)"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user