summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* 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
* | libavformat/hls: add an option to start from a given segment in a live streamRodger Combs2015-03-29
* | avformat/hls: refactor repeated HLS option updatesMicah Galizia2015-03-16
* | avformat/hls: store cookies returned in HLS key responseMicah Galizia2015-03-16
* | hls: detect SAMPLE-AES encryptionselsta2015-03-05
* | hls: fix a null pointer dereferencewm42015-02-16
* | avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-24
* | Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-24
|\|
| * lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* | avformat/hls: forward whitelists to mpegts demuxerMichael Niedermayer2014-10-23
* | avformat/hls: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-07
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/hls: reduce memory usage by using dynamically allocated url/keyMichael Schenk2014-04-12
* | avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocolAnssi Hannula2014-04-11
* | avformat/hls: support for seeking on event playlistsVladlen Y. Koshelev2014-04-06
* | avformat/hls: flush the subdemuxer when seekingAnssi Hannula2014-04-06
* | avformat/hls: properly take stream_index into account when seekingAnssi Hannula2014-04-06
* | avformat/hls: open playlists immediately when AVDISCARD_ALL is droppedAnssi Hannula2014-04-06
* | avformat/hls: factor identical playlist allocations out of parse_playlistAnssi Hannula2014-04-06
* | avformat/hls: do not use sequence numbers for packet orderingAnssi Hannula2014-04-06
* | avformat/hls: do not care about stream start timestampsAnssi Hannula2014-04-06
* | avformat/hls: avoid unnecessary segment retrievalsAnssi Hannula2014-04-06
* | avformat/hls: improve segment selection when restarting list receptionAnssi Hannula2014-04-06
* | avformat/hls: track seeking on a per-playlist basisAnssi Hannula2014-04-06
* | avformat/hls: parse ID3 timestamps for elementary audio streamsAnssi Hannula2014-04-06
* | avformat/hls: split read_from_url() out of read_data()Anssi Hannula2014-04-06
* | avformat/hls: add some logging messagesAnssi Hannula2014-04-06
* | avformat/hls: add support for byte-ranged segmentsAnssi Hannula2014-04-06
* | avformat/hls: always return EOF for unneeded playlist streamsAnssi Hannula2014-04-06
* | avformat/hls: add support for alternative renditionsAnssi Hannula2014-04-06
* | avformat/hls: Fix cookies and user agent with encrypted HLS streamsMikael Finstad2014-01-28
* | avformat/hls: decouple playlists from variantsAnssi Hannula2014-01-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-22
|\|