Opened 12 years ago
Closed 12 years ago
#2225 closed defect (fixed)
negate filter is broken on big-endian
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avfilter |
Version: | git-master | Keywords: | negate lut |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
works ok with "-vf hflip,negate"
http://samples.ffmpeg.org/image-samples/iff-rgbx/1.rgb8
ffplay -vf negate,hflip 1.rgb8 ffplay version 1.1.git-05340be Copyright (c) 2003-2013 the FFmpeg developers built on Jan 22 2013 04:21:12 with gcc 4.5.0 (GCC) libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [iff @ 0x117131e0] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from '1.rgb8': Duration: N/A, bitrate: N/A Stream #0:0: Video: iff_ilbm (RGB8 / 0x38424752), argb, 1024x768, SAR 22:22 DAR 4:3, 90k tbr, 90k tbn, 90k tbc Frame changed from size:0x0 to size:1024x768aq= 0KB vq= 0KB sq= 0B f=0/0 0.63 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 = 0B f=0/0
Change History (4)
comment:1 by , 12 years ago
Component: | undetermined → avfilter |
---|---|
Keywords: | negate lut added |
Reproduced by developer: | set |
Status: | new → open |
Summary: | iff rgb8: negate does not work correctly with hflip on big-endian → negate filter is broken on big-endian |
Version: | unspecified → git-master |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
This actually happens for any input video?
If yes than also lutrgb or lutyuv filter is broken?
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
out.mov is broken