Re: [FFmpeg-devel] libavformat/rtpdec_jpeg.c patch to allow fragmentation offset to include q header and table data

2021-10-07 Thread Hayden Myers
On Fri, Sep 10, 2021, 2:48 PM Hayden Myers wrote: > From fb2b280e44b785b99b27c24503c61574168701b9 Mon Sep 17 00:00:00 2001 > From: Hayden Myers > Date: Fri, 10 Sep 2021 14:35:28 -0400 > Subject: [PATCH] libavformat/rtpdec_jpeg.c: Allow fragmentation offset to > include q

[FFmpeg-devel] libavformat/rtpdec_jpeg.c patch to allow fragmentation offset to include q header and table data

2021-09-10 Thread Hayden Myers
>From fb2b280e44b785b99b27c24503c61574168701b9 Mon Sep 17 00:00:00 2001 From: Hayden Myers Date: Fri, 10 Sep 2021 14:35:28 -0400 Subject: [PATCH] libavformat/rtpdec_jpeg.c: Allow fragmentation offset to include q header and data Some jpeg over rtp streams include the quantization header

Re: [FFmpeg-devel] [PATCH] libavformat/rtpdec_jpeg.c: quantization table headers not sent in every frame packet

2021-09-09 Thread Hayden Myers
Hayden Myers Principal Software Engineer t: (410) 590-2027 From: ffmpeg-devel on behalf of Hayden Myers Sent: Monday, August 23, 2021 7:23 PM To: FFmpeg development discussions and patches Subject: [FFmpeg-devel] [PATCH] libavformat/rtpdec_jpeg.c: quantization table headers not sent in

[FFmpeg-devel] [PATCH] libavformat/rtpdec_jpeg.c: quantization table headers not sent in every frame packet

2021-08-23 Thread Hayden Myers
Signed-off-by: Hayden Myers cleanup --- libavformat/rtpdec_jpeg.c | 54 --- 1 file changed, 50 insertions(+), 4 deletions(-) diff --git a/libavformat/rtpdec_jpeg.c b/libavformat/rtpdec_jpeg.c index b32d074136..6e1c6d6b44 100644 --- a/libavformat/rtpdec_jp

[FFmpeg-devel] Compensating for mistakes of video encoder rtsp server implementations

2021-06-28 Thread Hayden Myers
ransport is set properly. I'd like to patch, but see the solution as dirty and likely not accepted by the masses. Hayden Myers Principal Software Engineer t: (410) 590-2027 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.or

[FFmpeg-devel] [PATCH 1/1] libavformat/rtsp.c: Reply to GET_PARAMETER requests

2021-06-25 Thread Hayden Myers
e may set the X-No-Keepalive: 1 header, but this is more of a workaround.  It's better practice to respond to an encoder's keep-alive request, than disable the mechanism which may be manufacturer specific. Signed-off-by: Hayden Myers ---  libavformat/rtsp.c | 4 +++-  1 file changed, 3 i