On 9/5/2023 8:37 AM, Anton Khirnov wrote:
Quoting James Almer (2023-09-05 13:26:22)
On 9/5/2023 8:07 AM, Anton Khirnov wrote:
Quoting James Almer (2023-09-05 00:08:48)
This will allow the propagation of global side data within the AVCodecContext
instead of having to do it inside packets, and t
Quoting James Almer (2023-09-05 13:26:22)
> On 9/5/2023 8:07 AM, Anton Khirnov wrote:
> > Quoting James Almer (2023-09-05 00:08:48)
> >> This will allow the propagation of global side data within the
> >> AVCodecContext
> >> instead of having to do it inside packets, and thus be available during
On 9/5/2023 8:07 AM, Anton Khirnov wrote:
Quoting James Almer (2023-09-05 00:08:48)
This will allow the propagation of global side data within the AVCodecContext
instead of having to do it inside packets, and thus be available during init().
Global and frame specific side data will therefore be
Quoting James Almer (2023-09-05 00:08:48)
> This will allow the propagation of global side data within the AVCodecContext
> instead of having to do it inside packets, and thus be available during
> init().
> Global and frame specific side data will therefore be distinct.
This commit message is mi
This will allow the propagation of global side data within the AVCodecContext
instead of having to do it inside packets, and thus be available during init().
Global and frame specific side data will therefore be distinct.
Signed-off-by: James Almer
---
libavcodec/avcodec.c | 2 +
libavcodec/av
Signed-off-by: James Almer
---
libavcodec/avcodec.c | 2 +
libavcodec/avcodec.h | 8
libavcodec/avpacket.c | 99 +++
libavcodec/packet.h | 68 +
4 files changed, 177 insertions(+)
diff --git a/libavcodec/avcodec.c b/l