]> git.sesse.net Git - ffmpeg/history - libavformat/hlsenc.c
avformat/hlsenc: Localize initialization of subtitle streams
[ffmpeg] / libavformat / hlsenc.c
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
2019-06-24 Bela Bodecsavformat/hlsenc: better error log message for var_strea...
2019-06-22 Bela Bodecsavformat/hlsenc: better checking var_stream_map content
2019-06-20 Bodecs Belaavformat/hlsenc: enhanced %v handling with variant...
2019-06-19 Bodecs Belaav_format/hlsenc: fix %v handling by format_name function
2019-06-14 Steven Liuavformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag support
2019-06-02 Steven Liudoc/muxers: fix typo of the hls var_stream_map example
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
2019-05-02 James AlmerMerge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
2019-05-02 James AlmerMerge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
2019-05-02 James AlmerMerge commit 'c0bd865ad60da31282c5d8e1000c98366249c31e'
2019-05-02 James AlmerMerge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
2019-04-14 Steven Liuavformat/hlsenc: flush packets before update split...
2019-03-22 James AlmerMerge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff'
2019-03-20 Carl Eugen Hoyoslavf: Constify AVOutputFormat pointer.
2019-03-14 James AlmerMerge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'
2019-03-14 James AlmerMerge commit '186bd30aa3b6c2b29b4dbf18278700b572068b1e'
2019-03-14 James AlmerMerge commit '7e42d5f0ab2aeac811fd01e122627c9198b13f01'
2019-03-14 James AlmerMerge commit '49f9c4272c4029b57ff300d908ba03c6332fc9c4'
2019-03-14 James AlmerMerge commit '37394ef01b040605f8e1c98e73aa12b1c0bcba07'
2019-03-14 James AlmerMerge commit 'cef914e08310166112ac09567e66452a7679bfc8'
2019-03-14 James AlmerMerge commit 'e39a9212ab37a55b346801c77487d8a47b6f9fe2'
2019-03-14 James AlmerMerge commit '58d154922707bfeb873cb3a7476e0f94b17463dd'
2019-03-14 James AlmerMerge commit 'cc7ba00c35faf0478f1f56215e926f70ccb31282'
next