summaryrefslogtreecommitdiffstats
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '0c73a5a53cc97f4291bbe9e1e68226edf6161744'Michael Niedermayer2015-07-301-8/+89
|\ \ | |/
| * hls: Save and forward avio optionsLuca Barbato2015-07-301-13/+80
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | avformat/hls: do not iterate to next sequence number if interruption is reque...schenk michael2015-06-261-0/+2
* | avformat/hls: Handle read_buffer allocation failureMichael Niedermayer2015-05-121-0/+6
* | hls: skip to next segment if the current is unavailablewm42015-04-171-1/+2
* | libavformat/hls: add an option to start from a given segment in a live streamRodger Combs2015-03-291-4/+24
* | avformat/hls: refactor repeated HLS option updatesMicah Galizia2015-03-161-16/+12
* | avformat/hls: store cookies returned in HLS key responseMicah Galizia2015-03-161-0/+5
* | hls: detect SAMPLE-AES encryptionselsta2015-03-051-1/+8
* | hls: fix a null pointer dereferencewm42015-02-161-3/+3
* | avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-241-3/+2
* | Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-241-4/+4
|\ \ | |/
OpenPOWER on IntegriCloud