summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* avformat/hls: enable http_multiple only for http/1.1 serversAman Gupta2017-12-26
* avformat/http: export http_version from responseAman Gupta2017-12-26
* avformat/hls: respect http_persistent only for http playlist urlsAman Gupta2017-12-26
* avformat/http: avoid ff_http_do_new_request after http/1.0 responseAman Gupta2017-12-26
* avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not ava...Aman Gupta2017-12-26
* avformat/hls: remove repeated http proto_name checks in open_url()Aman Gupta2017-12-26
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-26
* avformat/hlsenc: fix resource leakSteven Liu2017-12-25
* avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_clo...Karthick Jeyapal2017-12-25
* avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...Karthick Jeyapal2017-12-25
* avformat/hls: fix SEGV in previous commitAman Gupta2017-12-24
* avformat/hls: fix memory leak with non-http segmentsAman Gupta2017-12-24
* avformat/hls: fix CID 1426930Aman Gupta2017-12-24
* avformat/internal: fix compile error with some versions of g++Aman Gupta2017-12-23
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-23
* avformat/internal: log underlying error with ff_rename failureAman Gupta2017-12-22
* avformat/hls: hide misleading warning when http reconnect is requiredAman Gupta2017-12-22
* avformat/http: return EOF from ff_http_do_new_request if previous response sa...Aman Gupta2017-12-22
* avformat/hls: add http_multiple optionAman Gupta2017-12-22
* avformat/hls: allow open_input to be re-usedAman Gupta2017-12-22
* avformat/hls: add http_persistent optionAman Gupta2017-12-22
* avformat/http: add "Opening" info logging to ff_http_do_new_requestAman Gupta2017-12-22
* avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di...Aman Gupta2017-12-22
* avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the h...Karthick J2017-12-22
* avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)Karthick J2017-12-22
* avformat/mov: simplify parsing of mdcv atom using av_make_q()James Almer2017-12-21
* avformat/hlsenc: Fix a memory leak when http_persistent is 1Karthick J2017-12-21
* avformat/hlsenc: reindent after previous commitsSteven Liu2017-12-21
* avformat/hlsenc: fix first fragment mp4 do not split bugSteven Liu2017-12-21
* lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.Sasi Inguva2017-12-20
* avformat/mov: Fix the the typoMichael Niedermayer2017-12-18
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-17
* libavformat: LibreSSL (libtls) supportsfan52017-12-17
* avformat/hlsenc: Extend persistent http connections to playlistsKarthick J2017-12-15
* avformat/hlsenc: Handle NULL input in IO open and close utility functionsKarthick J2017-12-15
* avformat/hlsenc: Call avio_flush during persistent http connectionsKarthick J2017-12-15
* avformat/movenc: Add support for more colorspacesSteven Robertson2017-12-15
* lavf/mpegts: mark packets with TEI flag as corruptedRodger Combs2017-12-13
* ivfenc: add AV1 supportTristan Matthews2017-12-13
* avformat/mux: factorize AVFormatContext->avoid_negative_ts initializationJames Almer2017-12-12
* avformat/hlsenc: reindent after previous commitsSteven Liu2017-12-12
* avformat/hlsenc: move init operations from write_header to initSteven Liu2017-12-11
* Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'James Almer2017-12-10
|\
| * rtsp: only break on parse_rtsp_message on errorTristan Matthews2017-11-30
| * matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0Sean McGovern2017-11-06
* | lavf/mov: modify code indentationtiejun.peng2017-12-09
* | lavf/mov: add some useful warning log of eoftiejun.peng2017-12-09
* | avformat/mxfenc: write reel_name if metadata key is presentMark Reid2017-12-08
* | avformat/mxfenc: use track count to generate component instance uuidMark Reid2017-12-08
* | avformat: add NSP demuxerPaul B Mahol2017-12-08