[FFmpeg-cvslog] configure: allow enabling libvpx vp9 modules when vp8 is disabled

2019-03-04 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 4 11:50:53 2019 -0300| [db332832a17c6da68067869da815dfcef174dca3] | committer: James Almer configure: allow enabling libvpx vp9 modules when vp8 is disabled libvpx can be compiled with the VP8 decoder and encoder disabled, and there's no reason

[FFmpeg-cvslog] configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checking

2019-03-04 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Tue Mar 5 06:09:18 2019 +0800| [d9b2668766e3e924d4ebb3c6531b449874e13666] | committer: James Almer configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checking Signed-off-by: Guo, Yejun Signed-off-by: James Almer >

[FFmpeg-cvslog] configure: add missing pthreads extralibs dependency for libvpx-vp9

2019-03-04 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Tue Mar 5 06:09:11 2019 +0800| [402bf262375dfecd0e90d7acc67c238abe952fc3] | committer: James Almer configure: add missing pthreads extralibs dependency for libvpx-vp9 Signed-off-by: Guo, Yejun Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/qtrle : improve 24bbp decoding speed

2019-03-04 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Tue Feb 26 10:38:25 2019 +0100| [88d0be1c0eea482e160f90d931547803df2df8d6] | committer: Martin Vignali avcodec/qtrle : improve 24bbp decoding speed benchmark on x86_64 : mainly raw data : 20 -> 39 fps mainly rle data : 97 -> 119fps >

[FFmpeg-cvslog] avcodec/qtrle : avoid swap in 32bpp decoding on little endian

2019-03-04 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Tue Feb 26 10:37:32 2019 +0100| [5496a734882cad54fda2c3528f16488dcac3b0a1] | committer: Martin Vignali avcodec/qtrle : avoid swap in 32bpp decoding on little endian improve speed on little endian benchmark on x86_64 : mainly raw : 33fps -> 38fps

[FFmpeg-cvslog] fate/qtrle : change 32b test to output bgra instead of rgb24

2019-03-04 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Tue Feb 26 10:36:34 2019 +0100| [9cb576fc1e3d58df3afbe2b23cada466ad8297cb] | committer: Martin Vignali fate/qtrle : change 32b test to output bgra instead of rgb24 >

[FFmpeg-cvslog] avcodec/qtrle : 32bpp dec copy two raw argb value at the same time

2019-03-04 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Tue Feb 26 10:38:10 2019 +0100| [3278ea67c8f2a7c1aea8fd3114b35983791e6732] | committer: Martin Vignali avcodec/qtrle : 32bpp dec copy two raw argb value at the same time benchmark on x86_64 : 38 fps -> 40 fps >