162 Commits (86cead525633cd6114824b33a74d71be677f9546)

Author SHA1 Message Date
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
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
Joel Holdsworth 9cdccd404b avformat/hls: Remember to free HLSContext::headers 9 years ago
Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Anssi Hannula 9099079488 avformat/hls: add support for EXT-X-MAP 9 years ago
Anssi Hannula fd74d45d51 avformat/hls: fix segment selection regression on track changes of live streams 9 years ago
Rodger Combs f00ec7eb1b lavf/hls: don't convert NULL options to empty strings; fixes HTTP CRLF warnings 9 years ago
Rodger Combs 14221b2dd9 lavf/hls: allow subtitles to be read despite incomplete handling 9 years ago
Luca Barbato 74942685cb hls: Check av_opt_set_dict return value as well 9 years ago
Ganesh Ajjanagadde db9de9b954 avformat/hls: remove unused function 9 years ago
Lucas de Andrade 770dd10504 avformat/hls: Update Cookies response with Setcookie 9 years ago