summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* 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
* | Revert "avformat/hls: Check local file extensions"Michael Niedermayer2017-06-05
* | avformat/hls: Check local file extensionsSysiphus2017-06-05
* | libavformat/hls: Observe Set-Cookie headersMicah Galizia2017-05-29
* | lavf/hls: do not transfer custom IO flagClément Bœsch2017-05-22
* | hls: consistent use of user_agentJan Berkel2017-03-23
* | hls: pass AVFormatContext flags to sub demuxerwm42017-03-09
* | hls: fix leaking avio_opts on hls_read_header errorAndreas Cadhalpun2016-11-07
* | hls: move hls_close above hls_read_headerAndreas Cadhalpun2016-11-07
* | avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula2016-11-07
* | avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula2016-11-07
* | avformat/hls: Factor copying stream info to a separate functionAnssi Hannula2016-11-07
* | avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GBAnssi Hannula2016-09-24
* | avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula2016-07-28
* | avformat/hls: Move stream propagation to a separate functionAnssi Hannula2016-07-28
* | avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula2016-07-28
* | avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula2016-07-28
* | avformat/hls: Fix regression with ranged media segmentsAnssi Hannula2016-07-28
* | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch2016-06-21
|\|
| * Mark read-only tables as staticDiego Biurrun2016-05-05
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | hls: handle crypto in the protocol checksHendrik Leppkes2016-03-16
* | hls: read protocol options through the AVIOContextHendrik Leppkes2016-03-16
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis2016-02-29
* | Merge commit '225e84e74544062706c0159ec0737b0e1d40915f'Derek Buitenhuis2016-02-29
|\|
| * hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-22
* | avformat/hls: fix potential integer overflowMichael Niedermayer2016-02-16
* | Merge commit '81306fd4bdeb5c17d4db771e4fec684773b5790f'Derek Buitenhuis2016-02-16
|\|
| * hls: eliminate ffurl_* usageAnton Khirnov2016-01-24
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\|