[FFmpeg-devel] [PATCH 0/2] avcodec/decode: use a packet list for last_pkt_props
James Almer
jamrial at gmail.com
Tue Aug 18 22:53:30 EEST 2020
More details within each patch.
James Almer (2):
avcodec/packet: move AVPacketList definition and function helpers over
from libavformat
avcodec/decode: use a packet list to store copies of packets fed to
the decoder
libavcodec/avpacket.c | 64 ++++++++++++++++++++++++++
libavcodec/decode.c | 34 ++++++++++----
libavcodec/internal.h | 2 +
libavcodec/packet.h | 5 ++
libavcodec/packet_internal.h | 45 ++++++++++++++++++
libavcodec/utils.c | 3 ++
libavformat/aiffenc.c | 5 +-
libavformat/avformat.h | 6 ---
libavformat/flacenc.c | 7 +--
libavformat/internal.h | 42 -----------------
libavformat/matroskadec.c | 11 +++--
libavformat/mp3enc.c | 7 +--
libavformat/ttaenc.c | 7 +--
libavformat/utils.c | 88 ++++++------------------------------
14 files changed, 178 insertions(+), 148 deletions(-)
--
2.27.0
More information about the ffmpeg-devel
mailing list