20730 Commits (9ec3e61fc37ae0cdd4bae2ba609b34424251e367)

Author SHA1 Message Date
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
Tristan Matthews f6161fccf8 rtsp: only break on parse_rtsp_message on error 7 years ago
James Almer 8d33e86616 avformat/avc: support writting more than one sps/pps in ff_isom_write_avcc 7 years ago
James Almer d5af8afbe4 avformat/avc: free buffer in ff_isom_write_avcc on failure 7 years ago
James Almer df20619b64 avformat/avc: reindent after the last commit 7 years ago
James Almer 9cd361c5c1 avformat/avc: refactor ff_isom_write_avcc 7 years ago
James Almer ae7df68edd avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is too small 7 years ago
Karthick J 8c2b37e678 avformat/dashenc: Option to generate hls playlist as well 7 years ago
Karthick J 3684b5e56a avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuse 7 years ago
James Almer 91127355f5 avformat/hlsplaylist: add missing header includes 7 years ago
James Almer 85b84e1243 avformat/hlsplaylist: fix header include guard 7 years ago
Karthick J da49cdf640 avformat/hlsenc: Modularized playlist creation to allow reuse 7 years ago
Jeyapal, Karthick 815e34b5b4 libavformat/hlsenc: Persistent HTTP connections supported as an option 7 years ago
Jeyapal, Karthick 4ddf7476c0 libavformat/http: Handled multiple_requests option during write 7 years ago
Jeyapal, Karthick 62f63b24bf libavformat/avio: Utility function to return URLContext 7 years ago
Dale Curtis c5fd57f483 Don't manipulate duration when it's AV_NOPTS_VALUE. 7 years ago