>Wujian(Chin) (12022-12-21):
>> I have modified the issues again. Please review it again. Thank you.
>>
>> If the protocol address contains the user name and password, the ps
>> -ef command exposes plaintext. The -mask_url parameter option is added
>> to replace the protocol address in the com
> On Dec 22, 2022, at 11:32, tanwei (D) wrote:
>
> Fixes ticket #9949.
>
>
> Signed-off-by: t00660896
>
> ---
>
> libavformat/mpegts.c| 20
>
> libavformat/mpegts.h| 1 +
>
> libavformat/rtpdec.c| 7 +++
>
> libavformat/rtpdec.h|
On Thu, Dec 22, 2022 at 8:15 PM Gregor Riepl wrote:
> > The result should be no need to provide "crypto://". The ffmpeg file
> format
> > detection should detect that ".crypto" should be handled by the crypto
> > plugin.
>
> Instead of a custom descriptor file format that is only used for this
>
On Sun, Nov 13, 2022 at 12:44:00AM +0100, Michael Niedermayer wrote:
> Fixes: Assertion failure
> Fixes:
> 51825/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MJPEGB_fuzzer-6393802688692224
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffm
On Sun, Nov 13, 2022 at 12:43:59AM +0100, Michael Niedermayer wrote:
> Fixes: OOM testcase
> Fixes:
> 51527/clusterfuzz-testcase-minimized-ffmpeg_dem_LAF_fuzzer-5453663505612800
>
> OOM can still happen after this as an arbitrary sized block is allocated and
> read
> this would require a redesig
On Wed, Nov 16, 2022 at 12:49:10PM +0100, Tomas Härdin wrote:
> sön 2022-11-13 klockan 00:44 +0100 skrev Michael Niedermayer:
> > Fixes: signed integer overflow: -3741319169 - 9223372036823449370
> > cannot be represented in type 'long'
> > Fixes: 51896/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF
On Mon, 19 Dec 2022, "zhilizhao(赵志立)" wrote:
On Dec 19, 2022, at 21:40, Marvin Scholz wrote:
On 19 Dec 2022, at 14:37, Nicolas George wrote:
Marvin Scholz (12022-12-19):
IIUC this means the `-mask_url` option has to be the first option passed,
which seems a bit of an unfortunate requi
Camille Oudot (12022-12-22):
> This patch introduces a "reuse" option over the RTP protocol. It simply
> passes the value to the underlying UDP protocol's "reuse" option.
>
> Some RTP peers expect multiple streams to come from the same IP/port, e.g.
> when RTP BUNDLE is involved (different streams
Wujian(Chin) (12022-12-21):
> I have modified the issues again. Please review it again. Thank you.
>
> If the protocol address contains the user name and password, the ps -ef
> command exposes plaintext. The -mask_url parameter option is added to
> replace the protocol address in the command line
Wujian(Chin) (12022-12-20):
> I think that it's more concise to use code this way.
Concision is not the goal here, maintainability is. Please do not use
gotos.
> I think that it would be better to replace the entire url, so that the code
> implementation is simple.
Then replace the whole com
The result should be no need to provide "crypto://". The ffmpeg file format
detection should detect that ".crypto" should be handled by the crypto
plugin.
Instead of a custom descriptor file format that is only used for this
particular special case, you could also define a custom URI, such as:
On Thu, Dec 22, 2022 at 4:53 PM Mark Gaiser wrote:
>
> On Thu, Dec 22, 2022 at 11:40 AM Nicolas George wrote:
>
> > Mark Gaiser (12022-12-21):
> > > While this works just fine, it's limited in use because the cryptography
> > > details have to be passed on the command line. Applications that migh
On Thu, Dec 22, 2022 at 11:40 AM Nicolas George wrote:
> Mark Gaiser (12022-12-21):
> > While this works just fine, it's limited in use because the cryptography
> > details have to be passed on the command line. Applications that might
> well
> > support much of ffmpeg functionality can't easily
Re-submitting because google webmail did not set the correct mime type,
sorry for the noise.
--
Camille
From 998e1d3d79b416422e2b1d4f9a5ffb92062db256 Mon Sep 17 00:00:00 2001
From: Camille Oudot
Date: Fri, 16 Dec 2022 15:30:02 +0100
Subject: [PATCH] avformat/rtpproto: add support for RTP/UDP soc
From 998e1d3d79b416422e2b1d4f9a5ffb92062db256 Mon Sep 17 00:00:00 2001
From: Camille Oudot
Date: Fri, 16 Dec 2022 15:30:02 +0100
Subject: [PATCH] avformat/rtpproto: add support for RTP/UDP socket reuse
This patch introduces a "reuse" option over the RTP protocol. It simply
passes the value to th
On Tue, 2022-12-20 at 09:20 +, Chen, Jinkai wrote:
> Problem:
> Using ffplay play on these sources:
> https://ali-sprite-video.yyouwang.com/video/works/202211/1667997073624_73.mp4
> https://images.voghion.com/productImages/04_01_C_30011_2020220106GiuseppeFanara0012.mp4
>
> Solution:
> Add a pr
Mark Gaiser (12022-12-21):
> While this works just fine, it's limited in use because the cryptography
> details have to be passed on the command line. Applications that might well
> support much of ffmpeg functionality can't easily hook into the crypto
> functionality. Take KODI for example, it all
17 matches
Mail list logo