Jul 4, 2020, 14:17 by hanish...@gmail.com: > Added logic to support detiling of framebuffer. > > By default this is disabled. Only if requested by the user, the > logic will be triggered. > > It uses the fbtile helper routines to do the detiling. Currently > 32bit RGB pixel format based framebuffers are supported. > > If the underlying hardware context provides linear layouts, then > nothing is done. Only if the underlying hardware context generates > tiled layout, then user can use this to detile, where possible. > > ./ffmpeg -f kmsgrab -i - -vf hwdownload=1,format=bgr0 out.mp4 >
Not acceptable for the reasons stated in the hwcontext patch. Besides, allowing users to detile non-tiled images is a really, _really_ bad idea. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".