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
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
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-08-27avformat/hls: Fix DoS due to infinite loopMichael Niedermayer
2017-06-05avformat/hls: Check local file extensionsMichael Niedermayer
2017-06-05Revert "avformat/hls: Check local file extensions"Michael Niedermayer
2017-06-05avformat/hls: Check local file extensionsSysiphus
2017-05-29libavformat/hls: Observe Set-Cookie headersMicah Galizia
2017-05-22lavf/hls: do not transfer custom IO flagClément Bœsch
2017-03-23hls: consistent use of user_agentJan Berkel
2017-03-09hls: pass AVFormatContext flags to sub demuxerwm4
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-07hls: fix leaking avio_opts on hls_read_header errorAndreas Cadhalpun
2016-11-07hls: move hls_close above hls_read_headerAndreas Cadhalpun
2016-11-07avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula
2016-11-07avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula
2016-11-07avformat/hls: Factor copying stream info to a separate functionAnssi Hannula
2016-09-24avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GBAnssi Hannula
2016-07-28avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula
2016-07-28avformat/hls: Move stream propagation to a separate functionAnssi Hannula
2016-07-28avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula
2016-07-28avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula
2016-07-28avformat/hls: Fix regression with ranged media segmentsAnssi Hannula
2016-06-21Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-16hls: handle crypto in the protocol checksHendrik Leppkes
2016-03-16hls: read protocol options through the AVIOContextHendrik Leppkes
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis