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, so this code can be

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

2022-01-12 Thread 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, so this code can be regression-tested automatically? -- Anton Khirnov ___ ffmpeg-devel

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, Denis Shulyaka : > >> Hi

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 "%". >> > > Fixed > > Please remove this line. >> > > Fixed > >

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

2021-04-11 Thread Denis Shulyaka
Hi Carl, Thanks for the review. сб, 10 апр. 2021 г. в 18:05, Carl Eugen Hoyos : > Please use "&" instead of "%". > Fixed Please remove this line. > Fixed See above. > Fixed Please remove this line or the default branch above. > Fixed. It was there as a safety feature in case someone

[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

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

2021-04-10 Thread Carl Eugen Hoyos
Am Sa., 10. Apr. 2021 um 10:46 Uhr schrieb 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

[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 +++