240 Commits (b2d0826513c5e76f9bad2f1f0c809bc5c8e58b0c)

Author SHA1 Message Date
wm4 1d642ebfdb avformat/hls: don't propagate deprecated "user-agent" AVOption 7 years ago
Steven Liu 223f3dff8c avformat/hls: remove redundant code 7 years ago
Richard Shaffer c116221d90 avformat/hls: clean up duplicate option fields 7 years ago
Richard Shaffer 6a1be7561c avformat/hls: copy rw_timeout from parent to child AVIOContexts. 7 years ago
Steven Liu 0b3c1854cb Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts." 7 years ago
Steven Liu 36deec010c avformat/hls: copy rw_timeout from parent to child AVIOContexts. 7 years ago
Steven Liu 6fbfb20faf avformat/hls: remove redundant code 7 years ago
Jun Zhao 0e49118271 lavf/hls: use ff_get_chomp_line 7 years ago
Jun Zhao 51e3010575 lavf/hls: Remove the dead code in parse_playlist() 7 years ago
Richard Shaffer 651d5f9639 avformat/hls: Support metadata updates from subdemuxers 7 years ago
Steven Liu b1af0e23a3 avformat/hls: store referer message in HLS http request 7 years ago
Marton Balint 45ec2e44be avformat/hls: migrate to AVFormatContext->url 7 years ago
wm4 23ffeb91fe hls: don't print a certain warning if playlist loading is aborted 7 years ago
wm4 6194d7e564 avformat, hls: add a flag to signal unavailability of seeking 7 years ago
wm4 637dfa3942 hls: do not allow fallback to generic seeking 7 years ago
Steven Liu 2906363d1b avformat/hls: release mem resource to fix memleak 7 years ago
Aman Gupta 97b89432e4 avformat/hls: ignore http_persistent for segments requring crypto 7 years ago
Aman Gupta 1dd82edea5 avformat/hls: enable http_multiple only for http/1.1 servers 7 years ago
Aman Gupta ac19e63b18 avformat/hls: respect http_persistent only for http playlist urls 7 years ago
Aman Gupta a232a72d77 avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available 7 years ago
Aman Gupta 2f9ca64556 avformat/hls: remove repeated http proto_name checks in open_url() 7 years ago
Aman Gupta 207e98b4e5 avformat/hls: fix SEGV in previous commit 7 years ago
Aman Gupta b33cf73507 avformat/hls: fix memory leak with non-http segments 7 years ago
Aman Gupta 3d95868d1b avformat/hls: fix CID 1426930 7 years ago
Aman Gupta 5f4a32a6e3 avformat/hls: hide misleading warning when http reconnect is required 7 years ago
Aman Gupta 1f0eaa02aa avformat/hls: add http_multiple option 7 years ago
Aman Gupta 03765aa6fa avformat/hls: allow open_input to be re-used 7 years ago
Aman Gupta b7d6c0cd48 avformat/hls: add http_persistent option 7 years ago
Anssi Hannula 143552095d avformat/hls: Obey AVProgram discard flags 7 years ago
Anssi Hannula 1dff9adcb9 avformat/hls: Factor playlist need check to a common function 7 years ago
Michael Niedermayer 7ec414892d avformat/hls: Fix DoS due to infinite loop 7 years ago
Michael Niedermayer 189ff42196 avformat/hls: Check local file extensions 8 years ago
Michael Niedermayer c0702ab830 Revert "avformat/hls: Check local file extensions" 8 years ago
Sysiphus caf7d6178a avformat/hls: Check local file extensions 8 years ago
Micah Galizia c4c73020f4 libavformat/hls: Observe Set-Cookie headers 8 years ago
Clément Bœsch ef01061225 lavf/hls: do not transfer custom IO flag 8 years ago
Jan Berkel aff80aa4ec hls: consistent use of user_agent 8 years ago
wm4 597c6b789e hls: pass AVFormatContext flags to sub demuxer 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Andreas Cadhalpun 2c90316b46 hls: fix leaking avio_opts on hls_read_header error 8 years ago
Andreas Cadhalpun a305e0e5c0 hls: move hls_close above hls_read_header 8 years ago
Anssi Hannula e2193b53ea avformat/hls: Add missing error check for avcodec_parameters_copy() 8 years ago
Anssi Hannula 3d2f636497 avformat/hls: Fix probing mpegts audio streams that use probing 8 years ago
Anssi Hannula 9a51cd35b8 avformat/hls: Factor copying stream info to a separate function 8 years ago
Anssi Hannula a6f5e25ad9 avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GB 8 years ago
Anssi Hannula 04964ac311 avformat/hls: Fix missing streams in some cases with MPEG TS 8 years ago
Anssi Hannula 83db3c84fa avformat/hls: Move stream propagation to a separate function 8 years ago
Anssi Hannula 9884f17e34 avformat/hls: Use an array instead of stream offset for stream mapping 8 years ago
Anssi Hannula 4d85069e5d avformat/hls: Sync starting segment across variants on live streams 8 years ago
Anssi Hannula 9cb30f7a88 avformat/hls: Fix regression with ranged media segments 8 years ago