Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-14lavf/hls: fix memory leak in error handling path for option tmpJun Zhao
2019-09-14lavf/hls: remove redundancy seekable settingJun Zhao
2019-09-14lavf/hls: drop unnecessary check before ff_format_io_closeJun Zhao
2019-09-14lavf/hls: refine the log messageJun Zhao
2019-08-08lavf/hls: add http_seekable option for HTTP partial requestsJun Zhao
2019-07-26lavf/hls: replace the same code logic with ensure_playlist()vacingfang
2019-07-26lavf/hls: remove redundancy reset_packet() after av_packet_unref()Jun Zhao
2019-06-14lavf/hls: More log messageJun Zhao
2019-06-14avformat/hls: add http 2.0 version number compare for the http_multipleSteven Liu
2019-06-14avformat/hls: avformat_find_stream_info when the audio list in the variantSteven Liu
2019-06-07lavf/hls: Update av_log() log messageJun Zhao
2019-04-27lavf/hls: Remove HLSContext.strict_std_compliance fieldJun Zhao
2019-04-15lavf/hls: Cleanup the applehttpJun Zhao
2019-04-02avformat/hls: make different warning message between open url and parse playlistSteven Liu
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-20lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos
2019-01-19lavc/hls: Cosmetics: Fix indentation for free_segment_listJun Zhao
2018-12-26avformat/hls.c: Properly free prev_segments dynarray after playlist parsingvkot
2018-08-22avformat/hls: support decryption AES128 fmp4 m3u8 listSteven Liu
2018-05-16avformat/hls: fix seeking around EVENT playlist after media sequence changesAman Gupta
2018-05-04avformat/hls: don't propagate deprecated "user-agent" AVOptionwm4
2018-04-18avformat/hls: remove redundant codeSteven Liu
2018-04-17avformat/hls: clean up duplicate option fieldsRichard Shaffer
2018-04-17avformat/hls: copy rw_timeout from parent to child AVIOContexts.Richard Shaffer
2018-04-17Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."Steven Liu
2018-04-17avformat/hls: copy rw_timeout from parent to child AVIOContexts.Steven Liu
2018-04-17avformat/hls: remove redundant codeSteven Liu
2018-04-12lavf/hls: use ff_get_chomp_lineJun Zhao
2018-04-04lavf/hls: Remove the dead code in parse_playlist()Jun Zhao
2018-02-07avformat/hls: Support metadata updates from subdemuxersRichard Shaffer
2018-02-01avformat/hls: store referer message in HLS http requestSteven Liu
2018-01-29avformat/hls: migrate to AVFormatContext->urlMarton Balint
2018-01-27hls: don't print a certain warning if playlist loading is abortedwm4
2018-01-27avformat, hls: add a flag to signal unavailability of seekingwm4
2018-01-27hls: do not allow fallback to generic seekingwm4
2017-12-31avformat/hls: release mem resource to fix memleakSteven Liu
2017-12-31avformat/hls: ignore http_persistent for segments requring cryptoAman Gupta
2017-12-27avformat/hls: enable http_multiple only for http/1.1 serversAman Gupta
2017-12-27avformat/hls: respect http_persistent only for http playlist urlsAman Gupta
2017-12-27avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not ava...Aman Gupta
2017-12-27avformat/hls: remove repeated http proto_name checks in open_url()Aman Gupta
2017-12-24avformat/hls: fix SEGV in previous commitAman Gupta
2017-12-24avformat/hls: fix memory leak with non-http segmentsAman Gupta
2017-12-24avformat/hls: fix CID 1426930Aman Gupta
2017-12-23avformat/hls: hide misleading warning when http reconnect is requiredAman Gupta
2017-12-23avformat/hls: add http_multiple optionAman Gupta
2017-12-23avformat/hls: allow open_input to be re-usedAman Gupta
2017-12-23avformat/hls: add http_persistent optionAman Gupta
2017-11-28avformat/hls: Obey AVProgram discard flagsAnssi Hannula
2017-11-28avformat/hls: Factor playlist need check to a common functionAnssi Hannula