[MPlayer-cvslog] r37371 - trunk/etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Tue Feb 10 14:46:11 CET 2015


Author: cehoyos
Date: Tue Feb 10 14:46:10 2015
New Revision: 37371

Log:
Support Radvision H.264 with codec_tag rv64.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Feb  5 22:50:44 2015	(r37370)
+++ trunk/etc/codecs.conf	Tue Feb 10 14:46:10 2015	(r37371)
@@ -1414,6 +1414,7 @@ videocodec ffh264
   fourcc x3eV
   fourcc Q264,V264
   fourcc GAVC,UMSV
+  fourcc rv64 ; Radvision
   format 0x10000005
   driver ffmpeg
   dll h264
@@ -1436,6 +1437,7 @@ videocodec ffh264vdpau
   fourcc x3eV
   fourcc Q264,V264
   fourcc GAVC,UMSV
+  fourcc rv64 ; Radvision
   format 0x10000005
   driver ffmpeg
   dll h264
@@ -1455,6 +1457,7 @@ videocodec ffh264vdpauold
   fourcc x3eV
   fourcc Q264,V264
   fourcc GAVC,UMSV
+  fourcc rv64 ; Radvision
   format 0x10000005
   driver ffmpeg
   dll h264_vdpau
@@ -1473,6 +1476,7 @@ videocodec ffh264crystalhd
   fourcc ai5p,ai5q,ai52,ai53
   fourcc ai55,ai56
   fourcc x3eV
+  fourcc rv64 ; Radvision
   format 0x10000005
   driver ffmpeg
   dll h264_crystalhd
@@ -1492,6 +1496,7 @@ videocodec ffh264vda
   fourcc ai55,ai56
   fourcc x3eV
   fourcc Q264
+  fourcc rv64 ; Radvision
   format 0x10000005
   driver ffmpeg
   dll h264_vda
@@ -1512,6 +1517,7 @@ videocodec coreavcwindows
   fourcc ai5p,ai5q,ai52,ai53
   fourcc ai55,ai56
   fourcc x3eV
+  fourcc rv64 ; Radvision
   format 0x10000005
   driver dshow
   dll "CoreAVCDecoder.ax"


More information about the MPlayer-cvslog mailing list