Re: [FFmpeg-devel] [PATCH] avformat/movenccenc: Fix memory leak for muxing CENC-encrypted files

2021-02-27 Thread Вадим Бездушный
Ping. This patch is very trivial and solves memory leak which makes CENC encryption quite hard to use on high load services. вс, 31 янв. 2021 г. в 16:52, Vadym Bezdushnyi : > Signed-off-by: Vadym Bezdushnyi > --- > Memory for auxillary_info was not freed after usage. > > Leak can be reproduced

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: Support encryption of H265 stream in AnnexB format

2021-03-08 Thread Вадим Бездушный
Ping. This change is quite simple and should be quick to review. Feel free to ask any questions On Mon, 1 Mar 2021, 14:54 Vadym Bezdushnyi, wrote: > Add an ability to accept H265 AnnexB stream at encryption > similar to how its done for H264 AnnexB stream. > > Steps to test: > > 1. Create h265

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: Support encryption of H265 stream in AnnexB format

2021-03-11 Thread Вадим Бездушный
Ping. вт, 9 мар. 2021 г. в 00:05, Вадим Бездушный : > Ping. > > This change is quite simple and should be quick to review. Feel free to > ask any questions > > On Mon, 1 Mar 2021, 14:54 Vadym Bezdushnyi, > wrote: > >> Add an ability to accept H265 AnnexB stream a

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: Support encryption of H265 stream in AnnexB format

2021-03-22 Thread Вадим Бездушный
Ping. чт, 11 мар. 2021 г. в 10:14, Вадим Бездушный : > Ping. > > вт, 9 мар. 2021 г. в 00:05, Вадим Бездушный : > >> Ping. >> >> This change is quite simple and should be quick to review. Feel free to >> ask any questions >> >> On Mon, 1 Mar 2021,

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: Support encryption of H265 stream in AnnexB format

2021-06-03 Thread Вадим Бездушный
Ping. This change is quite simple and should be quick to review. Feel free to ask any questions пн, 22 мар. 2021 г. в 11:29, Вадим Бездушный : > Ping. > > чт, 11 мар. 2021 г. в 10:14, Вадим Бездушный : > >> Ping. >> >> вт, 9 мар. 2021 г. в 00:05, Вадим Бездушн

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: Support encryption of H265 stream in AnnexB format

2021-06-17 Thread Вадим Бездушный
l@ffmpeg.org > > Subject: Re: [FFmpeg-devel] [PATCH] libavformat/movenc: Support > encryption of H265 stream in AnnexB format > > > > > > Ping. > > > > This change is quite simple and should be quick to review. Feel free to > ask any questions > > Lo

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: Support encryption of H265 stream in AnnexB format

2021-06-29 Thread Вадим Бездушный
w checking encryption before and after. Feel free to ask any questions. чт, 17 июн. 2021 г. в 11:32, Вадим Бездушный : > Ping. > This patch will allow to encrypt streams, which were produced by > hevc_mp4toannexb or movenc muxer. > Currently, encryption doesn't work for HEVC AnnexB.