git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/sbcenc : Mark sbc_encode_init() as av_cold
6 mars, par Andreas Rheinhardt -
tests/swscale : allow testing only unscaled convertors
6 mars, par Niklas Haas -
swscale/graph : make noop loop more robust
6 mars, par Niklas Haasswscale/graph: make noop loop more robust The current loop only works if the input and output have the same number of planes. However, with the new scaling logic, we can also optimize into a noop the case where the input has extra unneeded planes. For the memcpy fallback to work in these cases we have to instead check if the *output* pointer is set, rather than the input pointer.
-
swscale/graph : prefer bools to ints
6 mars, par Niklas Haas -
swscale/graph : move vshift() and shift_img() to shared header
6 mars, par Niklas Haas