406 Commits (2345b4eb9c430946ff1ca04d9ee55168336fd1cb)

Author SHA1 Message Date
Steven Liu e684d07ac6 avformat/hlsenc: move number out of hls_start 5 years ago
Andreas Rheinhardt 6db81e93a9 avformat/hlsenc: Simplify setting base_output_dirname 5 years ago
Andreas Rheinhardt 21553d2082 avformat/hlsenc: Simplify setting basename with av_asprintf() 5 years ago
Andreas Rheinhardt 6b44f6839d avformat/hlsenc: Simplify setting subtitle basename with av_asprintf 5 years ago
Andreas Rheinhardt 940601616e avformat/hlsenc: Don't cast const away 5 years ago
Andreas Rheinhardt d41c93d155 avformat/hlsenc: Remove redundant initializations 5 years ago
Andreas Rheinhardt a90f2265fa avformat/hlsenc: Don't reset AVIOContext pointer manually a second time 5 years ago
Andreas Rheinhardt 345158aea1 avformat/hlsenc: Cosmetics 5 years ago
Andreas Rheinhardt 4effcc399a avformat/hlsenc: Factor check out of loop 5 years ago
Andreas Rheinhardt e1dfb5128b avformat/hlsenc: Localize initialization of subtitle streams 5 years ago
Andreas Rheinhardt 191b51254c avformat/hlsenc: Unconditionally free some strings 5 years ago
Andreas Rheinhardt 2fcfc16dd2 avformat/hlsenc: Check some unchecked allocations 5 years ago
Andreas Rheinhardt fdb6f55209 avformat/hlsenc: Add deinit function 5 years ago
Andreas Rheinhardt de20f6cb70 avformat/hlsenc: Avoid setting unused variables 5 years ago
Andreas Rheinhardt 1ec0fb56a7 avformat/hlsenc: Remove redundant setting of output format 5 years ago
Andreas Rheinhardt c801ab43c3 avformat/hlsenc: Improve checks for invalid stream mappings 5 years ago
Steven Liu 666dbe7aac avformat/hlsenc: resend full url of the init fragment mp4 5 years ago
Yaroslav Pogrebnyak 7f0200d0d2 libavformat/hlsenc: Allow usage of 'periodic-rekey' with multi-variant streams 5 years ago
Steven Liu a7bab199e5 avformat/hlsenc: compute segment duration use current pts minus last segment end pts 5 years ago
Marton Balint d695762949 avformat/hlsenc: add support for microseconds since epoch based sequence number 5 years ago
Steven Liu 152f61e29b avformat/hlsenc: add hls_fmp4_init_resend option 5 years ago
Limin Wang df08db0711 avformat/hlsenc: return media_url directly if failed to get seperator 5 years ago
Limin Wang 99ebb033d2 avformat/hlsenc: use av_asprintf() 5 years ago
Andreas Rheinhardt d7780636df avformat/hlsenc: Factor out deleting files from deleting segments 5 years ago
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