From fa164d8a944a704d925379b5bf09e9d5cacb642e Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 22 Jul 2008 22:58:51 +0000 Subject: Add Dirac video support via libdirac and libschroedinger in libavcodec. patch by Anuradha Suraparaju, anuradha rd.bbc.co uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27339 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 5e3847d243..aa539fbdcf 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -708,6 +708,22 @@ videocodec ffwv1f dll mpeg4 out YV12,I420,IYUV flip +videocodec fflibschroedinger + info "Dirac (through FFmpeg libschroedinger)" + status working + fourcc drac + driver ffmpeg + dll libschroedinger + out I420,IYUV,422P,444P + +videocodec fflibdirac + info "Dirac (through FFmpeg libdirac)" + status working + fourcc drac + driver ffmpeg + dll libdirac + out I420,IYUV,422P,444P + videocodec xvid info "Xvid (MPEG-4)" status working -- cgit v1.2.3