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-31tcp: properly return EOFwm4
2017-12-31lavf/concatdec: properly init streams timestamp parameters.Nicolas George
2017-12-31avformat/hls: ignore http_persistent for segments requring cryptoAman Gupta
2017-12-30avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...Aman Gupta
2017-12-29avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal
2017-12-29avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal
2017-12-29avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal
2017-12-29avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal
2017-12-29avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal
2017-12-28avformat/avio: check input URLContext value NULLSteven Liu
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