292 Commits (39ff027fd81185d0f8b4dfd49e709f4d0d44e2de)

Author SHA1 Message Date
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
Bela Bodecs 1beeb3b877 avformat/hlsenc: better checking var_stream_map content 6 years ago
Bodecs Bela 86f04b918c avformat/hlsenc: enhanced %v handling with variant names 6 years ago
Bodecs Bela 09a4853930 av_format/hlsenc: fix %v handling by format_name function 6 years ago
Steven Liu fa7a6dbd76 avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag support 6 years ago
Steven Liu 4ef0bea292 doc/muxers: fix typo of the hls var_stream_map example 6 years ago
Steven Liu b18c8688dd avformat/hlsenc: flush packets before update split message 6 years ago
Carl Eugen Hoyos 9461e4bc69 lavf: Constify AVOutputFormat pointer. 6 years ago
Steven Liu 9ec1f7634a avformat/hlsenc: fix fmp4_init_filename file name with %v problem 6 years ago
Steven Liu 1e03d60054 avformat/hlsenc: add var_stream_map LANGUAGE field string parameter 6 years ago
Steven Liu 6a25bb5aa4 avformat/hlsenc: add var_stream_map DEFAULT field status parameter 6 years ago
Steven Liu 62e8644bca avformat/hlsenc: make the EXT-X-MEDIA NAME field by stream id. 6 years ago
Steven Liu b9523f2fd3 avformat/hlsenc: free variant streams after write all variant streams info 6 years ago
Steven Liu cef857da48 avformat/hlsenc: remove unused variable to fix compiler warning 6 years ago
Adrian Guzowski c822d70c3d Fix usage of temp_file flag in hls_flags option. 6 years ago
Steven Liu cdbf8847ea avformat/hlsenc: remove duplicate operation at hls_write_header 6 years ago
Karthick J 2349260330 avformat/hlsenc : Added an option to ignore IO errors 6 years ago
Karthick J 56503a6925 avformat/hlsenc: Handled error from ff_http_do_new_request() function 6 years ago
Steven Liu f9ea493147 avformat/hlsenc: remove the cannot reach result 6 years ago
Carl Eugen Hoyos fc94e9704e lavf/hlsenc: Do not mix declarations and code. 6 years ago
Steven Liu 43cc2e39c0 avformat/hlsenc: check dirname and fix vtt problem 6 years ago
Charles Liu 1ff4bd59df avformat/hlsenc.c: fix the output's duration smaller than input's in sub-range mode. 6 years ago
Charles Liu 76b8e42c1f avformat/hlsenc.c: the size of init.mp4 is zero. 6 years ago
Charles Liu 2365f47bf5 avformat/hlsenc.c: remove the useless variable fmp4_init_mode. 6 years ago
Charles Liu e9dbd62cb5 avformat/hlsenc.c: fix memory leak in fmp4 mode. 6 years ago
Charles Liu 3d1b795493 avformat/hlsenc: fix the duration of m4s segment is unusually smaller than expected. 6 years ago
Steven Liu bb660800a5 avformat/utils: move mkdir_p to utils 6 years ago
Steven Liu fbd8746efa avformat/hlsenc: rename option from use_localtime to strftime 6 years ago