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
2017-12-27avformat/hls: enable http_multiple only for http/1.1 serversAman Gupta
2017-12-27avformat/http: export http_version from responseAman Gupta
2017-12-27avformat/hls: respect http_persistent only for http playlist urlsAman Gupta
2017-12-27avformat/http: avoid ff_http_do_new_request after http/1.0 responseAman Gupta
2017-12-27avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not ava...Aman Gupta
2017-12-27avformat/hls: remove repeated http proto_name checks in open_url()Aman Gupta
2017-12-26lavc, lavf: move avformat static mutex from avcodec to avformatwm4
2017-12-25avformat/hlsenc: fix resource leakSteven Liu
2017-12-25avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_clo...Karthick Jeyapal
2017-12-25avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...Karthick Jeyapal
2017-12-24avformat/hls: fix SEGV in previous commitAman Gupta
2017-12-24avformat/hls: fix memory leak with non-http segmentsAman Gupta
2017-12-24avformat/hls: fix CID 1426930Aman Gupta
2017-12-23avformat/internal: fix compile error with some versions of g++Aman Gupta
2017-12-23avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit
2017-12-23avformat/internal: log underlying error with ff_rename failureAman Gupta
2017-12-23avformat/hls: hide misleading warning when http reconnect is requiredAman Gupta
2017-12-23avformat/http: return EOF from ff_http_do_new_request if previous response sa...Aman Gupta
2017-12-23avformat/hls: add http_multiple optionAman Gupta
2017-12-23avformat/hls: allow open_input to be re-usedAman Gupta
2017-12-23avformat/hls: add http_persistent optionAman Gupta
2017-12-23avformat/http: add "Opening" info logging to ff_http_do_new_requestAman Gupta
2017-12-23avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di...Aman Gupta
2017-12-22avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the h...Karthick J
2017-12-22avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)Karthick J
2017-12-21avformat/mov: simplify parsing of mdcv atom using av_make_q()James Almer
2017-12-21avformat/hlsenc: Fix a memory leak when http_persistent is 1Karthick J
2017-12-21avformat/hlsenc: reindent after previous commitsSteven Liu
2017-12-21avformat/hlsenc: fix first fragment mp4 do not split bugSteven Liu
2017-12-21lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.Sasi Inguva
2017-12-18avformat/mov: Fix the the typoMichael Niedermayer
2017-12-17lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos
2017-12-17libavformat: LibreSSL (libtls) supportsfan5
2017-12-15avformat/hlsenc: Extend persistent http connections to playlistsKarthick J
2017-12-15avformat/hlsenc: Handle NULL input in IO open and close utility functionsKarthick J
2017-12-15avformat/hlsenc: Call avio_flush during persistent http connectionsKarthick J
2017-12-15avformat/movenc: Add support for more colorspacesSteven Robertson
2017-12-14lavf/mpegts: mark packets with TEI flag as corruptedRodger Combs
2017-12-13ivfenc: add AV1 supportTristan Matthews
2017-12-13avformat/mux: factorize AVFormatContext->avoid_negative_ts initializationJames Almer
2017-12-12avformat/hlsenc: reindent after previous commitsSteven Liu
2017-12-11avformat/hlsenc: move init operations from write_header to initSteven Liu
2017-12-11Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'James Almer
2017-12-10lavf/mov: modify code indentationtiejun.peng
2017-12-10lavf/mov: add some useful warning log of eoftiejun.peng
2017-12-08avformat/mxfenc: write reel_name if metadata key is presentMark Reid
2017-12-08avformat/mxfenc: use track count to generate component instance uuidMark Reid
2017-12-08avformat: add NSP demuxerPaul B Mahol
2017-12-06avformat/mux: stop delaying writing the headerJames Almer
2017-12-04avformat/hlsenc: fix compiling error when disable-networkSteven Liu