20594 Commits (f9f1b2a9274f1c58e1695fcf584646e2c6e9f756)

Author SHA1 Message Date
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
Michael Niedermayer 74f408cc8e avformat/mov: Fix the the typo 7 years ago
Carl Eugen Hoyos 9b79c65ec0 lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT. 7 years ago
sfan5 387ee1d6aa libavformat: LibreSSL (libtls) support 7 years ago
Karthick J b2d27d912b avformat/hlsenc: Extend persistent http connections to playlists 7 years ago
Karthick J 6ae18228cd avformat/hlsenc: Handle NULL input in IO open and close utility functions 7 years ago
Karthick J deceb7d9ae avformat/hlsenc: Call avio_flush during persistent http connections 7 years ago
Steven Robertson 2d131fc31b avformat/movenc: Add support for more colorspaces 7 years ago
Rodger Combs 2e391a576c lavf/mpegts: mark packets with TEI flag as corrupted 7 years ago
Tristan Matthews e8f0a463b0 ivfenc: add AV1 support 7 years ago
James Almer 0e2fbd68e2 avformat/mux: factorize AVFormatContext->avoid_negative_ts initialization 7 years ago
Steven Liu 0e5260226a avformat/hlsenc: reindent after previous commits 7 years ago
Steven Liu 08d28ee182 avformat/hlsenc: move init operations from write_header to init 7 years ago
tiejun.peng 6bf5d69b2f lavf/mov: modify code indentation 7 years ago
tiejun.peng ab651587a7 lavf/mov: add some useful warning log of eof 7 years ago
Mark Reid 901d87aa83 avformat/mxfenc: write reel_name if metadata key is present 7 years ago
Mark Reid ad2641c36b avformat/mxfenc: use track count to generate component instance uuid 7 years ago
Paul B Mahol a41a5db797 avformat: add NSP demuxer 7 years ago
James Almer d6d605eb05 avformat/mux: stop delaying writing the header 7 years ago
Steven Liu d67c1dda40 avformat/hlsenc: fix compiling error when disable-network 7 years ago
Steven Liu 1cfde7abd0 avformat/dashenc: add avpriv_io_move return value check 7 years ago
Steven Liu ad6946b818 avformat/hlsplaylist: add return value check of strftime 7 years ago
Steven Liu 071f47649c avformat/hlsplaylist: add int type of API ff_hls_write_file_entry 7 years ago
Robert Nagy 31b351ea81 avformat/hlsenc: fix baseurl missing last char 7 years ago
Carl Eugen Hoyos 894f1c399b lavf/mov: Fix missing newline. 7 years ago
Marton Balint 5a93a85fd0 avformat/mxfdec: fix last packet timestamps 7 years ago
John Stebbins 00d454ed2c lavf/movenc: add sdtp (sample dependency) box 7 years ago
Dale Curtis 09494d0984 avformat/oggdec: Respect AVERROR codes returned by ogg parsers. 7 years ago
John Stebbins 2d015d3bf9 lavf/mov: fix huge alloc in mov_read_ctts 7 years ago