[FFmpeg-cvslog] lavu/tx: remove av_cold from table definitions

2022-09-10 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Sep 11 03:16:43 2022 +0200| [f1b35fc8f01b3882490f626a18fcf0b407d41848] | committer: Lynne lavu/tx: remove av_cold from table definitions How did this get here? > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1b35fc8f01b3882490f626a18fcf0b407d4

[FFmpeg-cvslog] swscale/la: Add output_lasx.c file.

2022-09-10 Thread Hao Chen
ffmpeg | branch: master | Hao Chen | Fri Sep 9 17:00:26 2022 +0800| [925ac0da32697ef5853e90e0be56e106208099e2] | committer: Michael Niedermayer swscale/la: Add output_lasx.c file. ffmpeg -i 1_h264_1080p_30fps_3Mbps.mp4 -f rawvideo -s 640x480 -pix_fmt rgb24 -y /dev/null -an before: 150fps afte

[FFmpeg-cvslog] swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files

2022-09-10 Thread Hao Chen
ffmpeg | branch: master | Hao Chen | Fri Sep 9 17:00:25 2022 +0800| [74d09b068dad88b037f6d0be4b0594eb2e2759e9] | committer: Michael Niedermayer swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files ffmpeg -i 1_h264_1080p_30fps_3Mbps.mp4 -f rawvideo -pix_fmt rgb24 -y /dev/null -an before: 1

[FFmpeg-cvslog] swscale/la: Optimize hscale functions with lasx.

2022-09-10 Thread Hao Chen
ffmpeg | branch: master | Hao Chen | Fri Sep 9 17:00:24 2022 +0800| [38cacce22a613d660d4d78e65b0ecdb7be0b908c] | committer: Michael Niedermayer swscale/la: Optimize hscale functions with lasx. ffmpeg -i 1_h264_1080p_30fps_3Mbps.mp4 -f rawvideo -s 640x480 -y /dev/null -an before: 101fps after:

[FFmpeg-cvslog] avfilter/vf_gblur: allow filtering with zero horizontal sigma

2022-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 10 22:06:16 2022 +0200| [09cce812453f989a0537c62b6db1020ea266553d] | committer: Paul B Mahol avfilter/vf_gblur: allow filtering with zero horizontal sigma > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09cce812453f989a0537c62b6db1020

[FFmpeg-cvslog] swscale/output: add support for Y210LE and Y212LE

2022-09-10 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Sep 5 21:47:29 2022 -0700| [09a8e5debb284984871bd3eabd139b7207eedcdc] | committer: Philip Langdale swscale/output: add support for Y210LE and Y212LE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09a8e5debb284984871bd3eabd139b7207ee

[FFmpeg-cvslog] swscale/output: add support for XV30LE

2022-09-10 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Sep 5 20:00:59 2022 -0700| [68181623e984b249402ac6fd0849c032b05ae143] | committer: Philip Langdale swscale/output: add support for XV30LE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68181623e984b249402ac6fd0849c032b05ae143 ---

[FFmpeg-cvslog] swscale/output: add support for XV36LE

2022-09-10 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Sep 5 13:41:00 2022 -0700| [366f073c624779af852bacbc9a0a416e27ff96f7] | committer: Philip Langdale swscale/output: add support for XV36LE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=366f073c624779af852bacbc9a0a416e27ff96f7 ---

[FFmpeg-cvslog] swscale/output: add support for P012

2022-09-10 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Sep 5 14:53:50 2022 -0700| [caf8d4d256cc21f09570bdcbdbe8dde4406834ca] | committer: Philip Langdale swscale/output: add support for P012 This generalises the existing P010 support. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=caf8

[FFmpeg-cvslog] libavformat/hls: Free keys

2022-09-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 9 00:32:23 2022 +0200| [d32a9f3137c91de86547601a38fea0693c3497f1] | committer: Michael Niedermayer libavformat/hls: Free keys Fixes: memleak Fixes: 50703/clusterfuzz-testcase-minimized-ffmpeg_dem_HLS_fuzzer-6399058578636800 Found-by: c

[FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for UTVIDEO

2022-09-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 8 23:07:47 2022 +0200| [9af7de086768b089c882f37a64717da616ef1de6] | committer: Michael Niedermayer tools/target_dec_fuzzer: Adjust threshold for UTVIDEO Fixes: Timeout Fixes: 47969/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_UTVID

[FFmpeg-cvslog] avcodec/fmvc: Move frame allocation to a later stage

2022-09-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 10 23:09:09 2022 +0200| [9783749c66bf6ca2ce7a6db4c74957fe77cbe803] | committer: Michael Niedermayer avcodec/fmvc: Move frame allocation to a later stage This way more things are checked before allocation Signed-off-by: Michael Niedermaye