[FFmpeg-trac] #3739(avutil:closed): support bitand functions > 8 bit

FFmpeg trac at avcodec.org
Wed Jun 25 18:42:32 CEST 2014


#3739: support bitand functions > 8 bit
-------------------------------------+-------------------------------------
             Reporter:  dericed      |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  avutil
              Version:  git-master   |               Resolution:
             Keywords:  bitand       |  worksforme
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Replying to [comment:5 dericed]:
 > geq as well only outputs 8 bit.

 That wouldn't be a problem: At least in theory, a filter could exist that
 takes your 10 bit input, applies some calculations (in 10 bit and also
 with bitand) but outputs only 8 bit.
 The problem is that both lut and geq only accept 8 bit input, so a scale
 filter is always inserted before these filters if the input file is 10 bit
 (or more).

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3739#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list