Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28libavformat/hls: Free keysMichael Niedermayer
2020-07-05avformat/hls: Pass a copy of the URL for probingMichael Niedermayer
2020-07-05avformat/hls: check segment duration value of EXTINFSteven Liu
2017-08-28avformat/hls: Fix DoS due to infinite loopMichael Niedermayer
2017-06-06avformat/hls: Check local file extensionsMichael Niedermayer
2016-01-15avformat/hls: Even stricter URL checksMichael Niedermayer
2016-01-15avformat/hls: More strict url checksMichael Niedermayer
2016-01-15avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev
2015-10-30avformat/hls: update cookies on setcookie responseLucas de Andrade
2015-10-15avformat/hls: add support for EXT-X-MAPAnssi Hannula
2015-10-15avformat/hls: fix segment selection regression on track changes of live streamsAnssi Hannula
2015-10-12hls: only seek if there is an offsetAndreas Cadhalpun
2015-10-09avformat/hls: fix some cases of HLS streams which require cookieswm4
2015-09-05avformat/hls: Check for av_opt_set_dict() failureMichael Niedermayer
2015-08-21avformat/hls: correct comment for ensure_playlist()Ganesh Ajjanagadde
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-07-30Merge commit '0c73a5a53cc97f4291bbe9e1e68226edf6161744'Michael Niedermayer
2015-07-30hls: Save and forward avio optionsLuca Barbato
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-06-26avformat/hls: do not iterate to next sequence number if interruption is reque...schenk michael
2015-05-12avformat/hls: Handle read_buffer allocation failureMichael Niedermayer
2015-04-17hls: skip to next segment if the current is unavailablewm4
2015-03-29libavformat/hls: add an option to start from a given segment in a live streamRodger Combs
2015-03-16avformat/hls: refactor repeated HLS option updatesMicah Galizia
2015-03-16avformat/hls: store cookies returned in HLS key responseMicah Galizia
2015-03-06hls: detect SAMPLE-AES encryptionselsta
2015-02-16hls: fix a null pointer dereferencewm4
2014-10-24avformat: Add and use ff_copy_whitelists()Michael Niedermayer
2014-10-24Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer
2014-10-24lavf: Use av_gettime_relativeMartin Storsjö
2014-10-23avformat/hls: forward whitelists to mpegts demuxerMichael Niedermayer
2014-10-07avformat/hls: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-04-12avformat/hls: reduce memory usage by using dynamically allocated url/keyMichael Schenk
2014-04-11avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocolAnssi Hannula
2014-04-06avformat/hls: support for seeking on event playlistsVladlen Y. Koshelev
2014-04-06avformat/hls: flush the subdemuxer when seekingAnssi Hannula
2014-04-06avformat/hls: properly take stream_index into account when seekingAnssi Hannula
2014-04-06avformat/hls: open playlists immediately when AVDISCARD_ALL is droppedAnssi Hannula
2014-04-06avformat/hls: factor identical playlist allocations out of parse_playlistAnssi Hannula
2014-04-06avformat/hls: do not use sequence numbers for packet orderingAnssi Hannula
2014-04-06avformat/hls: do not care about stream start timestampsAnssi Hannula
2014-04-06avformat/hls: avoid unnecessary segment retrievalsAnssi Hannula
2014-04-06avformat/hls: improve segment selection when restarting list receptionAnssi Hannula
2014-04-06avformat/hls: track seeking on a per-playlist basisAnssi Hannula
2014-04-06avformat/hls: parse ID3 timestamps for elementary audio streamsAnssi Hannula
2014-04-06avformat/hls: split read_from_url() out of read_data()Anssi Hannula
2014-04-06avformat/hls: add some logging messagesAnssi Hannula
2014-04-06avformat/hls: add support for byte-ranged segmentsAnssi Hannula