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
2019-09-14avformat/hlsenc: make fix code style of hls_write_trailerSteven Liu
2019-09-14avformat/hlsenc: Fix memleak when using single_fileAndreas Rheinhardt
2019-09-14hlsenc: flush segments to guarantuee atomic single file hlsDaniel Oberhoff
2019-09-12avformat/hlsenc: fix memleak at hls_write_trailerSteven Liu
2019-09-12avformat/hlsenc: print warning at the end when upload the last segment failedSteven Liu
2019-09-12avformat/hlsenc: merge fmp4 and mpegts segment type m3u8 list AVIOConextSteven Liu
2019-09-06avformat/hlsenc: fix compiling error of hlsencSteven Liu
2019-09-06avformat/hlsenc: fix code styleSteven Liu
2019-09-06avformat/hlsenc: move the warning message from every segment upload to init partSteven Liu
2019-09-06avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistentSteven Liu
2019-09-02lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for r...Limin Wang
2019-08-26avformat/hlsenc: remove unused valueSteven Liu
2019-08-26avformat/hlsenc: fix memleak of filenameSteven Liu
2019-08-26avformat/hlsenc: fix memleak in hls_write_trailerSteven Liu
2019-08-21avformat/hlsenc: avformat/hlsenc: simplified codeSteven Liu
2019-08-21avformat/hlsenc: simplified code of use_localtime in hls_initSteven Liu
2019-08-21avformat/hlsenc: fix memleak in update_variant_stream_infoSteven Liu
2019-08-20avformat/hlsenc: reindent codeSteven Liu
2019-08-20avformat/hlsenc: remove unuse comment of the codeSteven Liu
2019-08-20lavf/hlsenc: free the old_filname to avoid memory leakJun Zhao
2019-08-20lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]Limin Wang
2019-08-18avformat/hlsenc: merge mpegts and fmp4 workflow to one workflowSteven Liu
2019-07-29avformat/hlsenc: Fix overflow of int for durations computeSteven Liu
2019-07-15avformat/hlsenc: use old way for fragment mp4 in HLS PUT methodSteven Liu
2019-07-11avformat/hlsenc: use one handler for m3u8 and segmentsSteven Liu
2019-07-01avformat/hlsenc: changing all filename length to MAX_URL_SIZEBela Bodecs
2019-06-28avformat/hlsenc: temp_file usage for master playlist and vtt playlistBela Bodecs
2019-06-27hlsenc: Add option to set custom HTTP headersDerek Buitenhuis
2019-06-24avformat/hlsenc: better error log message for var_stream_map contentBela Bodecs
2019-06-22avformat/hlsenc: better checking var_stream_map contentBela Bodecs
2019-06-20avformat/hlsenc: enhanced %v handling with variant namesBodecs Bela
2019-06-19av_format/hlsenc: fix %v handling by format_name functionBodecs Bela
2019-06-14avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag supportSteven Liu
2019-06-02doc/muxers: fix typo of the hls var_stream_map exampleSteven Liu
2019-04-14avformat/hlsenc: flush packets before update split messageSteven Liu
2019-03-20lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos
2019-02-10avformat/hlsenc: fix fmp4_init_filename file name with %v problemSteven Liu
2019-01-31avformat/hlsenc: add var_stream_map LANGUAGE field string parameterSteven Liu
2019-01-31avformat/hlsenc: add var_stream_map DEFAULT field status parameterSteven Liu
2019-01-31avformat/hlsenc: make the EXT-X-MEDIA NAME field by stream id.Steven Liu
2019-01-04avformat/hlsenc: free variant streams after write all variant streams infoSteven Liu
2018-12-26avformat/hlsenc: remove unused variable to fix compiler warningSteven Liu
2018-12-26Fix usage of temp_file flag in hls_flags option.Adrian Guzowski
2018-12-24avformat/hlsenc: remove duplicate operation at hls_write_headerSteven Liu
2018-12-10avformat/hlsenc : Added an option to ignore IO errorsKarthick J
2018-12-10avformat/hlsenc: Handled error from ff_http_do_new_request() functionKarthick J
2018-11-25avformat/hlsenc: remove the cannot reach resultSteven Liu
2018-11-17lavf/hlsenc: Do not mix declarations and code.Carl Eugen Hoyos
2018-11-12avformat/hlsenc: check dirname and fix vtt problemSteven Liu
2018-10-30avformat/hlsenc.c: fix the output's duration smaller than input's in sub-rang...Charles Liu