]> git.sesse.net Git - ffmpeg/history - libavformat/hlsenc.c
avformat/argo_asf: fix enforcement of chunk count
[ffmpeg] / libavformat / hlsenc.c
2020-08-10 Steven Liuavformat/hlsenc: write temp file for append single...
2020-07-29 Marton Balintavformat/hlsenc: increase initial program date time...
2020-07-07 Steven Liuavformat/hlsenc: check fragment size plus start_pos...
2020-07-06 Andrey Semashevlibavformat/hlsenc: Remove duplicate close of the outpu...
2020-07-02 Limin Wangavformat/hlsenc: simplify code to pass s directly
2020-07-02 Limin Wangavformat/hlsenc: fix av_bprint_finalize() usage
2020-07-02 Limin Wangavformat/hlsenc: use proper error codes
2020-06-15 Andreas Rheinhardtavformat/hlsenc: Always treat numbers as decimal
2020-05-28 Andreas Rheinhardtavformat/hlsenc, hlsplaylist: Cosmetics
2020-05-28 Andreas Rheinhardtavformat/hlsenc: Avoid duplicating strings when parsing
2020-05-28 Andreas Rheinhardtavformat/hlsenc: Don't unnecessarily duplicate baseurl...
2020-05-17 Andreas Rheinhardtavformat/hlsenc: Don't segfault on uncommon names
2020-05-12 Steven Liuavformat/hlsenc: free options fix memleak in hls_write_...
2020-05-12 Steven Liuavformat/hlsenc: fix filename memleak in hls_write_packet
2020-05-12 Steven Liuavformat/hlsenc: move number out of hls_start
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Simplify setting base_output_dirname
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Simplify setting basename with av_aspr...
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Simplify setting subtitle basename...
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Don't cast const away
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Remove redundant initializations
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Don't reset AVIOContext pointer manual...
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Cosmetics
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Factor check out of loop
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Localize initialization of subtitle...
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Unconditionally free some strings
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Check some unchecked allocations
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Add deinit function
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Avoid setting unused variables
2020-05-07 Andreas Rheinhardtavformat/hlsenc: Remove redundant setting of output...
2020-05-06 Andreas Rheinhardtavformat/hlsenc: Improve checks for invalid stream...
2020-05-06 Steven Liuavformat/hlsenc: resend full url of the init fragment mp4
2020-05-06 Yaroslav Pogrebnyaklibavformat/hlsenc: Allow usage of 'periodic-rekey...
2020-05-06 Steven Liuavformat/hlsenc: compute segment duration use current...
2020-05-01 Marton Balintavformat/hlsenc: add support for microseconds since...
2020-04-15 Steven Liuavformat/hlsenc: add hls_fmp4_init_resend option
2020-04-10 Limin Wangavformat/hlsenc: return media_url directly if failed...
2020-04-08 Limin Wangavformat/hlsenc: use av_asprintf()
2020-04-08 Andreas Rheinhardtavformat/hlsenc: Factor out deleting files from deletin...
2020-04-08 Limin Wangavformat: add subtitle support in master playlist m3u8
2020-04-08 Limin Wangavformat/hlsenc: remove the first slash of the relative...
2020-04-08 Andreas Rheinhardtavformat/hlsenc: Use AVBPrint to avoid allocations...
2020-04-08 Andreas Rheinhardtavformat/hlsenc: Fix memleak when deleting old segments
2020-03-12 Steven Liuavformat/hlsenc: set the options when open the key...
2020-03-12 Hongcheng Zhongavformat/hlsenc: Fix initial setting for start_pts
2020-02-05 Marton Balintavformat/hlsenc: allow a custom SDT and PAT period
2020-01-31 Marton Balintavformat/hlsenc: fix hls_ts_options with mpegts
2020-01-20 Bela Bodecsavformat/hlsenc: fix default AES key file url with...
2020-01-20 Bela Bodecsavformat/hlsenc: program_date_time and append_list...
2020-01-20 Steven Liuavformat/hlsenc: compare without the last directory...
2020-01-07 Marton Balintavformat: remove unneeded avio_flush() calls before...
2020-01-01 Marton Balintavformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_options
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix check for presence of webvtt muxer
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix memleaks with repeating parameters
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix return value from localtime_r...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix potential segfault upon allocation...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of options when writing packets
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of options when initializing...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Only allocate when data is known to...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix typo in error message
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of child AVFormatContext
2019-12-11 Steven Liuavformat/hlsenc: remove duplicate code block
2019-12-10 Michael NiedermayerRemove redundant ;
2019-11-26 Steven Liuavformat/hlsenc: set strict_std_compliance from the...
2019-11-13 Limin Wangavformat/hlsenc: free the original malloc pointer to...
2019-10-31 Limin Wangavformat/hlsenc: fix the av_dirname path isn't include...
2019-10-28 Steven Liuavformat/hlsenc: move freep segment from sls_flags_file...
2019-10-19 Steven Liuavformat/hlsenc: check av_strdup() return value
2019-10-18 Jun Zhaolavf/hlsenc: fix memory leak
2019-10-08 Limin Wangavformat/hlsenc: replace with av_freep for all av_free
2019-10-08 Limin Wangavformat/hlsenc: replace with av_dirname to get the...
2019-10-08 Limin Wangavformat/hlsenc: remove the unnecessary null pointer...
2019-10-08 Steven Liuavformat/hlsenc: add logging context to log
2019-09-14 Steven Liuavformat/hlsenc: make fix code style of hls_write_trailer
2019-09-14 Andreas Rheinhardtavformat/hlsenc: Fix memleak when using single_file
2019-09-14 Daniel Oberhoffhlsenc: flush segments to guarantuee atomic single...
2019-09-12 Steven Liuavformat/hlsenc: fix memleak at hls_write_trailer
2019-09-12 Steven Liuavformat/hlsenc: print warning at the end when upload...
2019-09-12 Steven Liuavformat/hlsenc: merge fmp4 and mpegts segment type...
2019-09-06 Steven Liuavformat/hlsenc: fix compiling error of hlsenc
2019-09-06 Steven Liuavformat/hlsenc: fix code style
2019-09-06 Steven Liuavformat/hlsenc: move the warning message from every...
2019-09-06 Steven Liuavformat/hlsenc: avformat/hlsenc: reopen new http sessi...
2019-09-02 Limin Wanglavf/hlsenc: refine the get_relative_url function to...
2019-08-26 Steven Liuavformat/hlsenc: remove unused value
2019-08-26 Steven Liuavformat/hlsenc: fix memleak of filename
2019-08-26 Steven Liuavformat/hlsenc: fix memleak in hls_write_trailer
2019-08-21 Steven Liuavformat/hlsenc: avformat/hlsenc: simplified code
2019-08-21 Steven Liuavformat/hlsenc: simplified code of use_localtime in...
2019-08-21 Steven Liuavformat/hlsenc: fix memleak in update_variant_stream_info
2019-08-20 Steven Liuavformat/hlsenc: reindent code
2019-08-20 Steven Liuavformat/hlsenc: remove unuse comment of the code
2019-08-20 Jun Zhaolavf/hlsenc: free the old_filname to avoid memory leak
2019-08-20 Limin Wanglavf/hlsenc: fix one warning: unused variable 'filename...
2019-08-18 Steven Liuavformat/hlsenc: merge mpegts and fmp4 workflow to...
2019-07-29 Steven Liuavformat/hlsenc: Fix overflow of int for durations...
2019-07-15 Steven Liuavformat/hlsenc: use old way for fragment mp4 in HLS...
2019-07-11 Steven Liuavformat/hlsenc: use one handler for m3u8 and segments
2019-07-01 Bela Bodecsavformat/hlsenc: changing all filename length to MAX_UR...
2019-06-28 Bela Bodecsavformat/hlsenc: temp_file usage for master playlist...
2019-06-27 Derek Buitenhuishlsenc: Add option to set custom HTTP headers
next