summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-21 13:38:55 +0000
committerkostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-21 13:38:55 +0000
commit88f86bcc4d1863fdbbe0843229e1e97db61f0850 (patch)
treea08eb9bc471a76b81e1a891bde9931862c4dc3ea /etc
parentd819c05ceddeb14c36ad23c6f4053afd3b42f725 (diff)
downloadmpv-88f86bcc4d1863fdbbe0843229e1e97db61f0850.tar.bz2
mpv-88f86bcc4d1863fdbbe0843229e1e97db61f0850.tar.xz
FFmpeg supports Bink, let MPlayer play it as well
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30679 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index af8d946ea0..23d4f50a97 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -9,6 +9,17 @@ release 20090308
; VIDEO CODECS
;=============================================================================
+videocodec ffbinkvideo
+ info "FFmpeg Bink Video"
+ status working
+ fourcc BIKf ; internal MPlayer FourCC
+ fourcc BIKg ; internal MPlayer FourCC
+ fourcc BIKh ; internal MPlayer FourCC
+ fourcc BIKi ; internal MPlayer FourCC
+ driver ffmpeg
+ dll binkvideo
+ out YV12
+
videocodec ffcdgraphics
info "FFmpeg CD-Graphics"
status working
@@ -3756,6 +3767,20 @@ audiocodec ffsmkaud
driver ffmpeg
dll "smackaud"
+audiocodec ffbinkdctaud
+ info "FFmpeg Bink Audio (DCT)"
+ status buggy
+ fourcc BAU1 ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "binkaudio_dct"
+
+audiocodec ffbinkrdftaud
+ info "FFmpeg Bink Audio (RDFT)"
+ status working
+ fourcc BAU2 ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "binkaudio_rdft"
+
audiocodec ffdsicinaudio
info "FFmpeg Delphine CIN audio"
status working