Andreas Rheinhardt
08e75b8211
avcodec/packet: Move ff_side_data_set_encoder_stats() to encode.c
...
And rename it to ff_encode_add_stats_side_data() and move its
declaration to encode.h. Also constify the error pointee.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-11-07 17:54:10 +00:00
Jan Ekström
8dcc65a0fc
avcodec/packet: add functionality to prepend to AVPacketLists
...
Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
2025-09-16 16:28:12 +03:00
James Almer
4ffd621523
avcodec/packet: add an Exif side data type
...
Signed-off-by: James Almer <jamrial@gmail.com>
2025-09-01 12:07:07 -03:00
Marvin Scholz
73d77693c5
avcodec: add AV_PKT_DATA_RTCP_SR side data type
2025-07-07 16:33:48 +02:00
James Almer
39d5a998bd
avcodec/packet: add a 3D Reference Displays Information side data type
...
Signed-off-by: James Almer <jamrial@gmail.com>
2025-07-01 22:46:19 +02:00
Anton Khirnov
2ac34d0854
lavc/packet: add API for an AVPacket-based AVContainerFifo
2024-12-15 14:05:33 +01:00
James Almer
df609af8e4
avcodec/packet: add an LCEVC enhancement data payload side data type
...
Signed-off-by: James Almer <jamrial@gmail.com>
2024-09-19 10:01:26 -03:00
James Almer
1b58f3af30
avcodec/packet: add a decoded frame cropping side data type
...
Signed-off-by: James Almer <jamrial@gmail.com>
2024-07-08 13:23:33 -03:00
Anton Khirnov
1d843ae6c7
lavc: rename avpacket.c to packet.c
...
For consistency with its API header packet.h.
2024-03-29 09:01:54 +01:00