[MPlayer-cvslog] CVS: main/etc codecs.conf,1.382,1.383
Roberto Togni CVS
syncmail at mplayerhq.hu
Thu Dec 30 00:23:49 CET 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv18986/etc
Modified Files:
codecs.conf
Log Message:
Support amr_nb and amr_wb via libavcodec
Add fourcc for H.263 used in 3gp files (s263)
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -r1.382 -r1.383
--- codecs.conf 29 Dec 2004 19:51:56 -0000 1.382
+++ codecs.conf 29 Dec 2004 23:23:46 -0000 1.383
@@ -893,6 +893,7 @@
status working
fourcc H263,U263,h263,X263
fourcc viv1 h263
+ fourcc s263
driver ffmpeg
dll h263
out YV12,I420,IYUV
@@ -2327,6 +2328,20 @@
driver ffmpeg
dll "dts"
+audiocodec ffamrnb
+ info "AMR Narrowband"
+ status working
+ fourcc samr
+ driver ffmpeg
+ dll "amr_nb"
+
+audiocodec ffamrwb
+ info "AMR Widewband"
+ status working
+ fourcc sawb
+ driver ffmpeg
+ dll "amr_wb"
+
audiocodec voxware
info "VoxWare"
status working
More information about the MPlayer-cvslog
mailing list