ffmpeg/libavformat
Steven Liu b5ca8f2c66 avformat/hlsenc: compute video_keyframe_size after write keyframe
fix ticket: 8636
When write keyframe and the keyframe is the frist packet of the segment,
then compute the size of the keyframe which have been write into segment
first packet. and set the start position of the segment, should not use
avio_tell(vs->out) to get the keyframe position, because it can be set
to 0 if close at above of the workflow, that maybe inaccurate, but the
start_pos can be used here, because start_pos is set after write
the previous packet.

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
2020-10-20 11:41:44 +08:00
..
tests lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). 2020-08-12 16:45:21 +02:00
.gitignore
3dostr.c avformat/3dostr: Check remaining buffer in probe before 8 byte step 2020-09-19 00:55:04 +02:00
4xm.c
a64.c
aacdec.c
aadec.c
aaxdec.c avformat/aaxdec: Fix potential integer overflow 2020-09-20 20:06:55 +02:00
ac3dec.c
acedec.c avformat: add tri-ACE demuxer 2020-10-03 21:50:59 +02:00
acm.c
act.c
adp.c
ads.c
adtsenc.c adtsenc: Add ability to write MPEG2 ID 2020-08-30 16:18:37 +02:00
adxdec.c avformat/adxdec: demux multiple blocks at once 2020-10-03 21:49:39 +02:00
aea.c
afc.c
aiff.h
aiffdec.c
aiffenc.c avcodec/packet: move AVPacketList definition and function helpers over from libavformat 2020-09-15 09:53:39 -03:00
aixdec.c
allformats.c lavf/img2dec: Auto-detect Cintel scanner images. 2020-10-08 09:34:55 +02:00
alp.c
amr.c
anm.c
apc.c
ape.c avformat/ape: Remove seektable and bittable 2020-10-18 20:42:20 +02:00
apetag.c
apetag.h
apm.c avformat/apm: fix APM_FILE_HEADER_SIZE value 2020-07-30 11:48:28 +10:00
apngdec.c
apngenc.c
aptxdec.c
aqtitledec.c
argo_asf.c avformat/argo_{asf,brp}: fix potential segfault in ff_argo_asf_fill_stream() 2020-09-27 09:11:29 +10:00
argo_asf.h avformat/argo_{asf,brp}: fix potential segfault in ff_argo_asf_fill_stream() 2020-09-27 09:11:29 +10:00
argo_brp.c avcodec: add Argonaut Games Video decoder 2020-09-27 09:56:13 +02:00
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec_f.c avformat/asfdec_f: Change order or operations slightly 2020-10-02 14:59:53 +02:00
asfdec_o.c
asfenc.c
assdec.c
assenc.c
ast.c
ast.h
astdec.c
astenc.c
async.c
au.c
av1.c
av1.h
av1dec.c avformat/av1dec: don't update temporal_unit_size after it's no longer used 2020-08-15 23:31:41 -03:00
avc.c
avc.h
avformat.h avformat/avformat.h: add missing FF_API_NEXT wrappers 2020-10-10 23:58:26 -03:00
avformatres.rc
avi.h
avidec.c libavformat/avidec: check memory allocation 2020-10-14 21:11:49 +02:00
avienc.c
avio_internal.h avformat/aviobuf: discard part of the IO buffer in ffio_ensure_seekback if needed 2020-10-09 21:07:18 +02:00
avio.c
avio.h
aviobuf.c Revert "aviobuf: Discard old buffered, previously read data in ffio_read_partial" 2020-10-16 23:16:46 +02:00
avisynth.c
avlanguage.c
avlanguage.h
avr.c
avs2dec.c lavf/avs2dec.c: optimize code style 2020-10-06 00:01:35 +08:00
avs3dec.c lavf/avs3dec: add raw avs3 demuxer 2020-10-06 00:01:27 +08:00
avs.c
bethsoftvid.c
bfi.c
bink.c
bintext.c
bit.c
bluray.c
bmv.c
boadec.c
brstm.c avformat/brstm: remove custom allocation of table to hold coeffs 2020-09-12 14:52:31 +02:00
c93.c
cache.c
caf.c
caf.h
cafdec.c
cafenc.c
cavsvideodec.c
cdg.c avcodec/cdgraphics: fix decoded output when seeking to start of file 2020-09-13 16:05:01 +02:00
cdxl.c
chromaprint.c
cinedec.c
codec2.c
concat.c
concatdec.c
crcenc.c
crypto.c
cutils.c
dash.c
dash.h
dashdec.c avformat/dashdec: check the root url length 2020-10-20 11:41:44 +08:00
dashenc.c libavformat/dashenc: Reduce confusion in par error message 2020-08-31 23:43:06 +02:00
data_uri.c
dauddec.c
daudenc.c avformat/daudenc: Return proper error codes instead if -1 2020-07-26 16:57:58 +02:00
dcstr.c
derf.c
dfa.c
dhav.c lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 2020-10-11 19:59:24 +02:00
diracdec.c
dnxhddec.c
dsfdec.c
dsicin.c
dss.c
dtsdec.c
dtshddec.c
dump.c avformat: use av_timecode_make_smpte_tc_string2 2020-09-13 17:51:57 +02:00
dv.c avformat: use av_timecode_make_smpte_tc_string2 2020-09-13 17:51:57 +02:00
dv.h
dvbsub.c
dvbtxt.c
dvenc.c
dxa.c avformat/dxa: Use av_rescale() for duration computation 2020-10-02 14:59:53 +02:00
eacdata.c
electronicarts.c avformat/electronicarts: change non failure return of read_header() to 0 2020-09-08 00:06:53 +02:00
epafdec.c
ffmeta.h
ffmetadec.c libavformat/ffmetadec.c: Fix Use-of-uninitialized-value 2020-08-22 22:51:07 +02:00
ffmetaenc.c
fifo_test.c
fifo.c
file_open.c
file.c
filmstripdec.c
filmstripenc.c
fitsdec.c
fitsenc.c
flac_picture.c
flac_picture.h
flacdec.c
flacenc_header.c
flacenc.c avcodec/packet: move AVPacketList definition and function helpers over from libavformat 2020-09-15 09:53:39 -03:00
flacenc.h
flic.c avformat/flic: add support for seeking to start 2020-09-13 16:05:01 +02:00
flv.h
flvdec.c avformat/flvdec: Check for EOF in amf_parse_object() 2020-10-17 14:36:11 +02:00
flvenc.c
format.c
framecrcenc.c
framehash.c
frmdec.c
fsb.c
ftp.c
fwse.c
g722.c
g723_1.c
g726.c
g729dec.c
gdv.c
genh.c
gif.c
gifdec.c
golomb_tab.c
gopher.c
gsmdec.c
gxf.c
gxf.h
gxfenc.c
h261dec.c
h263dec.c
h264dec.c
hashenc.c
hca.c
hcom.c
hdsenc.c
hevc.c
hevc.h
hevcdec.c
hls.c lavf/hls: add AC-3/EAC-3 to allowed extensions file list 2020-09-28 09:12:09 +08:00
hlsenc.c avformat/hlsenc: compute video_keyframe_size after write keyframe 2020-10-20 11:41:44 +08:00
hlsplaylist.c
hlsplaylist.h
hlsproto.c
hnm.c
http.c avformat/http: fix memleak 2020-09-25 10:21:28 +02:00
http.h
httpauth.c
httpauth.h
icecast.c
icodec.c avformat/icodec: Change order of operations to avoid NULL dereference 2020-10-17 14:36:11 +02:00
icoenc.c
id3v1.c
id3v1.h
id3v2.c
id3v2.h
id3v2enc.c
idcin.c
idroqdec.c
idroqenc.c
iff.c avformat/iff: Check data_size not overflowing int64 2020-09-28 20:22:30 +02:00
ifv.c
ilbc.c
img2_alias_pix.c
img2_brender_pix.c
img2.c avcodec: add Cintel RAW decoder 2020-10-07 22:16:09 +02:00
img2.h
img2dec.c lavf/img2dec: Auto-detect Cintel scanner images. 2020-10-08 09:34:55 +02:00
img2enc.c
ingenientdec.c
internal.h avcodec/packet: move AVPacketList definition and function helpers over from libavformat 2020-09-15 09:53:39 -03:00
ip.c
ip.h
ipmovie.c
ipudec.c avformat: add IPU demuxer 2020-09-24 13:38:28 +02:00
ircam.c
ircam.h
ircamdec.c
ircamenc.c
isom.c avformat/isom: add support for RAW ASC Bayer BGGR in mov 2020-10-12 12:19:29 +02:00
isom.h avformat/mov: Only read the mfra size once during sidx parsing 2020-09-03 19:04:29 +01:00
iss.c
iv8.c
ivfdec.c
ivfenc.c
jacosubdec.c
jacosubenc.c
jvdec.c
kvag.c avformat/kvag: Fix integer overflow in bitrate computation 2020-10-18 21:27:23 +02:00
latmenc.c avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bits 2020-08-01 18:56:32 +02:00
libamqp.c
libavformat.v
libgme.c
libmodplug.c
libopenmpt.c avformat/libopenmpt: Don't discard const 2020-10-08 22:56:31 +02:00
librtmp.c
libsmbclient.c
libsrt.c avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup() 2020-10-16 23:15:09 +02:00
libssh.c
libzmq.c
lmlm4.c
loasdec.c
log2_tab.c
lrc.c
lrc.h
lrcdec.c
lrcenc.c
luodatdec.c avformat: add DAT CCTV demuxer 2020-09-18 11:30:03 +02:00
lvfdec.c
lxfdec.c
m4vdec.c
Makefile lavf/davs2.c: rename as avs2dec.c for better understanding 2020-10-06 00:01:34 +08:00
matroska.c
matroska.h
matroskadec.c avcodec/packet: move AVPacketList definition and function helpers over from libavformat 2020-09-15 09:53:39 -03:00
matroskaenc.c
mca.c avformat/mca: clip timestamp when seeking into acceptable range 2020-09-10 17:38:08 +02:00
mccdec.c
md5proto.c
metadata.c
metadata.h
mgsts.c
microdvddec.c
microdvdenc.c
mj2kdec.c
mkvtimestamp_v2.c
mlpdec.c
mlvdec.c avformat/mlvdec: Only store dimensions after having validated them 2020-08-18 14:26:40 +02:00
mm.c
mmf.c
mms.c
mms.h
mmsh.c
mmst.c
mods.c avformat: add MODS demuxer 2020-09-03 18:11:00 +02:00
moflex.c avformat/moflex: Check m->size before seeking 2020-10-04 16:54:11 +02:00
mov_chan.c
mov_chan.h
mov_esds.c
mov.c Allow using only the mfra info for seeking using the fragment index 2020-10-11 12:16:47 +01:00
movenc.c avformat/movenc: Avoid allocation for timecode track 2020-10-05 00:50:07 +02:00
movenc.h
movenccenc.c
movenccenc.h
movenchint.c
mp3dec.c
mp3enc.c avcodec/packet: move AVPacketList definition and function helpers over from libavformat 2020-09-15 09:53:39 -03:00
mpc8.c
mpc.c
mpeg.c avformat/mpeg: Check avio_read() return value in get_pts() 2020-08-18 14:56:04 +02:00
mpeg.h
mpegenc.c
mpegts.c avformat/mpegts: replace magic descriptor_tag values with defines 2020-10-16 23:31:45 +02:00
mpegts.h avformat/mpegts: replace magic descriptor_tag values with defines 2020-10-16 23:31:45 +02:00
mpegtsenc.c avformat/mpegts: replace magic descriptor_tag values with defines 2020-10-16 23:31:45 +02:00
mpegvideodec.c
mpjpeg.c
mpjpegdec.c avformat/mpjpegdec: make sure we seek back to the ensured buffer 2020-10-09 21:07:18 +02:00
mpl2dec.c
mpsubdec.c
msf.c
msnwc_tcp.c
mtaf.c
mtv.c
musx.c avformat/musx: improve probing 2020-09-03 18:03:18 +02:00
mux.c
mvdec.c
mvi.c
mxf.c avformat/mxfdec: Read Mastering Display Colour Volume from MXF 2020-09-17 21:40:25 +02:00
mxf.h avformat/mxfdec: Read Mastering Display Colour Volume from MXF 2020-09-17 21:40:25 +02:00
mxfdec.c avformat/mxfdec: Read Apple private Content Light Level from MXF 2020-09-17 21:40:25 +02:00
mxfenc.c avformat/mxfenc: Write Mastering Display Colour Volume to MXF 2020-09-17 21:40:25 +02:00
mxg.c
ncdec.c
network.c
network.h
nistspheredec.c
nspdec.c
nsvdec.c
nullenc.c
nut.c libavformat/nut: Support SSA and ASS subtitles 2020-08-22 22:51:07 +02:00
nut.h
nutdec.c
nutenc.c
nuv.c
oggdec.c
oggdec.h
oggenc.c
oggparsecelt.c
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseopus.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oggparsevp8.c
oma.c
oma.h
omadec.c
omaenc.c
options_table.h
options.c avformat/options: use the iterate API in format_child_class_next() 2020-10-19 11:54:45 -03:00
os_support.c
os_support.h
paf.c
pcm.c
pcm.h
pcmdec.c
pcmenc.c
pjsdec.c
pmpdec.c
pp_bnk.c
prompeg.c
protocols.c
psxstr.c
pva.c
pvfdec.c
qcp.c
qtpalette.c
qtpalette.h
r3d.c libavformat/r3d.c: Fix Use-of-uninitialized-value in filename. 2020-08-20 13:27:22 +02:00
rawdec.c
rawdec.h
rawenc.c
rawenc.h
rawutils.c
rawvideodec.c
rdt.c
rdt.h
realtextdec.c
redspark.c
replaygain.c
replaygain.h
riff.c avcodec/magicyuv: add support for recently added new format 2020-09-22 18:37:15 +02:00
riff.h
riffdec.c
riffenc.c avformat/riffenc: correct calculation for extradata size 2020-07-26 11:09:39 +05:30
rl2.c
rm.c
rm.h
rmdec.c avformat/rmdec: sanity check coded_framesize 2020-10-18 20:42:20 +02:00
rmenc.c
rmsipr.c
rmsipr.h
rpl.c
rsd.c
rso.c
rso.h
rsodec.c
rsoenc.c
rtmp.h
rtmpcrypt.c
rtmpcrypt.h
rtmpdh.c
rtmpdh.h
rtmpdigest.c
rtmphttp.c
rtmppkt.c
rtmppkt.h
rtmpproto.c
rtp.c
rtp.h
rtpdec_ac3.c
rtpdec_amr.c
rtpdec_asf.c
rtpdec_dv.c
rtpdec_formats.h
rtpdec_g726.c
rtpdec_h261.c
rtpdec_h263_rfc2190.c
rtpdec_h263.c
rtpdec_h264.c
rtpdec_hevc.c
rtpdec_ilbc.c
rtpdec_jpeg.c lavf/rtpdec_jpeg: Fix JFIF version. 2020-08-25 19:29:34 +02:00
rtpdec_latm.c
rtpdec_mpa_robust.c
rtpdec_mpeg4.c
rtpdec_mpeg12.c
rtpdec_mpegts.c
rtpdec_qcelp.c
rtpdec_qdm2.c
rtpdec_qt.c
rtpdec_rfc4175.c
rtpdec_svq3.c
rtpdec_vc2hq.c
rtpdec_vp8.c
rtpdec_vp9.c
rtpdec_xiph.c
rtpdec.c
rtpdec.h
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c
rtpenc_chain.h
rtpenc_h261.c
rtpenc_h263_rfc2190.c
rtpenc_h263.c
rtpenc_h264_hevc.c
rtpenc_jpeg.c
rtpenc_latm.c
rtpenc_mpegts.c
rtpenc_mpv.c
rtpenc_vc2hq.c
rtpenc_vp8.c
rtpenc_vp9.c
rtpenc_xiph.c
rtpenc.c
rtpenc.h
rtpproto.c
rtpproto.h
rtsp.c avformat/rtsp: allocate correct max number of pollfds 2020-10-08 23:18:18 -04:00
rtsp.h
rtspcodes.h
rtspdec.c avformat/rtspdec: add newline in log message 2020-10-08 23:18:18 -04:00
rtspenc.c
s337m.c
samidec.c
sapdec.c
sapenc.c
sauce.c
sauce.h
sbcdec.c
sbgdec.c
sccdec.c
sccenc.c
sctp.c
sdp.c avformat/sdp: add missing FF_API_LAVF_AVCTX check 2020-10-01 22:45:34 -03:00
sdr2.c
sdsdec.c
sdxdec.c
segafilm.c avformat/segafilm: Reorder elements of struct to make it smaller 2020-07-26 16:58:42 +02:00
segafilmenc.c avformat/segafilmenc: Avoid seek when writing header 2020-07-26 17:10:06 +02:00
segment.c avformat/segment: Avoid duplicating string when parsing frames list 2020-09-10 13:44:12 +02:00
serdec.c
shortendec.c
sierravmd.c avformat/sierravmd: Don't return packets for non-existing stream 2020-08-09 19:07:23 +02:00
siff.c avformat/siff: Reject audio packets without audio stream 2020-08-20 13:27:22 +02:00
smacker.c avformat/smacker: Don't return packets for streams with AVDISCARD_ALL 2020-07-28 06:29:58 +02:00
smjpeg.c
smjpeg.h
smjpegdec.c
smjpegenc.c
smoothstreamingenc.c
smush.c
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
spdif.h
spdifdec.c
spdifenc.c
srtdec.c
srtenc.c
srtp.c
srtp.h
srtpproto.c
stldec.c
subfile.c
subtitles.c
subtitles.h
subviewer1dec.c
subviewerdec.c avformat/subviewerdec: fail on AV_NOPTS_VALUE 2020-10-15 18:44:31 +02:00
supdec.c
supenc.c
svag.c
svs.c avformat: add Square SVS demuxer 2020-09-13 16:05:01 +02:00
swf.c
swf.h avformat/swf: Separate mux and demux contexts 2020-09-20 18:34:48 +02:00
swfdec.c avformat/swfdec: Reorder allocations/initializations 2020-09-23 17:09:01 +02:00
swfenc.c avformat/swf: Separate mux and demux contexts 2020-09-20 18:34:48 +02:00
takdec.c
tcp.c
tedcaptionsdec.c avformat/tedcaptionsdec: Fix leak of AVBPrint upon error 2020-09-20 16:58:17 +02:00
tee_common.c
tee_common.h
tee.c
teeproto.c
thp.c
tiertexseq.c
tls_gnutls.c
tls_libtls.c
tls_mbedtls.c
tls_openssl.c
tls_schannel.c
tls_securetransport.c
tls.c
tls.h
tmv.c
tta.c
ttaenc.c avcodec/packet: move AVPacketList definition and function helpers over from libavformat 2020-09-15 09:53:39 -03:00
tty.c
txd.c
ty.c avformat/ty: Remove write-only array and variable 2020-08-11 16:44:11 +02:00
udp.c avformat/udp: remove redundant setting of h->max_packet_size 2020-10-16 23:16:55 +02:00
uncodedframecrcenc.c
unix.c
url.c lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). 2020-08-12 16:45:21 +02:00
url.h lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). 2020-08-12 16:45:21 +02:00
urldecode.c
urldecode.h
utils.c avformat/utils: add missing FF_API_LAVF_AVCTX check 2020-10-01 22:47:51 -03:00
v210.c
vag.c
vapoursynth.c
vc1dec.c
vc1test.c
vc1testenc.c
version.h lavf/img2dec: Auto-detect Cintel scanner images. 2020-10-08 09:34:55 +02:00
vividas.c lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 2020-10-11 19:59:24 +02:00
vivo.c
voc_packet.c
voc.c
voc.h
vocdec.c
vocenc.c
vorbiscomment.c
vorbiscomment.h
vpcc.c
vpcc.h
vpk.c
vplayerdec.c
vqf.c
w64.c
w64.h
wavdec.c avformat/wavdec: add support for chapters 2020-09-01 14:19:19 +02:00
wavenc.c
wc3movie.c avformat/wc3movie: Cleanup on wc3_read_header() failure 2020-09-20 18:03:52 +02:00
webm_chunk.c
webmdashenc.c avformat/webmdashenc: Cosmetics 2020-07-26 16:47:01 +02:00
webpenc.c
webvttdec.c
webvttenc.c
westwood_aud.c
westwood_vqa.c
wsddec.c avformat: use av_timecode_make_smpte_tc_string2 2020-09-13 17:51:57 +02:00
wtv_common.c
wtv.h
wtvdec.c
wtvenc.c
wv.c
wv.h
wvdec.c avformat/wvdec: Check rate for overflow 2020-09-21 11:53:25 +02:00
wvedec.c
wvenc.c
xa.c
xmv.c
xvag.c
xwma.c
yop.c
yuv4mpeg.h
yuv4mpegdec.c
yuv4mpegenc.c avformat/yuv4mpegenc: Add const where appropriate 2020-09-04 17:34:44 +02:00