[FFmpeg-cvslog] avfilter: add anlmdn filter x86 SIMD optimizations

2019-01-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 9 13:33:02 2019 +0100| [dcae5ba322fcbd177b31bb5a26009fd6d4911ef4] | committer: Paul B Mahol avfilter: add anlmdn filter x86 SIMD optimizations > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcae5ba322fcbd177b31bb5a26009fd6d4911ef4

[FFmpeg-cvslog] avfilter/af_anlmdn: use lut table to calculate weights

2019-01-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 10 12:00:56 2019 +0100| [395e8a53fa0266f26581f3e9752b0dbc93998a90] | committer: Paul B Mahol avfilter/af_anlmdn: use lut table to calculate weights >

[FFmpeg-cvslog] lavfi/f_select: Cosmetics, move a function.

2019-01-10 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 10 20:14:08 2019 +0100| [02b6d1dd630633ae61f1fe0b46f974a53b802690] | committer: Carl Eugen Hoyos lavfi/f_select: Cosmetics, move a function. Silences a warning when only aselect was enabled: libavfilter/f_select.c:421:12: warning:

[FFmpeg-cvslog] lavfi/f_select: Fix aselect filter standalone compilation.

2019-01-10 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 10 20:10:50 2019 +0100| [e51811d21598eb914253f89e1153e16f171b3bed] | committer: Carl Eugen Hoyos lavfi/f_select: Fix aselect filter standalone compilation. >

[FFmpeg-cvslog] lavfi/Makefile: Fix bwdif filter standalone compilation.

2019-01-10 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 10 20:02:26 2019 +0100| [e52140ba378098a60fe69333ff4b6dfb2e304f1d] | committer: Carl Eugen Hoyos lavfi/Makefile: Fix bwdif filter standalone compilation. >

[FFmpeg-cvslog] configure: Fix hymt decoder standalone compilation.

2019-01-10 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 10 19:58:34 2019 +0100| [34ca5adf9a77fbea90d2f26f3b3eefbed8c354fb] | committer: Carl Eugen Hoyos configure: Fix hymt decoder standalone compilation. >

[FFmpeg-cvslog] lavc/qsvenc: add VDENC support for H264

2019-01-10 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Thu Nov 29 14:14:22 2018 +0800| [e92ce340e63058de32aec733b59fe2b196bed214] | committer: Zhong Li lavc/qsvenc: add VDENC support for H264 Add VDENC(lowpower mode) support for QSV H264 It's an experimental function(like lowpower in vaapi) with some

[FFmpeg-cvslog] lavc/qsvenc: set pict_type to be I for IDR frames.

2019-01-10 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Wed Dec 12 15:44:18 2018 +0800| [0aaaca25e044a4b87fb8f899f3a920b79163e811] | committer: Zhong Li lavc/qsvenc: set pict_type to be I for IDR frames. Signed-off-by: Zhong Li >