114 Commits (5f55be70056829852351ff07e736d8e8ae694325)

Author SHA1 Message Date
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
Anssi Hannula 4e85202bcc avformat/hls: improve segment selection when restarting list reception 11 years ago
Anssi Hannula 61e1a70278 avformat/hls: track seeking on a per-playlist basis 11 years ago
Anssi Hannula 01b184e68d avformat/hls: parse ID3 timestamps for elementary audio streams 11 years ago
Anssi Hannula 1cb8d986b8 avformat/hls: split read_from_url() out of read_data() 11 years ago
Anssi Hannula f7c7fc1369 avformat/hls: add some logging messages 11 years ago
Anssi Hannula da7759b357 avformat/hls: add support for byte-ranged segments 11 years ago
Anssi Hannula cc1162d775 avformat/hls: always return EOF for unneeded playlist streams 11 years ago
Anssi Hannula edf4406c4d avformat/hls: add support for alternative renditions 11 years ago
Mikael Finstad 5846d8a91e avformat/hls: Fix cookies and user agent with encrypted HLS streams 11 years ago
Anssi Hannula 9371d70bad avformat/hls: decouple playlists from variants 11 years ago
Martin Storsjö 56c2337004 hls: Avoid reading outside of the allocated array 11 years ago
Martin Storsjö 8c92909814 hls: Check whether the AVIOContext contains a new redirected URL 11 years ago