Re: [FFmpeg-trac] #10591(avcodec:closed): -err_detect crccheck and explode+crccheck are broken for flac files

2023-09-27 Thread FFmpeg
#10591: -err_detect crccheck and explode+crccheck are broken for flac files
-+-
 Reporter:  Balling  |Owner:  (none)
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:  avcodec
  Version:  git-master   |   Resolution:  wontfix
 Keywords:  flac crc |   Blocked By:
  regression |
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Comment (by Balling):

 How do you trigger line 722 and line 774? Can you at least remove dead
 code and add a warning for underread.
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-trac] #10598(undetermined:new): vaapi_hevc outputs extremely low quality if global quality option set

2023-09-27 Thread FFmpeg
#10598: vaapi_hevc outputs extremely low quality if global quality option set
-+-
 Reporter:  Ace  | Type:  defect
   Status:  new  | Priority:  normal
Component:   |  Version:
  undetermined   |  unspecified
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 If the `-q` option is set at all when encoding with hevc_vaapi, the
 resulting stream output will be very low - regardless of the quality
 factor set. Additionally, when running without the `-q` option, a warning
 is presented:

 `[hevc_vaapi @ 0x555f0574f640] No quality level set; using default (25).`

 however the video quality is substantially higher.

 Command used for capture:
 {{{
 ffmpeg \
 -f x11grab -thread_queue_size 1024 -probesize 64M -framerate 60
 -video_size ${w}x${h} -i $DISPLAY+$x,$y \
 -thread_queue_size 1024 -f pulse -i $audio_source \
 -t 00:01:00 \
 -vaapi_device /dev/dri/renderD128 \
 -vf 'format=nv12,hwupload' \
 -c:v hevc_vaapi -maxrate 120M -q 25 -compression_level 2 \
 -c:a flac \
 ~/test.mp4
 }}}


 FFmpeg version info:
 {{{
 $ ffmpeg -version
 ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
 built with gcc 13 (GCC)
 configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg
 --docdir=/usr/share/doc/ffmpeg --incdir=/usr/include/ffmpeg
 --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2
 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe
 -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3
 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1
 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection
 -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer'
 --extra-ldflags='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now
 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat
 /redhat-annobin-cc1 -Wl,--build-id=sha1 ' --extra-cflags='
 -I/usr/include/rav1e' --enable-libopencore-amrnb --enable-libopencore-
 amrwb --enable-libvo-amrwbenc --enable-version3 --enable-bzlib --enable-
 chromaprint --disable-crystalhd --enable-fontconfig --enable-frei0r
 --enable-gcrypt --enable-gnutls --enable-ladspa --enable-libaom --enable-
 libdav1d --enable-libass --enable-libbluray --enable-libbs2b --enable-
 libcdio --enable-libdrm --enable-libjack --enable-libjxl --enable-
 libfreetype --enable-libfribidi --enable-libgsm --enable-libilbc --enable-
 libmp3lame --enable-libmysofa --enable-nvenc --enable-openal --enable-
 opencl --enable-opengl --enable-libopenh264 --enable-libopenjpeg --enable-
 libopenmpt --enable-libopus --enable-libpulse --enable-libplacebo
 --enable-librsvg --enable-librav1e --enable-librubberband --enable-
 libsmbclient --enable-version3 --enable-libsnappy --enable-libsoxr
 --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1
 --enable-libtesseract --enable-libtheora --enable-libtwolame --enable-
 libvorbis --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-
 version3 --enable-vapoursynth --enable-libvpx --enable-vulkan --enable-
 libshaderc --enable-libwebp --enable-libx264 --enable-libx265 --enable-
 libxvid --enable-libxml2 --enable-libzimg --enable-libzmq --enable-libzvbi
 --enable-lv2 --enable-avfilter --enable-libmodplug --enable-postproc
 --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-
 debug --disable-stripping --shlibdir=/usr/lib64 --enable-lto --enable-
 libvpl --enable-runtime-cpudetect
 libavutil  58.  2.100 / 58.  2.100
 libavcodec 60.  3.100 / 60.  3.100
 libavformat60.  3.100 / 60.  3.100
 libavdevice60.  1.100 / 60.  1.100
 libavfilter 9.  3.100 /  9.  3.100
 libswscale  7.  1.100 /  7.  1.100
 libswresample   4. 10.100 /  4. 10.100
 libpostproc57.  1.100 / 57.  1.100
 }}}

 Running on Fedora Linux 38, and the GPU is an Radeon RX 6900XT
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10595(avcodec:open): photocd file fails to decode

2023-09-27 Thread FFmpeg
#10595: photocd file fails to decode
+---
 Reporter:  ami_stuff   |Owner:  (none)
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  photocd |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
Changes (by Balling):

 * status:  new => open

Comment:

 Yep. Other pcd files work great (except for color management, but
 whatever).
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10592(undetermined:closed): piped input partial file error

2023-09-27 Thread FFmpeg
#10592: piped input partial file error
+
 Reporter:  Mark|Owner:  (none)
 Type:  defect  |   Status:  closed
 Priority:  normal  |Component:  undetermined
  Version:  6.0 |   Resolution:  invalid
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+
Changes (by Elon Musk):

 * status:  new => closed
 * resolution:   => invalid

-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-trac] #10597(ffmpeg:new): No way to recover from a failed download in m3u8 file

2023-09-27 Thread FFmpeg
#10597: No way to recover from a failed download in m3u8 file
-+---
 Reporter:  steinrr  | Type:  enhancement
   Status:  new  | Priority:  normal
Component:  ffmpeg   |  Version:  unspecified
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---
 Summary of the bug:

 I am downloading .ts streams from a m3u8 playlist file to combine in one
 mkv video. Sometimes the first .ts file in playlist is not able to
 download properly, and I am forced to abort (using xerror parameter). I
 then need to manually try again and hope for the best.

 I would like a command line parameter to ffmpeg, so it will retry failed
 downloads from within m3u8 files if any of the files fails.

 There are currently no options to ffmpeg that will do this, and you have
 to retry the whole m3u8 playlist.

 This is typically the output in report when this happens:

 
 Press [q] to stop, [?] for help
 frame=0 fps=0.0 q=-1.0 size=   0kB time=00:00:00.00 bitrate=
 0.0kbits/s speed=N/A
 [https @ 01f107be2700] Stream ends prematurely at 2097152, should be
 4743992
 [https @ 01f107bf3940] Opening
 'https://anood37-httpcache0-47115-cacheod0.dna.ip-
 
only.net/47115-cacheod1/1811037/0/hls/ouha42000702/2117993848-1341166632-180.ts?version_hash=b206a2f1'
 for reading
 [hls @ 01f10779d800] Opening
 'https://anood37-httpcache0-47115-cacheod0.dna.ip-
 
only.net/47115-cacheod1/1811037/0/hls/ouha42000702/2117993848-1341166632-180.ts?version_hash=b206a2f1'
 for reading
 [mpegts @ 01f107be2440] Packet corrupt (stream = 0, dts = 36).
 [hls @ 01f10779d800] Packet corrupt (stream = 0, dts = 358200).
 https://anood37-httpcache0-47115-cacheod0.dna.ip-
 
only.net/47115-cacheod1/1811037/0/hls/ouha42000702/2117993848-1341166632-prog_index.m3u8?version_hash=b206a2f1:
 corrupt input packet in stream 0
 https://anood37-httpcache0-47115-cacheod0.dna.ip-
 
only.net/47115-cacheod1/1811037/0/hls/ouha42000702/2117993848-1341166632-prog_index.m3u8?version_hash=b206a2f1:
 Invalid data found when processing input
 Conversion failed!
 ---

 How to reproduce:

 Run similar command:
 ffmpeg -y -i https://exampleonly.com/myfiles.m3u8 -c copy /tmp/test.mkv

 The m3u8 file typically has such entries:

 #EXTM3U
 #EXT-X-VERSION:3
 #EXT-X-PLAYLIST-TYPE:VOD
 #EXT-X-TARGETDURATION:10
 #EXT-X-MEDIA-SEQUENCE:0
 #EXTINF:10.00,
 104482862-732449232-0.ts?version_hash=c77e8452
 #EXTINF:10.00,
 104482862-732449232-90.ts?version_hash=c77e8452
 #EXTINF:10.00,
 104482862-732449232-180.ts?version_hash=c77e8452
 #EXTINF:10.00,
 104482862-732449232-270.ts?version_hash=c77e8452
 #EXTINF:10.00,
 104482862-732449232-360.ts?version_hash=c77e8452
 #EXTINF:10.00,
 104482862-732449232-450.ts?version_hash=c77e8452
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-trac] #10596(build system:new): configure: vulkan detection not enforcing minimum version

2023-09-27 Thread FFmpeg
#10596: configure: vulkan detection not enforcing minimum version
-+-
 Reporter:  Tristan  | Type:  defect
  Matthews   |
   Status:  new  | Priority:  normal
Component:  build|  Version:  git-
  system |  master
 Keywords:  vulkan   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 On my system, I currently have:
 {{{
 pkg-config --modversion vulkan
 1.3.239
 }}}

 which doesn't meet the minimum requirements in `configure` of 1.3.255
 (i.e. my header version is 239):
 {{{
 if enabled vulkan; then
 check_pkg_config_header_only vulkan "vulkan >= 1.3.255"
 "vulkan/vulkan.h" "defined VK_VERSION_1_3" ||
 check_cpp_condition vulkan "vulkan/vulkan.h"
 "defined(VK_VERSION_1_4) || (defined(VK_VERSION_1_3) && VK_HEADER_VERSION
 >= 255)"
 }}}

 Unsuprisingly, the build fails on:
 {{{
 In file included from ./libavutil/vulkan.h:30,
  from libavfilter/vulkan_spirv.h:22,
  from libavfilter/vulkan_glslang.c:24:
 ./libavutil/vulkan_functions.h:223:5: error: unknown type name
 ‘PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR’
   223 | PFN_vk##name name;
   | ^~
 ./libavutil/vulkan_functions.h:84:5: note: in expansion of macro ‘PFN_DEF’
84 | MACRO(1, 0, FF_VK_EXT_COOP_MATRIX,
 GetPhysicalDeviceCooperativeMatrixPropertiesKHR) \
   | ^
 ./libavutil/vulkan_functions.h:227:5: note: in expansion of macro
 ‘FN_LIST’
   227 | FN_LIST(PFN_DEF)
   | ^~~
 In file included from ./libavutil/vulkan.h:32:
 ./libavutil/vulkan_loader.h: In function ‘ff_vk_extensions_to_mask’:
 ./libavutil/vulkan_loader.h:49:11: error:
 ‘VK_KHR_COOPERATIVE_MATRIX_EXTENSION_NAME’ undeclared (first use in this
 function); did you mean ‘VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME’?
49 | { VK_KHR_COOPERATIVE_MATRIX_EXTENSION_NAME,
 FF_VK_EXT_COOP_MATRIX},
   |   ^~~~
   |   VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME
 ./libavutil/vulkan_loader.h:49:11: note: each undeclared identifier is
 reported only once for each function it appears in
 ./libavutil/vulkan.h: At top level:
 ./libavutil/vulkan.h:239:5: error: unknown type name
 ‘VkPhysicalDeviceCooperativeMatrixPropertiesKHR’
   239 | VkPhysicalDeviceCooperativeMatrixPropertiesKHR
 coop_matrix_props;
   | ^~
 ./libavutil/vulkan.h:245:5: error: unknown type name
 ‘VkCooperativeMatrixPropertiesKHR’
   245 | VkCooperativeMatrixPropertiesKHR *coop_mat_props;
   | ^~~~
 make: *** [ffbuild/common.mak:81: libavfilter/vulkan_glslang.o] Error 1
 }}}

 but this shouldn't have been attempted in the first place.

 Moreover, passing `--disable-vulkan` doesn't avoid this issue either as it
 will still try to build the vulkan hwaccels + filters etc.
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10595(avcodec:new): photocd file fails to decode

2023-09-27 Thread FFmpeg
#10595: photocd file fails to decode
+---
 Reporter:  ami_stuff   |Owner:  (none)
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  photocd |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
Comment (by ami_stuff):

 this tool for example:

 https://sourceforge.net/projects/pcdtojpeg/
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10595(avcodec:new): photocd file fails to decode

2023-09-27 Thread FFmpeg
#10595: photocd file fails to decode
+---
 Reporter:  ami_stuff   |Owner:  (none)
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  photocd |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
Comment (by Elon Musk):

 And what software decodes it?
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10586(avfilter:new): Impossible to retrieve libvmaf result from AVFrame at the output of filter graph

2023-09-27 Thread FFmpeg
#10586: Impossible to retrieve libvmaf result from AVFrame at the output of 
filter
graph
-+-
 Reporter:  ichlubna |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  avfilter
  Version:  git-master   |   Resolution:
 Keywords:  libvmaf  |   Blocked By:
  frame filter libav psnr|
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by ichlubna):

 * component:  undetermined => avfilter

-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10595(avcodec:new): photocd file fails to decode

2023-09-27 Thread FFmpeg
#10595: photocd file fails to decode
+---
 Reporter:  ami_stuff   |Owner:  (none)
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  photocd |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
Changes (by ami_stuff):

 * version:  unspecified => git-master

-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #6198(avcodec:open): qdrw: files fails to decode

2023-09-27 Thread FFmpeg
#6198: qdrw: files fails to decode
-+---
 Reporter:  ami_stuff|Owner:  (none)
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  qdraw|   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+---
Comment (by ami_stuff):

 more failing samples are here:

 https://telparia.com/fileFormatSamples/image/pict/
 http://cd.textfiles.com/fantaziasampler/CLIPART/PCT/
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-trac] #10595(avcodec:new): photocd file fails to decode

2023-09-27 Thread FFmpeg
#10595: photocd file fails to decode
---+---
 Reporter:  ami_stuff  | Type:  defect
   Status:  new| Priority:  normal
Component:  avcodec|  Version:  unspecified
 Keywords:  photocd|   Blocked By:
 Blocking: |  Reproduced by developer:  0
Analyzed by developer:  0  |
---+---
 https://telparia.com/fileFormatSamples/image/pcd/maddog.pcd

 {{{
 ./ffmpeg -i maddog.pcd -y out.jpg
 ffmpeg version N-112164-gcb26b85953 Copyright (c) 2000-2023 the FFmpeg
 developers
   built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
   configuration:
   libavutil  58. 25.100 / 58. 25.100
   libavcodec 60. 27.100 / 60. 27.100
   libavformat60. 13.100 / 60. 13.100
   libavdevice60.  2.101 / 60.  2.101
   libavfilter 9. 11.100 /  9. 11.100
   libswscale  7.  3.100 /  7.  3.100
   libswresample   4. 11.100 /  4. 11.100
 Input #0, image2, from 'maddog.pcd':
   Duration: 00:00:00.04, start: 0.00, bitrate: 867942 kb/s
   Stream #0:0: Video: photocd, yuv420p(pc, bt709/bt709/iec61966-2-1),
 3072x2048, 25 fps, 25 tbr, 25 tbn
 Stream mapping:
   Stream #0:0 -> #0:0 (photocd (native) -> mjpeg (native))
 Press [q] to stop, [?] for help
 [vist#0:0/photocd @ 0x55c65327b900] Decoding error: Invalid data found
 when processing input
 [swscaler @ 0x55c6532b5140] deprecated pixel format used, make sure you
 did set range correctly
 [vost#0:0/mjpeg @ 0x55c653280380] No filtered frames for output stream,
 trying to initialize anyway.
 [vost#0:0/mjpeg @ 0x55c653280380] No information about the input framerate
 is available. Falling back to a default value of 25fps. Use the -r option
 if you want a different framerate.
 Output #0, image2, to 'out.jpg':
   Metadata:
 encoder : Lavf60.13.100
   Stream #0:0: Video: mjpeg, yuvj420p(pc, progressive), 3072x2048, q=2-31,
 200 kb/s, 25 fps, 25 tbn
 Metadata:
   encoder : Lavc60.27.100 mjpeg
 Side data:
   cpb: bitrate max/min/avg: 0/0/20 buffer size: 0 vbv_delay: N/A
 [vist#0:0/photocd @ 0x55c65327b900] Decode error rate 1 exceeds maximum
 0.67
 [out#0/image2 @ 0x55c65327be80] video:0kB audio:0kB subtitle:0kB other
 streams:0kB global headers:0kB muxing overhead: unknown
 [out#0/image2 @ 0x55c65327be80] Output file is empty, nothing was
 encoded(check -ss / -t / -frames parameters if used)
 frame=0 fps=0.0 q=0.0 Lsize=N/A time=N/A bitrate=N/A speed=N/A
 Conversion failed!
 }}}
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #9673(undetermined:closed): ffmpeg not reading color information from JPEG ICC profile

2023-09-27 Thread FFmpeg
#9673: ffmpeg not reading color information from JPEG ICC profile
-+-
 Reporter:  Cosmin   |Owner:  haasn
  Stejerean  |
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:  fixed
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Comment (by haasn):

 I submitted a series implementing this work-around:

 http://ffmpeg.org/pipermail/ffmpeg-devel/2023-September/314954.html

 $ ./ffprobe -flags2 icc_profiles -show_frames /mem/Webkit-logo-P3.png
 ...
 color_range=pc
 color_space=gbr
 color_primaries=smpte432
 color_transfer=iec61966-2-1
 chroma_location=unspecified
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10581(undetermined:closed): notchlc: wrong colors with avi's variant of codec

2023-09-27 Thread FFmpeg
#10581: notchlc: wrong colors with avi's variant of codec
-+-
 Reporter:  ami_stuff|Owner:  (none)
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:  wontfix
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by Elon Musk):

 * status:  new => closed
 * resolution:   => wontfix

-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-trac] #10593(avcodec:new): magicyuv: support 14-bit rgb(a)

2023-09-27 Thread FFmpeg
#10593: magicyuv: support 14-bit rgb(a)
-+---
 Reporter:  ami_stuff|Owner:  (none)
 Type:  enhancement  |   Status:  new
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---
Changes (by Elon Musk):

 * priority:  normal => wish
 * type:  defect => enhancement
 * version:  unspecified => git-master
 * component:  undetermined => avcodec

Comment:

 Next time fill more fields of tickets you open.
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".