Re: [FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

2022-01-12 Thread Denis Shulyaka
Sure, will try to figure out how to do it! ср, 12 янв. 2022 г. в 12:46, Anton Khirnov : > Quoting Denis Shulyaka (2022-01-11 16:52:42) > > Hi all, > > > > Is there anything I could do to kindly ask to review and accept the > patch? > > Could you add a FATE test,

Re: [FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

2022-01-11 Thread Denis Shulyaka
Hi all, Is there anything I could do to kindly ask to review and accept the patch? Best regards, Denis Shulyaka вт, 28 сент. 2021 г. в 17:53, Denis Shulyaka : > Hi all, > > This is a kind reminder. > > Best regards, > Denis Shulyaka > > вс, 11 апр. 2021 г. в 13:21,

Re: [FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

2021-09-28 Thread Denis Shulyaka
Hi all, This is a kind reminder. Best regards, Denis Shulyaka вс, 11 апр. 2021 г. в 13:21, Denis Shulyaka : > Hi Carl, > > Thanks for the review. > > сб, 10 апр. 2021 г. в 18:05, Carl Eugen Hoyos : > >> Please use "&" instead of "%". >>

Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-09-28 Thread Denis Shulyaka
Hi all, This is a kind reminder. Best regards, Denis Shulyaka ср, 16 июн. 2021 г. в 02:07, Denis Shulyaka : > Sorry for not giving the proper description! Here it is: > The spdif is based on blocks with fixed length, each block starts with a > sync word. It matters how many sync word

Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-06-15 Thread Denis Shulyaka
uld need a sample with SPDIF_MAX_OFFSET (16384) block size (probably AAC with samples = 4096). I do not have such sample as I found this issue while working on a new codec support. ср, 16 июн. 2021 г., 01:18 Hendrik Leppkes : > On Tue, Jun 15, 2021 at 12:52 PM Denis Shulyaka > wrote: >

Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-06-15 Thread Denis Shulyaka
Hi! How do I ask for a review? I am new here. вс, 11 апр. 2021 г. в 16:56, Denis Shulyaka : > This patch fixes the detection score for spdif (IEC61937). > > Signed-off-by: Denis Shulyaka > --- > libavformat/spdifdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

[FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-04-11 Thread Denis Shulyaka
This patch fixes the detection score for spdif (IEC61937). Signed-off-by: Denis Shulyaka --- libavformat/spdifdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c index 1808fa9d65..05c155f49c 100644 --- a/libavformat

Re: [FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

2021-04-11 Thread Denis Shulyaka
mething? > This is also just for safety to verify that future modifications of spdif_read_burst_payload_length() work correctly. Should I remove it? -- Best regards, Denis Shulyaka ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/ma

[FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

2021-04-11 Thread Denis Shulyaka
This patch adds support to decode IEC61937_EAC3 (aka dolby digital plus). Signed-off-by: Denis Shulyaka --- libavformat/spdifdec.c | 43 ++ 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c

[FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

2021-04-10 Thread Denis Shulyaka
This patch adds support to decode IEC61937_EAC3 (aka dolby digital plus). Signed-off-by: Denis Shulyaka --- libavformat/spdifdec.c | 47 ++ 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c

[FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

2021-04-10 Thread Denis Shulyaka
Signed-off-by: Denis Shulyaka --- libavformat/spdifdec.c | 47 ++ 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c index 1808fa9d65..58841e7775 100644 --- a/libavformat/spdifdec.c +++ b

Re: [FFmpeg-devel] [PATCH] libavformat: IEC61937_EAC3 decoding support

2021-04-09 Thread Denis Shulyaka
Hi, How do I ask someone to review the patch? I am concerned if I submitted the PR correctly. Best regards, Denis Shulyaka вт, 16 мар. 2021 г. в 20:59, Denis Shulyaka : > This patch adds support to decode IEC61937_EAC3 (aka dolby digital plus). > > Signed-off-by: Denis

[FFmpeg-devel] [PATCH] libavformat: IEC61937_EAC3 decoding support

2021-03-16 Thread Denis Shulyaka
This patch adds support to decode IEC61937_EAC3 (aka dolby digital plus). Signed-off-by: Denis Shulyaka --- libavformat/spdifdec.c | 47 ++ 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c