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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-05avformat/hls: Check local file extensionsMichael Niedermayer
2017-06-05Revert "avformat/hls: Check local file extensions"Michael Niedermayer
2017-06-05avformat/hls: Check local file extensionsSysiphus
2017-05-29libavformat/hls: Observe Set-Cookie headersMicah Galizia
2017-05-22lavf/hls: do not transfer custom IO flagClément Bœsch
2017-03-23hls: consistent use of user_agentJan Berkel
2017-03-09hls: pass AVFormatContext flags to sub demuxerwm4
2016-11-07hls: fix leaking avio_opts on hls_read_header errorAndreas Cadhalpun
2016-11-07hls: move hls_close above hls_read_headerAndreas Cadhalpun
2016-11-07avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula
2016-11-07avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula
2016-11-07avformat/hls: Factor copying stream info to a separate functionAnssi Hannula
2016-09-24avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GBAnssi Hannula
2016-07-28avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula
2016-07-28avformat/hls: Move stream propagation to a separate functionAnssi Hannula
2016-07-28avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula
2016-07-28avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula
2016-07-28avformat/hls: Fix regression with ranged media segmentsAnssi Hannula
2016-06-21Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-16hls: handle crypto in the protocol checksHendrik Leppkes
2016-03-16hls: read protocol options through the AVIOContextHendrik Leppkes
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis
2016-02-29Merge commit '225e84e74544062706c0159ec0737b0e1d40915f'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-22hls: disallow opening nested files in child demuxersAnton Khirnov
2016-02-16avformat/hls: fix potential integer overflowMichael Niedermayer
2016-02-16Merge commit '81306fd4bdeb5c17d4db771e4fec684773b5790f'Derek Buitenhuis
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2016-02-01Revert "avformat/hls: Require the file extension to be m3u / m3u8 for probing...Michael Niedermayer
2016-01-25avformat/hls: Check that filename is not "" in probe before checking its exte...Michael Niedermayer
2016-01-24hls: eliminate ffurl_* usageAnton Khirnov
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2016-01-19avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeedMichael Niedermayer
2016-01-15avformat/hls: Even stricter URL checksMichael Niedermayer
2016-01-15avformat/hls: More strict url checksMichael Niedermayer
2016-01-14avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev
2015-12-27avformat/hls: Added http_proxy supportJoel Holdsworth
2015-12-27avformat/hls: Remember to free HLSContext::headersJoel Holdsworth
2015-12-12avformat: Add av_program_add_stream_index()Michael Niedermayer
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
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-09lavf/hls: don't convert NULL options to empty strings; fixes HTTP CRLF warningsRodger Combs
2015-10-03lavf/hls: allow subtitles to be read despite incomplete handlingRodger Combs
2015-10-01hls: Check av_opt_set_dict return value as wellLuca Barbato