20622 Commits (206b25f9f45a7a0e408338f9f6ab022ff2efb196)

Author SHA1 Message Date
Misty De Meo fde057dfb2 aiff: add support for XA ADPCM 7 years ago
wm4 2477bfe221 http: avoid logging reconnect warning if stream was aborted 7 years ago
wm4 1b283c4a0d http: bump message level for reconnect message and log timeout 7 years ago
wm4 8a108bdea0 http: block while waiting for reconnecting 7 years ago
Paul B Mahol 92b32664cd avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG 7 years ago
Vishwanath Dixit 41e51fbcd9 avformat/hlsenc: creation of variant streams in subdirectories 7 years ago
Vishwanath Dixit e872befdb5 avformat/hlsenc: configurable variant stream index position in filenames 7 years ago
Vishwanath Dixit 26e1efb04f avformat/hlsenc: revamped master playlist url creation logic 7 years ago
Carl Eugen Hoyos 1112ba012d lavf/mov: Use av_fast_realloc() in mov_read_stts(). 7 years ago
Steven Liu 2906363d1b avformat/hls: release mem resource to fix memleak 7 years ago
wm4 0e1f771d22 tcp: properly return EOF 7 years ago
Nicolas George e45f7bca73 lavf/concatdec: properly init streams timestamp parameters. 7 years ago
Aman Gupta 97b89432e4 avformat/hls: ignore http_persistent for segments requring crypto 7 years ago
Aman Gupta c0b08ef94f avformat/http: return EINVAL if ff_http_do_new_request is called with non-http URLContext 7 years ago
Karthick Jeyapal 0c78b6a416 avformat/dashenc: Persistent HTTP connections supported as an option 7 years ago
Karthick Jeyapal e8f71ef338 avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use 7 years ago
Karthick Jeyapal 5297ae96a1 avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attribute 7 years ago
Karthick Jeyapal 8fd2bdd072 avformat/hlsplaylist: Audio rendition's name and defaultness made configurable 7 years ago
Karthick Jeyapal 9e25fe4204 avformat/hlsenc: Modularized audio rendition playlist write to allow reuse 7 years ago
Steven Liu be4dfbf7b7 avformat/avio: check input URLContext value NULL 7 years ago
Aman Gupta 1dd82edea5 avformat/hls: enable http_multiple only for http/1.1 servers 7 years ago
Aman Gupta 039007c928 avformat/http: export http_version from response 7 years ago
Aman Gupta ac19e63b18 avformat/hls: respect http_persistent only for http playlist urls 7 years ago
Aman Gupta 11f989945e avformat/http: avoid ff_http_do_new_request after http/1.0 response 7 years ago
Aman Gupta a232a72d77 avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available 7 years ago
Aman Gupta 2f9ca64556 avformat/hls: remove repeated http proto_name checks in open_url() 7 years ago
wm4 86a13bf2ff lavc, lavf: move avformat static mutex from avcodec to avformat 7 years ago
Steven Liu 2aee5a8723 avformat/hlsenc: fix resource leak 7 years ago
Karthick Jeyapal be2da4c522 avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_close() 7 years ago
Karthick Jeyapal 6848201f70 avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already 7 years ago
Aman Gupta 207e98b4e5 avformat/hls: fix SEGV in previous commit 7 years ago
Aman Gupta b33cf73507 avformat/hls: fix memory leak with non-http segments 7 years ago
Aman Gupta 3d95868d1b avformat/hls: fix CID 1426930 7 years ago
Aman Gupta 9e5e3236f4 avformat/internal: fix compile error with some versions of g++ 7 years ago
Vishwanath Dixit d02289c386 avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute 7 years ago
Aman Gupta 4c78bbd313 avformat/internal: log underlying error with ff_rename failure 7 years ago
Aman Gupta 5f4a32a6e3 avformat/hls: hide misleading warning when http reconnect is required 7 years ago
Aman Gupta 54d0ef1738 avformat/http: return EOF from ff_http_do_new_request if previous response said Connection:close 7 years ago
Aman Gupta 1f0eaa02aa avformat/hls: add http_multiple option 7 years ago
Aman Gupta 03765aa6fa avformat/hls: allow open_input to be re-used 7 years ago
Aman Gupta b7d6c0cd48 avformat/hls: add http_persistent option 7 years ago
Aman Gupta 9395e44b8d avformat/http: add "Opening" info logging to ff_http_do_new_request 7 years ago
Aman Gupta 28358e466d avformat/http: return EINVAL from ff_http_do_new_request() if re-used with different hostname 7 years ago
Karthick J e3b2c8502b avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification 7 years ago
Karthick J 93a0e47876 avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF) 7 years ago
James Almer bc10260f49 avformat/mov: simplify parsing of mdcv atom using av_make_q() 7 years ago
Karthick J 3ac76d890d avformat/hlsenc: Fix a memory leak when http_persistent is 1 7 years ago
Steven Liu 7feae7be5b avformat/hlsenc: reindent after previous commits 7 years ago
Steven Liu 8318f60845 avformat/hlsenc: fix first fragment mp4 do not split bug 7 years ago
Sasi Inguva 58a25aeb8e lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header. 7 years ago