[FFmpeg-cvslog] avdevice/v4l2: fix leak of timefilter

2022-08-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Jul 27 00:32:51 2022 +0800| [30aa0c3f4873a92c5e3da8ba8cf030de56bf4cf7] | committer: Zhao Zhili avdevice/v4l2: fix leak of timefilter Fixes ticket #9844. Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30aa0c3f4

[FFmpeg-cvslog] avformat/flvenc: fix timestamp of key frame index

2022-08-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jul 29 12:43:08 2022 +0800| [693c5be320c23e892c49907eba394215bddbe94a] | committer: Zhao Zhili avformat/flvenc: fix timestamp of key frame index Firstly, the timestamps generated from framerate are inaccurate for variable framerate mode. Secondly, th

[FFmpeg-cvslog] avformat/flvenc: fix shadowed variable ts

2022-08-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jul 29 12:43:10 2022 +0800| [f56730fb6f21265963e11bf6d0928d03191f144c] | committer: Zhao Zhili avformat/flvenc: fix shadowed variable ts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f56730fb6f21265963e11bf6d0928d03191f144c --- libavfo

[FFmpeg-cvslog] avformat/flvdec: make key frame timestamps more accurate

2022-08-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jul 29 12:43:09 2022 +0800| [988838cf4f1e6e217226f9520303a948b2294ae2] | committer: Zhao Zhili avformat/flvdec: make key frame timestamps more accurate There was an implicit cast from double to int64_t in time unit of second. > http://git.videolan.or

[FFmpeg-cvslog] avcodec/intrax8: Avoid indirection when accessing VLC table

2022-08-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 31 11:26:11 2022 +0200| [900ce6f8c3526f27173057bb955f54f4f4f41246] | committer: Andreas Rheinhardt avcodec/intrax8: Avoid indirection when accessing VLC table To do so, store the pointer to the VLC table and not to the VLC. This is possibl

[FFmpeg-cvslog] avcodec/intrax8: Remove unused IDCTDSPContext

2022-08-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 31 09:17:44 2022 +0200| [eb5c5ae658aaf8cd7c03e1d0a6c84274d3a39a66] | committer: Andreas Rheinhardt avcodec/intrax8: Remove unused IDCTDSPContext Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] configure: Add msmpeg4(dec|enc) subsystems

2022-08-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 31 11:12:41 2022 +0200| [b0e38c7d1ed8d303f008b0827802b159d8ef9b19] | committer: Andreas Rheinhardt configure: Add msmpeg4(dec|enc) subsystems The msmpeg4 decoders/encoders share a common set of prerequisites, ergo it makes sense to use com

[FFmpeg-cvslog] configure, avcodec/Makefile: Make IntraX8 select WMV2DSP, fix MIPS build

2022-08-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 31 09:47:32 2022 +0200| [b10e218df1cfc3f303830ba7a6ef58ae8dc4969b] | committer: Andreas Rheinhardt configure, avcodec/Makefile: Make IntraX8 select WMV2DSP, fix MIPS build IntraX8 uses WMV2DSP directly, so it should have a direct dependenc

[FFmpeg-cvslog] avutil/opt: Combine multiple av_log statements

2022-08-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 2 19:17:41 2022 +0200| [8d7d52721aa893715739acde602b27dcd2adce97] | committer: Andreas Rheinhardt avutil/opt: Combine multiple av_log statements Reviewed-by: Thilo Borgmann Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gi

[FFmpeg-cvslog] lavc/vaapi: Declare support for decoding 8bit 4:4:4 content

2022-08-03 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Jul 23 11:24:33 2022 -0700| [d3f48e68b3236bc3fbf75cc489d53e9f397f5e0a] | committer: Philip Langdale lavc/vaapi: Declare support for decoding 8bit 4:4:4 content Now that we have a combination of capable hardware (new enough Intel) and a mutually u

[FFmpeg-cvslog] lavu/pixfmt: Add packed 4:4:4 format

2022-08-03 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Jul 23 11:11:59 2022 -0700| [6ab8a9d375ca922b2a94cd7160a4e3c5abe6339c] | committer: Philip Langdale lavu/pixfmt: Add packed 4:4:4 format The "AYUV" format is defined by Microsoft as their preferred format for 4:4:4 content, and so it is the forma

[FFmpeg-cvslog] lavu/hwcontext_vaapi: Map the AYUV format

2022-08-03 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Jul 23 11:23:38 2022 -0700| [2b720676e070c9920391ef29d35d8ca6a79bf0c6] | committer: Philip Langdale lavu/hwcontext_vaapi: Map the AYUV format This is the format used by Intel VAAPI for 8bit 4:4:4 content. > http://git.videolan.org/gitweb.cgi/ffm