summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu2020-01-181-1/+12
* avformat/hls: propagate icy to child AVIOContextsMarvin Scholz2019-12-271-1/+1
* avformat/hls: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2019-12-231-2/+1
* avformat/hls: correct grammatical errors of m3u8_hold_counters optionSteven Liu2019-11-271-1/+1
* avformat/hls: add option for the m3u8 list load max timesSteven Liu2019-11-251-0/+17
* avformat/hls: continue to play enabled playlist when have failed playlistSteven Liu2019-11-131-5/+15
* lavf/hls: support probesize/max_analyze_duration when open sub-demuxerJun Zhao2019-11-081-0/+2
* lavf/hls: fix the log context setting in log messageJun Zhao2019-11-081-7/+7
* avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input formatPhilip Langdale2019-10-301-1/+1
* avformat/hls: fix missing segment offset reset on last segment when http_mult...vectronic2019-10-081-0/+1
* avformat/hls: pass http offset options to http requestvectronic2019-10-081-4/+4
* lavf/hls: fix memory leak in error handling path for option tmpJun Zhao2019-09-141-3/+4
* lavf/hls: remove redundancy seekable settingJun Zhao2019-09-141-1/+0
* lavf/hls: drop unnecessary check before ff_format_io_closeJun Zhao2019-09-141-12/+6
* lavf/hls: refine the log messageJun Zhao2019-09-141-3/+3
* lavf/hls: add http_seekable option for HTTP partial requestsJun Zhao2019-08-081-2/+7
* lavf/hls: replace the same code logic with ensure_playlist()vacingfang2019-07-261-7/+3
* lavf/hls: remove redundancy reset_packet() after av_packet_unref()Jun Zhao2019-07-261-4/+0
* lavf/hls: More log messageJun Zhao2019-06-141-2/+3
* avformat/hls: add http 2.0 version number compare for the http_multipleSteven Liu2019-06-141-1/+1
* avformat/hls: avformat_find_stream_info when the audio list in the variantSteven Liu2019-06-141-1/+1
* lavf/hls: Update av_log() log messageJun Zhao2019-06-071-9/+15
* lavf/hls: Remove HLSContext.strict_std_compliance fieldJun Zhao2019-04-271-3/+1
* lavf/hls: Cleanup the applehttpJun Zhao2019-04-151-2/+2
* avformat/hls: make different warning message between open url and parse playlistSteven Liu2019-04-021-2/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* lavc/hls: Cosmetics: Fix indentation for free_segment_listJun Zhao2019-01-191-3/+3
* avformat/hls.c: Properly free prev_segments dynarray after playlist parsingvkot2018-12-261-0/+1
* 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