319 Commits (7b58702cbdce097f32f62c87cd537ab28c04ffb2)

Author SHA1 Message Date
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
Steven Liu d1fe1344ea avformat/hlsenc: fix memleak in update_variant_stream_info 5 years ago
Steven Liu 3708a2a909 avformat/hlsenc: reindent code 5 years ago
Steven Liu 939c17fcb3 avformat/hlsenc: remove unuse comment of the code 5 years ago
Jun Zhao f36925201c lavf/hlsenc: free the old_filname to avoid memory leak 5 years ago
Limin Wang eccb94c3ba lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable] 5 years ago
Steven Liu cff309097a avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow 5 years ago
Steven Liu 23678462c0 avformat/hlsenc: Fix overflow of int for durations compute 6 years ago
Steven Liu 234a5e058d avformat/hlsenc: use old way for fragment mp4 in HLS PUT method 6 years ago
Steven Liu 33a8cd5925 avformat/hlsenc: use one handler for m3u8 and segments 6 years ago
Bela Bodecs 1476d82e73 avformat/hlsenc: changing all filename length to MAX_URL_SIZE 6 years ago
Bela Bodecs 098ab93257 avformat/hlsenc: temp_file usage for master playlist and vtt playlist 6 years ago
Derek Buitenhuis 025fcee6fa hlsenc: Add option to set custom HTTP headers 6 years ago
Bela Bodecs 2045dd0050 avformat/hlsenc: better error log message for var_stream_map content 6 years ago