summaryrefslogtreecommitdiffstats
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* hls: fix leaking avio_opts on hls_read_header errorAndreas Cadhalpun2016-11-071-3/+1
* hls: move hls_close above hls_read_headerAndreas Cadhalpun2016-11-071-13/+13
* avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula2016-11-071-6/+21
* avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula2016-11-071-2/+14
* avformat/hls: Factor copying stream info to a separate functionAnssi Hannula2016-11-071-7/+11
* avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GBAnssi Hannula2016-09-241-5/+5
* avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula2016-07-281-5/+51
* avformat/hls: Move stream propagation to a separate functionAnssi Hannula2016-07-281-65/+69
* avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula2016-07-281-21/+38
* avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula2016-07-281-1/+24
* avformat/hls: Fix regression with ranged media segmentsAnssi Hannula2016-07-281-6/+17
* Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch2016-06-211-1/+1
|\
| * Mark read-only tables as staticDiego Biurrun2016-05-051-1/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-1/+1
* | hls: handle crypto in the protocol checksHendrik Leppkes2016-03-161-1/+11
* | hls: read protocol options through the AVIOContextHendrik Leppkes2016-03-161-5/+3
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* | hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis2016-02-291-2/+4
* | Merge commit '225e84e74544062706c0159ec0737b0e1d40915f'Derek Buitenhuis2016-02-291-0/+11
|\ \ | |/
| * hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-221-0/+11
* | avformat/hls: fix potential integer overflowMichael Niedermayer2016-02-161-1/+1
* | Merge commit '81306fd4bdeb5c17d4db771e4fec684773b5790f'Derek Buitenhuis2016-02-161-79/+48
|\ \ | |/
| * hls: eliminate ffurl_* usageAnton Khirnov2016-01-241-44/+25
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-6/+5
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-2/+4
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-3/+13
* | Revert "avformat/hls: Require the file extension to be m3u / m3u8 for probing...Michael Niedermayer2016-02-011-3/+0
* | avformat/hls: Check that filename is not "" in probe before checking its exte...Michael Niedermayer2016-01-251-1/+1
* | avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeedMichael Niedermayer2016-01-191-0/+4
* | avformat/hls: Even stricter URL checksMichael Niedermayer2016-01-151-1/+5
* | avformat/hls: More strict url checksMichael Niedermayer2016-01-151-0/+4
* | avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev2016-01-141-0/+4
* | avformat/hls: Added http_proxy supportJoel Holdsworth2015-12-271-1/+10
* | avformat/hls: Remember to free HLSContext::headersJoel Holdsworth2015-12-271-0/+1
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-111-1/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-3/+3
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-3/+3
| * hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-011-3/+2
* | avformat/hls: add support for EXT-X-MAPAnssi Hannula2015-10-151-10/+182
* | avformat/hls: fix segment selection regression on track changes of live streamsAnssi Hannula2015-10-151-0/+1
* | lavf/hls: don't convert NULL options to empty strings; fixes HTTP CRLF warningsRodger Combs2015-10-091-1/+1
* | lavf/hls: allow subtitles to be read despite incomplete handlingRodger Combs2015-10-031-2/+5
* | avformat/hls: remove unused functionGanesh Ajjanagadde2015-09-261-13/+0
* | avformat/hls: Update Cookies response with SetcookieLucas de Andrade2015-09-251-16/+15
* | hls: only seek if there is an offsetAndreas Cadhalpun2015-09-221-1/+1
* | avformat/hls: fix some cases of HLS streams which require cookieswm42015-09-221-5/+1
* | avformat/hls: Check for av_opt_set_dict() failureMichael Niedermayer2015-09-051-1/+3
* | avformat/hls: correct comment for ensure_playlist()Ganesh Ajjanagadde2015-08-211-3/+3
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-1/+1
OpenPOWER on IntegriCloud