git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/tls : Fix integer overflow with option mtu
5 juin, par Zhao Zhili -
hwcontext_vulkan : add a setting to limit queues
4 juin, par Lynne -
avcodec/d3d12va_encode : fix l0 reference count limit
4 juin, par Araz Iusubov -
lavc/dxvenc : fix big-endian issues in dxv_compress_dxt1
4 juin, par Emma Worleylavc/dxvenc: fix big-endian issues in dxv_compress_dxt1 We were using a mix of pointers to local variables read via AV_RL32/64 and pointers directly to the texture buffer as keys to interact with the lookback hashtables. On big-endian systems, these produced different values. This change makes all hashtable interactions use direct pointers to the texture buffer and only invokves AV_RL32 in the event of a lookback hashtable miss. Signed-off-by: Emma Worley <emma@emma.gg>
-
avutil/hwcontext_videotoolbox : fix color primaries check
4 juin, par Jun Zhao