[FFmpeg-cvslog] doc/examples/demuxing_decoding: convert to new decoding API

2020-05-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Apr 11 16:02:28 2020 +0200| [3bfe20389de0cb81fdff7dcb92c3e85fbacb960d] | committer: Anton Khirnov doc/examples/demuxing_decoding: convert to new decoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bfe20389de0cb81fdff7dcb92c3e8

[FFmpeg-cvslog] vp9dec: factorise freeing per-tile allocated data

2020-05-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Mar 30 10:26:17 2020 +0200| [c90f57c6736a11670a0fcf25ed4280062246fb02] | committer: Anton Khirnov vp9dec: factorise freeing per-tile allocated data > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c90f57c6736a11670a0fcf25ed4280062246fb02

[FFmpeg-cvslog] lavc: add a flag for exporting AVVideoEncParams from decoders

2020-05-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Mar 10 11:12:13 2020 +0100| [c584409643d5806688e074d00d0a531cad336794] | committer: Anton Khirnov lavc: add a flag for exporting AVVideoEncParams from decoders > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c584409643d5806688e074d00d0a

[FFmpeg-cvslog] libavutil: add API for exporting video frame quantizers

2020-05-12 Thread Juan De León
ffmpeg | branch: master | Juan De León | Sat Feb 29 13:21:56 2020 +0100| [991d41769290bcb01894fe35677d43ee06f1d00b] | committer: Anton Khirnov libavutil: add API for exporting video frame quantizers This is intended to replace the deprecated the AV_FRAME_DATA_QP_TABLE* API and extend it to a w

[FFmpeg-cvslog] vp9dec: support exporting QP tables through the AVVideoEncParams API

2020-05-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Mar 23 16:09:48 2020 +0100| [ffae62d96c75d4a476eb3890357c4f3e4f8bd4f5] | committer: Anton Khirnov vp9dec: support exporting QP tables through the AVVideoEncParams API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffae62d96c75d4a476eb3

[FFmpeg-cvslog] doc/examples/muxing: convert to new encoding API

2020-05-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Apr 11 16:02:28 2020 +0200| [d8de9d46f290c6626e1246ba8e7b4a1219894d07] | committer: Anton Khirnov doc/examples/muxing: convert to new encoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8de9d46f290c6626e1246ba8e7b4a1219894d07

[FFmpeg-cvslog] vf_showinfo: support AV_FRAME_DATA_VIDEO_ENC_PARAMS

2020-05-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Mar 23 12:21:09 2020 +0100| [b84a2b91fdfc5c90a8f0afc97d87b02af0b0854e] | committer: Anton Khirnov vf_showinfo: support AV_FRAME_DATA_VIDEO_ENC_PARAMS > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b84a2b91fdfc5c90a8f0afc97d87b02af0b085

[FFmpeg-cvslog] doc/examples/demuxing_decoding: drop -refcount

2020-05-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Apr 11 16:02:28 2020 +0200| [e4edf220e53c385aeadc9ff41ac99817899638c6] | committer: Anton Khirnov doc/examples/demuxing_decoding: drop -refcount Non-refcounted frames are deprecated and there is no good reason to use them. > http://git.videolan.or

[FFmpeg-cvslog] avformat/hlsenc: move number out of hls_start

2020-05-12 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue May 12 17:59:23 2020 +0800| [e684d07ac69fff2d5d638ce50637b58583df1a44] | committer: Steven Liu avformat/hlsenc: move number out of hls_start Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e684d07ac69fff2d5d638c

[FFmpeg-cvslog] avformat/hlsenc: fix filename memleak in hls_write_packet

2020-05-12 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue May 12 18:02:26 2020 +0800| [76eaca43be161377a370228b1debb2617c8d379b] | committer: Steven Liu avformat/hlsenc: fix filename memleak in hls_write_packet Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76eaca43be

[FFmpeg-cvslog] avformat/hlsenc: free options fix memleak in hls_write_trailer

2020-05-12 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue May 12 18:04:20 2020 +0800| [ba436c1586d05bfd2094c26ca4ecb1542752cf38] | committer: Steven Liu avformat/hlsenc: free options fix memleak in hls_write_trailer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba436

[FFmpeg-cvslog] libavcodec/decode: Mark decode_simple_internal() as inline

2020-05-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 23:58:28 2020 +0200| [19738b1bc2e2700d9f589fb9d1d1d10e2bbf3d5e] | committer: Michael Niedermayer libavcodec/decode: Mark decode_simple_internal() as inline This was suggested in https://github.com/google/oss-fuzz/issues/3787 to reduce

[FFmpeg-cvslog] avcodec/iff: Test video_size being non zero

2020-05-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 21:18:58 2020 +0200| [a035fd88ae7341a05c01f3b393921933e4ea9665] | committer: Michael Niedermayer avcodec/iff: Test video_size being non zero Fixes: Out of array access Fixes: 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IFF

[FFmpeg-cvslog] avcodec/ralf: Check num_blocks before use

2020-05-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 22:17:43 2020 +0200| [f0c0471075fe52ed31c46e038df4280aef5b67a1] | committer: Michael Niedermayer avcodec/ralf: Check num_blocks before use Fixes: out of array access Fixes: 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RALF_

[FFmpeg-cvslog] avcodec/cdtoons: Check sprite_offset is within the packet

2020-05-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 21:08:17 2020 +0200| [4d701e92223d046a9d52c3ae16897e492f045478] | committer: Michael Niedermayer avcodec/cdtoons: Check sprite_offset is within the packet Fixes: out of array read Fixes: 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_

[FFmpeg-cvslog] hwcontext_vulkan: don't add the optional VK_KHR_surface extension by default

2020-05-12 Thread Lynne
ffmpeg | branch: master | Lynne | Tue May 12 20:40:29 2020 +0100| [4b7e13931f38d2a23845f4768ba6b80f6721a173] | committer: Lynne hwcontext_vulkan: don't add the optional VK_KHR_surface extension by default Both API and CLI users can enable any extension they'd like using the options. > http://g

[FFmpeg-cvslog] hwcontext_vulkan: update prepare_frame() for multiple semaphores when exporting

2020-05-12 Thread Lynne
ffmpeg | branch: master | Lynne | Tue May 12 19:08:54 2020 +0100| [0e39fce1e1332842f658e1b5c04ec8ef4c367fb0] | committer: Lynne hwcontext_vulkan: update prepare_frame() for multiple semaphores when exporting > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e39fce1e1332842f658e1b5c04

[FFmpeg-cvslog] hwcontext_vulkan: use the maximum amount of queues for each family

2020-05-12 Thread Lynne
ffmpeg | branch: master | Lynne | Tue May 12 20:01:25 2020 +0100| [6025e66f987791037b9f5d1b886b32b4458800b9] | committer: Lynne hwcontext_vulkan: use the maximum amount of queues for each family Due to our AVHWDevice infrastructure, where API users are offered a way to derive contexts rather th

[FFmpeg-cvslog] hwcontext_vulkan: don't error on unavailable user-specified extensions

2020-05-12 Thread Lynne
ffmpeg | branch: master | Lynne | Tue May 12 20:08:46 2020 +0100| [251e4ad0ad1d814333f333a8e8168272b449354a] | committer: Lynne hwcontext_vulkan: don't error on unavailable user-specified extensions Only warn instead. API users can find out which extensions were unavailable by using the enabled

[FFmpeg-cvslog] lavc/libopenh264enc: Allow specifying the profile through AVCodecContext

2020-05-12 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Wed May 6 21:47:51 2020 +0800| [e3e2702d400e047d7a12b3c4f7ee666ffdafd090] | committer: Linjie Fu lavc/libopenh264enc: Allow specifying the profile through AVCodecContext And determine the profile with following priority: 1. s->profile; then 2. avctx->profi

[FFmpeg-cvslog] lavc/libopenh264enc: Rewrite profile handling

2020-05-12 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Wed May 6 21:47:50 2020 +0800| [d3a7bdd4ac54349aea9150a234478635d50ebd87] | committer: Linjie Fu lavc/libopenh264enc: Rewrite profile handling Support the profiles "constrained_baseline" and "high" for libopenh264 version >= 1.8, support "constrained_basel

[FFmpeg-cvslog] lavc/libopenh264enc: Add coder option to replace cabac

2020-05-12 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Wed May 6 21:47:52 2020 +0800| [e4d37abcc13b236a544d37b9a8a4aa16bebe1fda] | committer: Linjie Fu lavc/libopenh264enc: Add coder option to replace cabac Set DEPRECATED flag to option cabac, replace with coder. The priority logic is: 1. s->coder; then 2. avc