summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* 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
|\|
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | Revert "avformat/hls: Require the file extension to be m3u / m3u8 for probing...Michael Niedermayer2016-02-01
* | avformat/hls: Check that filename is not "" in probe before checking its exte...Michael Niedermayer2016-01-25
* | avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeedMichael Niedermayer2016-01-19
* | avformat/hls: Even stricter URL checksMichael Niedermayer2016-01-15
* | avformat/hls: More strict url checksMichael Niedermayer2016-01-15
* | avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev2016-01-14
* | avformat/hls: Added http_proxy supportJoel Holdsworth2015-12-27
* | avformat/hls: Remember to free HLSContext::headersJoel Holdsworth2015-12-27
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-11
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
| * hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-01
* | avformat/hls: add support for EXT-X-MAPAnssi Hannula2015-10-15
* | avformat/hls: fix segment selection regression on track changes of live streamsAnssi Hannula2015-10-15
* | lavf/hls: don't convert NULL options to empty strings; fixes HTTP CRLF warningsRodger Combs2015-10-09
* | lavf/hls: allow subtitles to be read despite incomplete handlingRodger Combs2015-10-03
* | avformat/hls: remove unused functionGanesh Ajjanagadde2015-09-26
* | avformat/hls: Update Cookies response with SetcookieLucas de Andrade2015-09-25
* | hls: only seek if there is an offsetAndreas Cadhalpun2015-09-22
* | avformat/hls: fix some cases of HLS streams which require cookieswm42015-09-22
* | avformat/hls: Check for av_opt_set_dict() failureMichael Niedermayer2015-09-05
* | avformat/hls: correct comment for ensure_playlist()Ganesh Ajjanagadde2015-08-21
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-18
* | Merge commit '0c73a5a53cc97f4291bbe9e1e68226edf6161744'Michael Niedermayer2015-07-30
|\|
| * hls: Save and forward avio optionsLuca Barbato2015-07-30
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
* | avformat/hls: do not iterate to next sequence number if interruption is reque...schenk michael2015-06-26
* | avformat/hls: Handle read_buffer allocation failureMichael Niedermayer2015-05-12
* | hls: skip to next segment if the current is unavailablewm42015-04-17