222 Commits (28743f1803721b6d0b7dcfcc1cb07c1e58f8cc12)

Author SHA1 Message Date
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 9 years ago
Anssi Hannula 83db3c84fa avformat/hls: Move stream propagation to a separate function 9 years ago
Anssi Hannula 9884f17e34 avformat/hls: Use an array instead of stream offset for stream mapping 9 years ago
Anssi Hannula 4d85069e5d avformat/hls: Sync starting segment across variants on live streams 9 years ago
Anssi Hannula 9cb30f7a88 avformat/hls: Fix regression with ranged media segments 9 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Hendrik Leppkes eae2d89bf7 hls: handle crypto in the protocol checks 9 years ago
Hendrik Leppkes 0d4b8a2c16 hls: read protocol options through the AVIOContext 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Derek Buitenhuis 9f9ed79d4c hls: Add and use a memebr of AVIOInternal rather than abuse opaque 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 225e84e745 hls: disallow opening nested files in child demuxers 9 years ago
Michael Niedermayer 58f21b6c93 avformat/hls: fix potential integer overflow 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Michael Niedermayer af24b1c0cd Revert "avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeed" 9 years ago
Michael Niedermayer cde57eee98 avformat/hls: Check that filename is not "" in probe before checking its extension 9 years ago
Anton Khirnov 81306fd4bd hls: eliminate ffurl_* usage 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Michael Niedermayer b0c57206d5 avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeed 9 years ago
Michael Niedermayer cfda1bea4c avformat/hls: Even stricter URL checks 9 years ago
Michael Niedermayer 6ba42b6482 avformat/hls: More strict url checks 9 years ago
Maxim Andreev 7145e80b4f avformat/hls: forbid all protocols except http(s) & file 9 years ago
Joel Holdsworth c48122d731 avformat/hls: Added http_proxy support 9 years ago