summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat/hls: Free keysMichael Niedermayer2022-10-091-0/+1
* avformat/hls: Check target_durationMichael Niedermayer2022-04-091-1/+7
* avformat/hls: Pass a copy of the URL for probingMichael Niedermayer2020-07-031-2/+4
* avformat/hls: check segment duration value of EXTINFSteven Liu2020-07-031-2/+7
* avformat/hls: support decryption AES128 fmp4 m3u8 listSteven Liu2018-08-221-0/+21
* avformat/hls: fix seeking around EVENT playlist after media sequence changesAman Gupta2018-05-161-8/+38
* avformat/hls: don't propagate deprecated "user-agent" AVOptionwm42018-05-041-1/+1
* avformat/hls: remove redundant codeSteven Liu2018-04-181-3/+0
* avformat/hls: clean up duplicate option fieldsRichard Shaffer2018-04-171-65/+9
* avformat/hls: copy rw_timeout from parent to child AVIOContexts.Richard Shaffer2018-04-171-1/+1
* Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."Steven Liu2018-04-171-1/+1
* avformat/hls: copy rw_timeout from parent to child AVIOContexts.Steven Liu2018-04-171-1/+1
* avformat/hls: remove redundant codeSteven Liu2018-04-171-18/+9
* lavf/hls: use ff_get_chomp_lineJun Zhao2018-04-121-10/+2
* lavf/hls: Remove the dead code in parse_playlist()Jun Zhao2018-04-041-7/+0
* avformat/hls: Support metadata updates from subdemuxersRichard Shaffer2018-02-071-0/+20
* avformat/hls: store referer message in HLS http requestSteven Liu2018-02-011-1/+3
* avformat/hls: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* hls: don't print a certain warning if playlist loading is abortedwm42018-01-271-2/+3
* avformat, hls: add a flag to signal unavailability of seekingwm42018-01-271-2/+6
* hls: do not allow fallback to generic seekingwm42018-01-271-0/+1
* avformat/hls: release mem resource to fix memleakSteven Liu2017-12-311-2/+5
* avformat/hls: ignore http_persistent for segments requring cryptoAman Gupta2017-12-301-2/+3
* avformat/hls: enable http_multiple only for http/1.1 serversAman Gupta2017-12-261-3/+10
* avformat/hls: respect http_persistent only for http playlist urlsAman Gupta2017-12-261-2/+3
* avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not ava...Aman Gupta2017-12-261-0/+4
* avformat/hls: remove repeated http proto_name checks in open_url()Aman Gupta2017-12-261-5/+6
* avformat/hls: fix SEGV in previous commitAman Gupta2017-12-241-1/+2
* avformat/hls: fix memory leak with non-http segmentsAman Gupta2017-12-241-1/+1
* avformat/hls: fix CID 1426930Aman Gupta2017-12-241-1/+1
* avformat/hls: hide misleading warning when http reconnect is requiredAman Gupta2017-12-221-6/+8
* avformat/hls: add http_multiple optionAman Gupta2017-12-221-3/+46
* avformat/hls: allow open_input to be re-usedAman Gupta2017-12-221-7/+7
* avformat/hls: add http_persistent optionAman Gupta2017-12-221-4/+68
* avformat/hls: Obey AVProgram discard flagsAnssi Hannula2017-11-281-4/+30
* avformat/hls: Factor playlist need check to a common functionAnssi Hannula2017-11-281-22/+30
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-2/+2
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-2/+2
* | avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-08-271-0/+7
* | avformat/hls: Check local file extensionsMichael Niedermayer2017-06-051-1/+17
* | Revert "avformat/hls: Check local file extensions"Michael Niedermayer2017-06-051-17/+1
* | avformat/hls: Check local file extensionsSysiphus2017-06-051-1/+17
* | libavformat/hls: Observe Set-Cookie headersMicah Galizia2017-05-291-2/+10
* | lavf/hls: do not transfer custom IO flagClément Bœsch2017-05-221-1/+1
* | hls: consistent use of user_agentJan Berkel2017-03-231-3/+3
* | hls: pass AVFormatContext flags to sub demuxerwm42017-03-091-0/+1
* | hls: fix leaking avio_opts on hls_read_header errorAndreas Cadhalpun2016-11-071-3/+1
* | hls: move hls_close above hls_read_headerAndreas Cadhalpun2016-11-071-13/+13
* | avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula2016-11-071-6/+21
* | avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula2016-11-071-2/+14