Commit 8d9ba243 authored by Anuradha Suraparaju's avatar Anuradha Suraparaju Committed by Jean-Baptiste Kempf

Add Dirac encoding support using the Schroedinger library

Modified-by and Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
parent 9862639c
......@@ -62,6 +62,8 @@ Codecs:
* Support for 9bits and 10bits H.264/AVC decoding
* Support for Lagarith Lossless video codec
* Support for 20-bits PCM and DAT-12 (digital magnetic tapes) from RTP
* New module for Dirac encoding, using the faster libschroedinger
The Schroedinger module should be prefered to the Dirac one
Demuxers:
* New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
......
......@@ -2879,7 +2879,7 @@ PKG_ENABLE_MODULES_VLC([DIRAC], [], [dirac >= 0.10.0], [dirac encoder], [auto])
dnl
dnl schroedinger decoder plugin (for dirac format video)
dnl
PKG_ENABLE_MODULES_VLC([SCHROEDINGER], [], [schroedinger-1.0 >= 1.0.6], [dirac decoder using schroedinger], [auto])
PKG_ENABLE_MODULES_VLC([SCHROEDINGER], [], [schroedinger-1.0 >= 1.0.10], [dirac decoder and encoder using schroedinger], [auto])
dnl
dnl PNG decoder module
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment