128 Commits (00bd2374998856b71ff3ec50d3b6166f54d9601b)

Author SHA1 Message Date
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
Andreas Cadhalpun f9f0b4c08e hls: only seek if there is an offset 9 years ago
wm4 26eb294007 avformat/hls: fix some cases of HLS streams which require cookies 9 years ago
Michael Niedermayer 4eca1939ef avformat/hls: Check for av_opt_set_dict() failure 9 years ago
Ganesh Ajjanagadde 5edf8b118d avformat/hls: correct comment for ensure_playlist() 9 years ago
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 9 years ago
Luca Barbato 0c73a5a53c hls: Save and forward avio options 9 years ago
schenk michael b9161ef052 avformat/hls: do not iterate to next sequence number if interruption is requested 10 years ago
Michael Niedermayer 7a27aa15ec avformat/hls: Handle read_buffer allocation failure 10 years ago
wm4 e2691b8092 hls: skip to next segment if the current is unavailable 10 years ago
Rodger Combs bcf44c91c3 libavformat/hls: add an option to start from a given segment in a live stream 10 years ago
Micah Galizia fca0851879 avformat/hls: refactor repeated HLS option updates 10 years ago
Micah Galizia 7859618aff avformat/hls: store cookies returned in HLS key response 10 years ago
selsta 6c8a158989 hls: detect SAMPLE-AES encryption 10 years ago
wm4 4bf3fab281 hls: fix a null pointer dereference 10 years ago
Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 10 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Michael Niedermayer 24cd4e5071 avformat/hls: forward whitelists to mpegts demuxer 10 years ago
Michael Niedermayer 0026c4ecfd avformat/hls: use av_freep(), do not leave stale pointers in memory 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Schenk 513a431e07 avformat/hls: reduce memory usage by using dynamically allocated url/key 11 years ago
Anssi Hannula 39b192b8e1 avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocol 11 years ago
Vladlen Y. Koshelev cdbd9e218d avformat/hls: support for seeking on event playlists 11 years ago
Anssi Hannula f29cb45bf2 avformat/hls: flush the subdemuxer when seeking 11 years ago
Anssi Hannula 9aa0606e87 avformat/hls: properly take stream_index into account when seeking 11 years ago
Anssi Hannula ad701326b4 avformat/hls: open playlists immediately when AVDISCARD_ALL is dropped 11 years ago
Anssi Hannula 05ce529a59 avformat/hls: factor identical playlist allocations out of parse_playlist 11 years ago
Anssi Hannula 6b4b73e75d avformat/hls: do not use sequence numbers for packet ordering 11 years ago
Anssi Hannula 8fd6875c83 avformat/hls: do not care about stream start timestamps 11 years ago
Anssi Hannula d549b0910c avformat/hls: avoid unnecessary segment retrievals 11 years ago