[MPlayer-cvslog] r37885 - trunk/etc/codecs.conf
compn
subversion at mplayerhq.hu
Wed Aug 17 18:35:12 EEST 2016
Author: compn
Date: Wed Aug 17 18:35:11 2016
New Revision: 37885
Log:
codecs.conf add ffsheer video and ffylc, fix g264
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Mon Aug 8 12:22:50 2016 (r37884)
+++ trunk/etc/codecs.conf Wed Aug 17 18:35:11 2016 (r37885)
@@ -209,7 +209,7 @@ videocodec geoh264
fourcc G264
driver vfw
dll "GX264.dll"
- out RGB24,RGB32,BGR32,BGR24 flip
+ out RGB24,RGB32,BGR32,BGR24
videocodec imm4
info "infinity cctv codec"
@@ -394,6 +394,19 @@ videocodec blackmagic
dll "BMDCodecLib.dll"
out BGR32,RGB32
+videocodec ffsheer
+ info "ffmpeg sheervideo"
+ status working
+ fourcc Shr0,Shr1,Shr2
+ fourcc Shr3,Shr4,Shr5
+ fourcc Shr6,Shr7
+ driver ffmpeg
+ dll "sheervideo"
+ out 444P,422P,444A
+ out 422A,RGBA,ARGB
+ out BGR24,BGR16,YUY2
+ out 422P10,444P10
+
videocodec qtsheer
info "QuickTime sheervideo"
status buggy
@@ -1003,6 +1016,14 @@ videocodec ylc
dll "ylc.vcm"
out BGR24 flip
+videocodec ffylc
+ info "YUY2 lossless codec"
+ status working
+ fourcc YLC0
+ driver ffmpeg
+ dll "ylc"
+ out YV12
+
videocodec smartsight
info "Verint Video Manager"
status working
More information about the MPlayer-cvslog
mailing list