Re: [FFmpeg-devel] [PATCH v3] avformat/hls: Fixed incorrect behaviour of default

2024-07-14 Thread CoderVenkat
Apologies Correct file attached in this mail.From 631bdac055935be6f2dfb7c6e227098dae62eb6e Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH v3] avformat/hls: Fixed incorrect behaviour of default setting, added autoselect and forced In absence of defualt i

[FFmpeg-devel] [PATCH v3] avformat/hls: Fixed incorrect behaviour of default

2024-07-14 Thread CoderVenkat
Hi, I separated both into different for loops, and changed the order of some checks so they aren't unnecessarily done. Attached patch to this mail. Thanks, vcktFrom 1ccc029801699c21db2fad8e20ddfab226068c37 Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH v

Re: [FFmpeg-devel] [PATCH v2] avformat/hls: Fixed incorrect behaviour of default

2024-07-14 Thread CoderVenkat
Ping. Any chance you could take a look? I would like to submit another fix based on this. Thanks, vckt On 2024-07-08 19:13, CoderVenkat wrote: Hello, I have attached a patch with the requested changes. Thanks, vckt ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH v2] avformat/hls: Fixed incorrect behaviour of default

2024-07-08 Thread CoderVenkat
Hello, I have attached a patch with the requested changes. Thanks, vckt From 5ac9b69d1c570eff4bc72ee4469874a9b182537d Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH v2] avformat/hls: Fixed incorrect behaviour of default setting, added autoselect and forc

[FFmpeg-devel] [PATCH] avformat/hls: Fixed incorrect behaviour of default setting, , added autoselect and forced

2024-07-05 Thread CoderVenkat
>From aa824368fc020e052905fc1a651477d2880281d5 Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH] avformat/hls: Fixed incorrect behaviour of default setting, added autoselect and forced In absence of defualt in var_stream_map, it was setting default=yes on

[FFmpeg-devel] [PATCH] avformat/hls: Fixed incorrect behaviour of default setting, , added autoselect and forced

2024-07-05 Thread CoderVenkat
>From d4e321aa71b2b0dd8fc6d94e39cfa870d7ffa3ba Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH] avformat/hls: Fixed incorrect behaviour of default setting, added autoselect and forced In absence of defualt in var_stream_map, it was setting default=yes on

[FFmpeg-devel] [PATCH] avformat/hls: Fixed incorrect behaviour of default setting, , added autoselect and forced

2024-07-05 Thread CoderVenkat
In absence of defualt in var_stream_map, it was setting default=yes on every stream, but according to RFC8216 4.3.4.1 only one stream in a default group may have that. Additionally added support for autoselect=yes/no, whose presence combined with default means that it MUST be YES. Similarly for

[FFmpeg-devel] [PATCH] avformat/hls: Fixed incorrect behaviour of default setting, , added autoselect and forced

2024-07-05 Thread CoderVenkat
In absence of default in var_stream_map, it was setting default=yes on every stream, but according to RFC8216 4.3.4.1 only one stream in a default group may have that. Additionally added support for autoselect=yes/no, whose presence combined with default means that it MUST be YES. Similarly for