summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat: use mutexes instead of atomics in av_register_{input,output}_format()James Almer2018-01-05
* aiff: add support for XA ADPCMMisty De Meo2018-01-04
* http: avoid logging reconnect warning if stream was abortedwm42018-01-04
* http: bump message level for reconnect message and log timeoutwm42018-01-04
* http: block while waiting for reconnectingwm42018-01-04
* avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol2018-01-02
* avformat/hlsenc: creation of variant streams in subdirectoriesVishwanath Dixit2018-01-02
* avformat/hlsenc: configurable variant stream index position in filenamesVishwanath Dixit2018-01-02
* avformat/hlsenc: revamped master playlist url creation logicVishwanath Dixit2018-01-02
* lavf/mov: Use av_fast_realloc() in mov_read_stts().Carl Eugen Hoyos2018-01-01
* avformat/hls: release mem resource to fix memleakSteven Liu2017-12-31
* tcp: properly return EOFwm42017-12-31
* lavf/concatdec: properly init streams timestamp parameters.Nicolas George2017-12-31
* avformat/hls: ignore http_persistent for segments requring cryptoAman Gupta2017-12-30
* avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...Aman Gupta2017-12-30
* avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal2017-12-29
* avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal2017-12-29
* avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal2017-12-29
* avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal2017-12-29
* avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal2017-12-29
* avformat/avio: check input URLContext value NULLSteven Liu2017-12-28
* 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