Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-23hlsenc: Fixing HLS_TEMP_FILE usage with HLS_SECOND_LEVEL_SEGMENT_...Bela Bodecs
2018-01-29avformat/hls: migrate to AVFormatContext->urlMarton Balint
2018-01-29avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_f...Marton Balint
2018-01-24avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit
2018-01-21avformat/hlsenc: Check that data is setBrendan McGrath
2018-01-19avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal
2018-01-02avformat/hlsenc: creation of variant streams in subdirectoriesVishwanath Dixit
2018-01-02avformat/hlsenc: configurable variant stream index position in filenamesVishwanath Dixit
2018-01-02avformat/hlsenc: revamped master playlist url creation logicVishwanath Dixit
2017-12-29avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal
2017-12-29avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal
2017-12-29avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal
2017-12-25avformat/hlsenc: fix resource leakSteven Liu
2017-12-25avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_clo...Karthick Jeyapal
2017-12-23avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit
2017-12-22avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)Karthick J
2017-12-21avformat/hlsenc: Fix a memory leak when http_persistent is 1Karthick J
2017-12-21avformat/hlsenc: reindent after previous commitsSteven Liu
2017-12-21avformat/hlsenc: fix first fragment mp4 do not split bugSteven Liu
2017-12-15avformat/hlsenc: Extend persistent http connections to playlistsKarthick J
2017-12-15avformat/hlsenc: Handle NULL input in IO open and close utility functionsKarthick J
2017-12-15avformat/hlsenc: Call avio_flush during persistent http connectionsKarthick J
2017-12-12avformat/hlsenc: reindent after previous commitsSteven Liu
2017-12-11avformat/hlsenc: move init operations from write_header to initSteven Liu
2017-12-04avformat/hlsenc: fix compiling error when disable-networkSteven Liu
2017-12-04avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu
2017-12-04avformat/hlsenc: fix baseurl missing last charRobert Nagy
2017-11-30avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J
2017-11-29avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J
2017-11-29libavformat/hlsenc: Persistent HTTP connections supported as an optionJeyapal, Karthick
2017-11-28avformat/hlsenc: Fixed initial setting for end_ptsKarthick J
2017-11-24avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tagKarthick J
2017-11-24avformat/hlsenc: Refactor an inconsistent variable nameKarthick J
2017-11-24avformat/hlsenc: Minor fix in setting http options for master playlistKarthick J
2017-11-20avformat/hlsenc: use FFABS to instead of absSteven Liu
2017-11-20avformat/hlsenc: creation of hls master playlist fileVishwanath Dixit
2017-11-20avformat/hlsenc: creation of hls variant streams in a single hlsenc instanceVishwanath Dixit
2017-11-14avformat/hlsenc: write fmp4 init header after first AV frameSteven Liu
2017-11-13avformat/hlsenc: allocate space for terminating nullTimo Rothenpieler
2017-11-02avformat/hlsenc: reindent hlsenc codeSteven Liu
2017-11-02avformat/hlsenc: check hls segment mode for ignore the init filenameSteven Liu
2017-10-29avformat/hlsenc: reindent hlsenc codeSteven Liu
2017-10-29avformat/hlsenc: fix missing first segment bug in fmp4 modeSteven Liu
2017-10-29avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bugSteven Liu
2017-09-21avformat/hlsenc: support http method for hls fmp4 init fileSteven Liu
2017-09-21avformat/hlsenc: fix CID 1418106Steven Liu
2017-09-16avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_seg...Aman Gupta
2017-09-05avformat/hlsenc: Added configuration to override HTTP User-AgentKarthick J
2017-08-22avformat/hlsenc: move free fmp4_init_filename after hls_window operationSteven Liu
2017-08-06avformat/hlsenc: allow dynamic encryption key rotationDeHackEd