382 Commits (e1484bc455dff500f8b35b58d434924bca0e03d6)

Author SHA1 Message Date
Limin Wang cd8c5e89ba avformat: add subtitle support in master playlist m3u8 5 years ago
Limin Wang e2e8ef5076 avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file 5 years ago
Andreas Rheinhardt c9cd0a20b2 avformat/hlsenc: Use AVBPrint to avoid allocations of strings 5 years ago
Andreas Rheinhardt de8f6a4033 avformat/hlsenc: Fix memleak when deleting old segments 5 years ago
Steven Liu 31bc1c44d6 avformat/hlsenc: set the options when open the key info files 5 years ago
Hongcheng Zhong 5c72bb62a9 avformat/hlsenc: Fix initial setting for start_pts 5 years ago
Marton Balint a8a05340de avformat/hlsenc: allow a custom SDT and PAT period 5 years ago
Marton Balint 73aab08d9d avformat/hlsenc: fix hls_ts_options with mpegts 5 years ago
Bela Bodecs 8c3e9c9cbb avformat/hlsenc: fix default AES key file url with variant streams 5 years ago
Bela Bodecs dd5c7378bb avformat/hlsenc: program_date_time and append_list flags conflict 5 years ago
Steven Liu bc0bedf3c9 avformat/hlsenc: compare without the last directory separator in get_relative_url 5 years ago
Marton Balint 4d7f8254ac avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf() 5 years ago
Marton Balint 5d35a6e8e2 avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_options 5 years ago
Andreas Rheinhardt 74a8be3546 avformat/hlsenc: Fix check for presence of webvtt muxer 5 years ago
Andreas Rheinhardt 5ba3a8958c avformat/hlsenc: Fix memleaks with repeating parameters 5 years ago
Andreas Rheinhardt 53c1458bf2 avformat/hlsenc: Fix return value from localtime_r failure 5 years ago
Andreas Rheinhardt 149ee954a3 avformat/hlsenc: Fix potential segfault upon allocation failure 5 years ago
Andreas Rheinhardt bd131b64bc avformat/hlsenc: Fix leak of options when writing packets 5 years ago
Andreas Rheinhardt 9e4b3ccbb6 avformat/hlsenc: Fix leak of options when initializing muxing fails 5 years ago
Andreas Rheinhardt ae84305036 avformat/hlsenc: Only allocate when data is known to be needed 5 years ago
Andreas Rheinhardt 728c44b861 avformat/hlsenc: Fix typo in error message 5 years ago
Andreas Rheinhardt 7d6637bcc4 avformat/hlsenc: Fix leak of child AVFormatContext 5 years ago
Steven Liu ed89763336 avformat/hlsenc: remove duplicate code block 5 years ago
Michael Niedermayer a0ae4b7df9 Remove redundant ; 5 years ago
Steven Liu 59d264b0a1 avformat/hlsenc: set strict_std_compliance from the parent AVFormatContext 5 years ago
Limin Wang 09afddf04e avformat/hlsenc: free the original malloc pointer to avoid error when system function used in the following patch 5 years ago
Limin Wang 7c872df3e1 avformat/hlsenc: fix the av_dirname path isn't include separator in the end of string 5 years ago
Steven Liu 1a109fba54 avformat/hlsenc: move freep segment from sls_flags_filename_process after caller failed 5 years ago
Steven Liu 17d96c15d2 avformat/hlsenc: check av_strdup() return value 5 years ago
Jun Zhao feaec3bc31 lavf/hlsenc: fix memory leak 5 years ago
Limin Wang afab93ccd0 avformat/hlsenc: replace with av_freep for all av_free 5 years ago
Limin Wang 28bb73cee7 avformat/hlsenc: replace with av_dirname to get the directory 5 years ago
Limin Wang 61aa77272a avformat/hlsenc: remove the unnecessary null pointer check 5 years ago
Steven Liu db99b32a1b avformat/hlsenc: add logging context to log 5 years ago
Steven Liu 8efc9fcc56 avformat/hlsenc: make fix code style of hls_write_trailer 5 years ago
Andreas Rheinhardt 1a066d87e3 avformat/hlsenc: Fix memleak when using single_file 5 years ago
Daniel Oberhoff 88a26abcc6 hlsenc: flush segments to guarantuee atomic single file hls 5 years ago
Steven Liu 9ff8fbda65 avformat/hlsenc: fix memleak at hls_write_trailer 5 years ago
Steven Liu 5b809a8d4b avformat/hlsenc: print warning at the end when upload the last segment failed 5 years ago
Steven Liu 307e0627db avformat/hlsenc: merge fmp4 and mpegts segment type m3u8 list AVIOConext 5 years ago
Steven Liu db92a3e463 avformat/hlsenc: fix compiling error of hlsenc 5 years ago
Steven Liu fe77cad3a4 avformat/hlsenc: fix code style 5 years ago
Steven Liu 07b4bf5f11 avformat/hlsenc: move the warning message from every segment upload to init part 5 years ago
Steven Liu f267a2ac9c avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistent 5 years ago
Limin Wang 75aea52a10 lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for relation path 5 years ago
Steven Liu 17576fda65 avformat/hlsenc: remove unused value 5 years ago
Steven Liu 80d2a7f5c6 avformat/hlsenc: fix memleak of filename 5 years ago
Steven Liu 4ba82ecc12 avformat/hlsenc: fix memleak in hls_write_trailer 5 years ago
Steven Liu c66d468795 avformat/hlsenc: avformat/hlsenc: simplified code 5 years ago
Steven Liu fa78a6abb3 avformat/hlsenc: simplified code of use_localtime in hls_init 5 years ago