summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-24 12:15:31 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-24 12:15:31 +0000
commitc191e0424b5e45e3dc46340b2e820603530a6ddb (patch)
tree1b1df061f09739ed610d239b856099a18eefd0d4 /etc
parent8fc592968a55c84ff88ee95932a37f8ec4c599d1 (diff)
downloadmpv-c191e0424b5e45e3dc46340b2e820603530a6ddb.tar.bz2
mpv-c191e0424b5e45e3dc46340b2e820603530a6ddb.tar.xz
add support for /game-formats/psx-str/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27133 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 2d149fa2ea..64f8706815 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -9,6 +9,14 @@ release 20070930
; VIDEO CODECS
;=============================================================================
+videocodec ffmdec
+ info "FFmpeg Sony PlayStation MDEC (Motion DECoder)"
+ status working
+ fourcc MDEC ; internal MPlayer FourCC
+ driver ffmpeg
+ dll mdec
+ out YV12
+
videocodec ffsiff
info "FFmpeg Beam Software SIFF decoder"
status working
@@ -2813,6 +2821,13 @@ audiocodec ffadpcmeamaxis
driver ffmpeg
dll adpcm_ea_maxis_xa
+audiocodec ffadpcmxa
+ info "FFmpeg XA ADPCM audio"
+ status working
+ fourcc PSXA ; internal MPlayer FourCC
+ driver ffmpeg
+ dll adpcm_xa
+
audiocodec ffxandpcm
info "FFmpeg XAN DPCM audio"
comment "only works with libavformat demuxer"