[FFmpeg-devel] [PATCH] Add picture attachment support to OGG Muxer

2020-06-06 Thread Lewis Fox
Signed-off-by: Lewis Fox --- This is an implementation for #4448, adding support for embedding attached cover art to OGG files. I had a need for the feature for a setup I was using, and had written a patch for it about half a year ago. I had forgotten to submit it back then, though. I

Re: [FFmpeg-devel] Implement muxing AAC in a CAFF container

2018-11-10 Thread Lewis Fox
+01:00, Lewis Fox : > > > I originally planned on putting a shared function for writing the elementary > > stream descriptor in mov_esds.c, along side the function that reads the > > elementary stream descriptor. However, the implementation in movenc.c used > > the MOVTrac

[FFmpeg-devel] [PATCH] Implement muxing AAC in a CAFF container

2018-11-09 Thread Lewis Fox
From: Lewis Fox Signed-off-by: Lewis Fox --- libavformat/cafenc.c | 61 -- libavformat/mov.c | 1 + libavformat/mov_esds.c | 1 - 3 files changed, 54 insertions(+), 9 deletions(-) diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c index

[FFmpeg-devel] Implement muxing AAC in a CAFF container

2018-11-09 Thread Lewis Fox
I was messing around with the CAFF support, and noticed that muxing AAC had been noted as unsupported for a long time. I looked into it, and realized that by using code from movenc.c, this could be fairly trivially added. I tested this implementation by playing the resulting CAFF files in Quickt

[FFmpeg-devel] Implement muxing AAC in a CAFF container

2018-11-09 Thread Lewis Fox
I was messing around with the CAFF support, and noticed that muxing AAC had been noted as unsupported for a long time. I looked into it, and realized that by using code from movenc.c, this could be fairly trivially added. I tested this implementation by playing the resulting CAFF files in Quickt

[FFmpeg-devel] Implement muxing AAC in a CAFF container

2018-11-09 Thread Lewis Fox
I was messing around with the CAFF support, and noticed that muxing AAC had been noted as unsupported for a long time. I looked into it, and realized that by using code from movenc.c, this could be fairly trivially added. I tested this implementation by playing the resulting CAFF files in Quickt