summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* avformat/hlsenc: set the options when open the key info filesSteven Liu2020-03-12
* avformat/hlsenc: Fix initial setting for start_ptsHongcheng Zhong2020-03-12
* avformat/hlsenc: allow a custom SDT and PAT periodMarton Balint2020-02-05
* avformat/hlsenc: fix hls_ts_options with mpegtsMarton Balint2020-01-31
* avformat/hlsenc: fix default AES key file url with variant streamsBela Bodecs2020-01-20
* avformat/hlsenc: program_date_time and append_list flags conflictBela Bodecs2020-01-20
* avformat/hlsenc: compare without the last directory separator in get_relative...Steven Liu2020-01-20
* avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf()Marton Balint2020-01-07
* avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_optionsMarton Balint2020-01-01
* avformat/hlsenc: Fix check for presence of webvtt muxerAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix memleaks with repeating parametersAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix return value from localtime_r failureAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix potential segfault upon allocation failureAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix leak of options when writing packetsAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix leak of options when initializing muxing failsAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Only allocate when data is known to be neededAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix typo in error messageAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix leak of child AVFormatContextAndreas Rheinhardt2019-12-23
* avformat/hlsenc: remove duplicate code blockSteven Liu2019-12-11
* Remove redundant ;Michael Niedermayer2019-12-10
* avformat/hlsenc: set strict_std_compliance from the parent AVFormatContextSteven Liu2019-11-26
* avformat/hlsenc: free the original malloc pointer to avoid error when system ...Limin Wang2019-11-13
* avformat/hlsenc: fix the av_dirname path isn't include separator in the end o...Limin Wang2019-10-31
* avformat/hlsenc: move freep segment from sls_flags_filename_process after cal...Steven Liu2019-10-28
* avformat/hlsenc: check av_strdup() return valueSteven Liu2019-10-19
* lavf/hlsenc: fix memory leakJun Zhao2019-10-18
* avformat/hlsenc: replace with av_freep for all av_freeLimin Wang2019-10-08
* avformat/hlsenc: replace with av_dirname to get the directoryLimin Wang2019-10-08
* avformat/hlsenc: remove the unnecessary null pointer checkLimin Wang2019-10-08
* avformat/hlsenc: add logging context to logSteven Liu2019-10-08
* avformat/hlsenc: make fix code style of hls_write_trailerSteven Liu2019-09-14
* avformat/hlsenc: Fix memleak when using single_fileAndreas Rheinhardt2019-09-14
* hlsenc: flush segments to guarantuee atomic single file hlsDaniel Oberhoff2019-09-14
* avformat/hlsenc: fix memleak at hls_write_trailerSteven Liu2019-09-12
* avformat/hlsenc: print warning at the end when upload the last segment failedSteven Liu2019-09-12
* avformat/hlsenc: merge fmp4 and mpegts segment type m3u8 list AVIOConextSteven Liu2019-09-12
* avformat/hlsenc: fix compiling error of hlsencSteven Liu2019-09-06
* avformat/hlsenc: fix code styleSteven Liu2019-09-06
* avformat/hlsenc: move the warning message from every segment upload to init partSteven Liu2019-09-06
* avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistentSteven Liu2019-09-06
* lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for r...Limin Wang2019-09-02
* avformat/hlsenc: remove unused valueSteven Liu2019-08-26
* avformat/hlsenc: fix memleak of filenameSteven Liu2019-08-26
* avformat/hlsenc: fix memleak in hls_write_trailerSteven Liu2019-08-26
* avformat/hlsenc: avformat/hlsenc: simplified codeSteven Liu2019-08-21
* avformat/hlsenc: simplified code of use_localtime in hls_initSteven Liu2019-08-21
* avformat/hlsenc: fix memleak in update_variant_stream_infoSteven Liu2019-08-21
* avformat/hlsenc: reindent codeSteven Liu2019-08-20
* avformat/hlsenc: remove unuse comment of the codeSteven Liu2019-08-20
* lavf/hlsenc: free the old_filname to avoid memory leakJun Zhao2019-08-20