summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* lavf/hls: add http_seekable option for HTTP partial requestsJun Zhao2019-08-08
* lavf/hls: replace the same code logic with ensure_playlist()vacingfang2019-07-26
* lavf/hls: remove redundancy reset_packet() after av_packet_unref()Jun Zhao2019-07-26
* lavf/hls: More log messageJun Zhao2019-06-14
* avformat/hls: add http 2.0 version number compare for the http_multipleSteven Liu2019-06-14
* avformat/hls: avformat_find_stream_info when the audio list in the variantSteven Liu2019-06-14
* lavf/hls: Update av_log() log messageJun Zhao2019-06-07
* lavf/hls: Remove HLSContext.strict_std_compliance fieldJun Zhao2019-04-27
* lavf/hls: Cleanup the applehttpJun Zhao2019-04-15
* avformat/hls: make different warning message between open url and parse playlistSteven Liu2019-04-02
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-20
* lavc/hls: Cosmetics: Fix indentation for free_segment_listJun Zhao2019-01-19
* avformat/hls.c: Properly free prev_segments dynarray after playlist parsingvkot2018-12-26
* avformat/hls: support decryption AES128 fmp4 m3u8 listSteven Liu2018-08-22
* avformat/hls: fix seeking around EVENT playlist after media sequence changesAman Gupta2018-05-16
* avformat/hls: don't propagate deprecated "user-agent" AVOptionwm42018-05-04
* avformat/hls: remove redundant codeSteven Liu2018-04-18
* avformat/hls: clean up duplicate option fieldsRichard Shaffer2018-04-17
* avformat/hls: copy rw_timeout from parent to child AVIOContexts.Richard Shaffer2018-04-17
* Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."Steven Liu2018-04-17
* avformat/hls: copy rw_timeout from parent to child AVIOContexts.Steven Liu2018-04-17
* avformat/hls: remove redundant codeSteven Liu2018-04-17
* lavf/hls: use ff_get_chomp_lineJun Zhao2018-04-12
* lavf/hls: Remove the dead code in parse_playlist()Jun Zhao2018-04-04
* avformat/hls: Support metadata updates from subdemuxersRichard Shaffer2018-02-07
* avformat/hls: store referer message in HLS http requestSteven Liu2018-02-01
* avformat/hls: migrate to AVFormatContext->urlMarton Balint2018-01-28
* hls: don't print a certain warning if playlist loading is abortedwm42018-01-27
* avformat, hls: add a flag to signal unavailability of seekingwm42018-01-27
* hls: do not allow fallback to generic seekingwm42018-01-27
* avformat/hls: release mem resource to fix memleakSteven Liu2017-12-31
* avformat/hls: ignore http_persistent for segments requring cryptoAman Gupta2017-12-30
* avformat/hls: enable http_multiple only for http/1.1 serversAman Gupta2017-12-26
* avformat/hls: respect http_persistent only for http playlist urlsAman Gupta2017-12-26
* avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not ava...Aman Gupta2017-12-26
* avformat/hls: remove repeated http proto_name checks in open_url()Aman Gupta2017-12-26
* avformat/hls: fix SEGV in previous commitAman Gupta2017-12-24
* avformat/hls: fix memory leak with non-http segmentsAman Gupta2017-12-24
* avformat/hls: fix CID 1426930Aman Gupta2017-12-24
* avformat/hls: hide misleading warning when http reconnect is requiredAman Gupta2017-12-22
* avformat/hls: add http_multiple optionAman Gupta2017-12-22
* avformat/hls: allow open_input to be re-usedAman Gupta2017-12-22
* avformat/hls: add http_persistent optionAman Gupta2017-12-22
* avformat/hls: Obey AVProgram discard flagsAnssi Hannula2017-11-28
* avformat/hls: Factor playlist need check to a common functionAnssi Hannula2017-11-28
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-08-27
* | avformat/hls: Check local file extensionsMichael Niedermayer2017-06-05