On date Wednesday 2023-07-26 10:52:57 +, Carotti, Elias wrote:
> On Mon, 2023-07-24 at 01:27 +0200, Stefano Sabatini wrote:
> > CAUTION: This email originated from outside of the organization. Do
> > not click links or open attachments unless you can confirm the sender
> > and know the content
On Thu, Jul 27, 2023 at 11:39 PM Michael Niedermayer
wrote:
>
> This moves sdr back from libavradio into libavdevice & libavformat
> (inside the libavradio repository)
>
> People originally wanted this code in a libavradio library but recently
> suggested that sdr should have no impact on other th
> On 28 Jul 2023, at 03:37, L. E. Segovia wrote:
>
> Updated for 6.0, any constructive feedback will be appreciated.
Using #if means the code will not even be compile tested if the
feature is disabled, this makes maintenance especially of rare
features much harder (nevermind code readability).
> On 28 Jul 2023, at 12:40, Reimar Döffinger wrote:
>
>
>> On 28 Jul 2023, at 03:37, L. E. Segovia wrote:
>>
>> Updated for 6.0, any constructive feedback will be appreciated.
>
> Using #if means the code will not even be compile tested if the
> feature is disabled, this makes maintenance e
Reimar Döffinger (12023-07-28):
> I assume the issue is missing symbols during linking?
> If you really want this, why not create a file that provides dummy
> symbols for all that are missing, concentrating the #if mess in
> a single place and avoiding affecting any of the regular code, and thus
>
I am going to ignore the dredging up of ancient history.
On Thu, Jul 27, 2023 at 6:56 PM Nicolas George wrote:
> > It's not just multimedia that goes over radio, it's not just
> > multimedia that goes over TCP, it's not just multimedia that needs
> > XML, that's why there are separate libraries
On Fri, 28 Jul 2023 at 20:55, Nicolas George wrote:
> Reimar Döffinger (12023-07-28):
> > I assume the issue is missing symbols during linking?
> > If you really want this, why not create a file that provides dummy
> > symbols for all that are missing, concentrating the #if mess in
> > a single p
On Fri, Jul 21, 2023 at 2:17 PM Jan Ekström wrote:
>
> On Mon, Jul 17, 2023 at 2:35 PM Jan Ekström wrote:
> >
> > On Wed, Jul 12, 2023 at 4:48 PM Jan Ekström wrote:
> > >
> > > From: Jan Ekström
> > >
> > > The contents are full TTML XML documents. TTML writing tests'
> > > results are updated
Andreas Rheinhardt:
> It is the more proper place for them given that this is
> the only API using them.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavcodec/asvenc.c| 1 -
> libavcodec/dct.h | 7 ---
> libavcodec/fdctdsp.c | 1 -
> libavcodec/fdctdsp.
read fourcc for video codec after VideoTagHeader read.
passed as parameter to flv_same_video_codec.
Signed-off-by: Steven Liu
---
libavformat/flvdec.c | 38 ++
1 file changed, 22 insertions(+), 16 deletions(-)
diff --git a/libavformat/flvdec.c b/libavformat/f
---
libavradio/sdrdemux.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c
index 3b24cfedef..0bd9222e6d 100644
--- a/libavradio/sdrdemux.c
+++ b/libavradio/sdrdemux.c
@@ -1159,6 +1159,7 @@ BandDescriptor band_descs[] = {
{"Mediumwave band" , "
---
libavradio/sdrdemux.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c
index 0bd9222e6d..6a74a6ee2a 100644
--- a/libavradio/sdrdemux.c
+++ b/libavradio/sdrdemux.c
@@ -1156,9 +1156,9 @@ static int demodulate_fm(SDRContext *s
Added by mistake in 88b3841149b9f41d6c5ec7930dcd5c6caf28b198.
Signed-off-by: James Almer
---
libavfilter/qsvvpp.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/libavfilter/qsvvpp.c b/libavfilter/qsvvpp.c
index a03de05d9c..2833703891 100644
--- a/libavfilter/qsvvpp.
13 matches
Mail list logo