[FFmpeg-trac] #893(avcodec:open): jpegls: support color transforms

FFmpeg trac at avcodec.org
Thu Feb 2 01:27:24 CET 2012


#893: jpegls: support color transforms
------------------------------------+-----------------------------------
             Reporter:  ami_stuff   |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:  jpegls      |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by ami_stuff):

 this may be useful:

 http://charls.codeplex.com/releases/view/55406

 {{{
 enum JPEGLS_ColorXForm
 {
         // default (RGB)
         COLORXFORM_NONE = 0,

         // Color transforms as defined by HP
         COLORXFORM_HP1,
         COLORXFORM_HP2,
         COLORXFORM_HP3,

         // Defined by HP but not supported by CharLS
         COLORXFORM_RGB_AS_YUV_LOSSY,
         COLORXFORM_MATRIX
 };
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/893#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list