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
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
2014-04-06avformat/hls: always return EOF for unneeded playlist streamsAnssi Hannula
2014-04-06avformat/hls: add support for alternative renditionsAnssi Hannula
2014-01-28avformat/hls: Fix cookies and user agent with encrypted HLS streamsMikael Finstad
2014-01-03avformat/hls: decouple playlists from variantsAnssi Hannula
2013-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-22Merge commit '8c929098141ebc94ad3f303521c520bb3dc6d8f6'Michael Niedermayer
2013-11-22hls: Avoid reading outside of the allocated arrayMartin Storsjö
2013-11-22hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö
2013-11-07avformat/hls: fixed bug where custom http headers weren't kept for hls streamskowalsky
2013-09-21avformat/hls: do not limit manifest lines to 1024 charsMichael Niedermayer
2013-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-30hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer
2013-07-30Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'Michael Niedermayer