index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
hls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf/hls: enable custom interrup callback in sub-demuxer
Jun Zhao
2020-07-20
1
-0
/
+1
*
avformat/hls: Pass a copy of the URL for probing
Michael Niedermayer
2020-07-01
1
-2
/
+4
*
lavf/hls: Add missed side data/disposition
vacingfang
2020-06-18
1
-0
/
+14
*
avformat/hls: check segment duration value of EXTINF
Steven Liu
2020-06-10
1
-2
/
+7
*
avformat/hls: check output string is usable of ff_make_absolute_url
Steven Liu
2020-06-10
1
-0
/
+23
*
avformat/id3v2: Remove unnecessary indirection
Andreas Rheinhardt
2020-05-25
1
-4
/
+4
*
avformat/id3v2: Avoid allocations for ID3v2ExtraMeta
Andreas Rheinhardt
2020-05-25
1
-2
/
+2
*
avformat/hls: Remove redundant resetting of pointer
Andreas Rheinhardt
2020-05-20
1
-1
/
+0
*
avformat/hls: Don't strdup non-null-terminated string
Andreas Rheinhardt
2020-03-24
1
-4
/
+3
*
avformat: Remove unnecessary av_packet_unref()
Andreas Rheinhardt
2020-02-10
1
-1
/
+0
*
avformat/hls: support data protocol in uri for EXT-X-MAP
Steven Liu
2020-01-18
1
-1
/
+12
*
avformat/hls: propagate icy to child AVIOContexts
Marvin Scholz
2019-12-27
1
-1
/
+1
*
avformat/hls: Use av_packet_move_ref() for packet ownership transfer
Andreas Rheinhardt
2019-12-23
1
-2
/
+1
*
avformat/hls: correct grammatical errors of m3u8_hold_counters option
Steven Liu
2019-11-27
1
-1
/
+1
*
avformat/hls: add option for the m3u8 list load max times
Steven Liu
2019-11-25
1
-0
/
+17
*
avformat/hls: continue to play enabled playlist when have failed playlist
Steven Liu
2019-11-13
1
-5
/
+15
*
lavf/hls: support probesize/max_analyze_duration when open sub-demuxer
Jun Zhao
2019-11-08
1
-0
/
+2
*
lavf/hls: fix the log context setting in log message
Jun Zhao
2019-11-08
1
-7
/
+7
*
avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format
Philip Langdale
2019-10-30
1
-1
/
+1
*
avformat/hls: fix missing segment offset reset on last segment when http_mult...
vectronic
2019-10-08
1
-0
/
+1
*
avformat/hls: pass http offset options to http request
vectronic
2019-10-08
1
-4
/
+4
*
lavf/hls: fix memory leak in error handling path for option tmp
Jun Zhao
2019-09-14
1
-3
/
+4
*
lavf/hls: remove redundancy seekable setting
Jun Zhao
2019-09-14
1
-1
/
+0
*
lavf/hls: drop unnecessary check before ff_format_io_close
Jun Zhao
2019-09-14
1
-12
/
+6
*
lavf/hls: refine the log message
Jun Zhao
2019-09-14
1
-3
/
+3
*
lavf/hls: add http_seekable option for HTTP partial requests
Jun Zhao
2019-08-08
1
-2
/
+7
*
lavf/hls: replace the same code logic with ensure_playlist()
vacingfang
2019-07-26
1
-7
/
+3
*
lavf/hls: remove redundancy reset_packet() after av_packet_unref()
Jun Zhao
2019-07-26
1
-4
/
+0
*
lavf/hls: More log message
Jun Zhao
2019-06-14
1
-2
/
+3
*
avformat/hls: add http 2.0 version number compare for the http_multiple
Steven Liu
2019-06-14
1
-1
/
+1
*
avformat/hls: avformat_find_stream_info when the audio list in the variant
Steven Liu
2019-06-14
1
-1
/
+1
*
lavf/hls: Update av_log() log message
Jun Zhao
2019-06-07
1
-9
/
+15
*
lavf/hls: Remove HLSContext.strict_std_compliance field
Jun Zhao
2019-04-27
1
-3
/
+1
*
lavf/hls: Cleanup the applehttp
Jun Zhao
2019-04-15
1
-2
/
+2
*
avformat/hls: make different warning message between open url and parse playlist
Steven Liu
2019-04-02
1
-2
/
+2
*
lavf: Constify the probe function argument.
Carl Eugen Hoyos
2019-03-21
1
-1
/
+1
*
lavf: Constify AVInputFormat pointer.
Carl Eugen Hoyos
2019-03-20
1
-1
/
+1
*
lavc/hls: Cosmetics: Fix indentation for free_segment_list
Jun Zhao
2019-01-19
1
-3
/
+3
*
avformat/hls.c: Properly free prev_segments dynarray after playlist parsing
vkot
2018-12-26
1
-0
/
+1
*
avformat/hls: support decryption AES128 fmp4 m3u8 list
Steven Liu
2018-08-22
1
-0
/
+21
*
avformat/hls: fix seeking around EVENT playlist after media sequence changes
Aman Gupta
2018-05-16
1
-8
/
+38
*
avformat/hls: don't propagate deprecated "user-agent" AVOption
wm4
2018-05-04
1
-1
/
+1
*
avformat/hls: remove redundant code
Steven Liu
2018-04-18
1
-3
/
+0
*
avformat/hls: clean up duplicate option fields
Richard Shaffer
2018-04-17
1
-65
/
+9
*
avformat/hls: copy rw_timeout from parent to child AVIOContexts.
Richard Shaffer
2018-04-17
1
-1
/
+1
*
Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."
Steven Liu
2018-04-17
1
-1
/
+1
*
avformat/hls: copy rw_timeout from parent to child AVIOContexts.
Steven Liu
2018-04-17
1
-1
/
+1
*
avformat/hls: remove redundant code
Steven Liu
2018-04-17
1
-18
/
+9
*
lavf/hls: use ff_get_chomp_line
Jun Zhao
2018-04-12
1
-10
/
+2
*
lavf/hls: Remove the dead code in parse_playlist()
Jun Zhao
2018-04-04
1
-7
/
+0
[next]