summaryrefslogtreecommitdiffstats
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: fix the av_dirname path isn't include separator in the end o...Limin Wang2019-10-311-6/+10
* avformat/hlsenc: move freep segment from sls_flags_filename_process after cal...Steven Liu2019-10-281-3/+1
* avformat/hlsenc: check av_strdup() return valueSteven Liu2019-10-191-0/+6
* lavf/hlsenc: fix memory leakJun Zhao2019-10-181-0/+2
* avformat/hlsenc: replace with av_freep for all av_freeLimin Wang2019-10-081-32/+32
* avformat/hlsenc: replace with av_dirname to get the directoryLimin Wang2019-10-081-16/+6
* avformat/hlsenc: remove the unnecessary null pointer checkLimin Wang2019-10-081-24/+2
* avformat/hlsenc: add logging context to logSteven Liu2019-10-081-4/+4
* avformat/hlsenc: make fix code style of hls_write_trailerSteven Liu2019-09-141-8/+8
* avformat/hlsenc: Fix memleak when using single_fileAndreas Rheinhardt2019-09-141-0/+1
* hlsenc: flush segments to guarantuee atomic single file hlsDaniel Oberhoff2019-09-141-0/+1
* avformat/hlsenc: fix memleak at hls_write_trailerSteven Liu2019-09-121-0/+1
* avformat/hlsenc: print warning at the end when upload the last segment failedSteven Liu2019-09-121-0/+2
* avformat/hlsenc: merge fmp4 and mpegts segment type m3u8 list AVIOConextSteven Liu2019-09-121-11/+11
* avformat/hlsenc: fix compiling error of hlsencSteven Liu2019-09-061-1/+1
* avformat/hlsenc: fix code styleSteven Liu2019-09-061-21/+28
* avformat/hlsenc: move the warning message from every segment upload to init partSteven Liu2019-09-061-1/+5
* avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistentSteven Liu2019-09-061-11/+55
* lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for r...Limin Wang2019-09-021-35/+15
* avformat/hlsenc: remove unused valueSteven Liu2019-08-261-1/+0
* avformat/hlsenc: fix memleak of filenameSteven Liu2019-08-261-2/+1
* avformat/hlsenc: fix memleak in hls_write_trailerSteven Liu2019-08-261-0/+1
* avformat/hlsenc: avformat/hlsenc: simplified codeSteven Liu2019-08-211-6/+1
* avformat/hlsenc: simplified code of use_localtime in hls_initSteven Liu2019-08-211-11/+4
* avformat/hlsenc: fix memleak in update_variant_stream_infoSteven Liu2019-08-211-2/+6
* avformat/hlsenc: reindent codeSteven Liu2019-08-201-35/+32
* avformat/hlsenc: remove unuse comment of the codeSteven Liu2019-08-201-1/+0
* lavf/hlsenc: free the old_filname to avoid memory leakJun Zhao2019-08-201-0/+1
* lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]Limin Wang2019-08-201-1/+1
* avformat/hlsenc: merge mpegts and fmp4 workflow to one workflowSteven Liu2019-08-181-127/+124
* avformat/hlsenc: Fix overflow of int for durations computeSteven Liu2019-07-291-2/+2
* avformat/hlsenc: use old way for fragment mp4 in HLS PUT methodSteven Liu2019-07-151-11/+15
* avformat/hlsenc: use one handler for m3u8 and segmentsSteven Liu2019-07-111-19/+20
* avformat/hlsenc: changing all filename length to MAX_URL_SIZEBela Bodecs2019-07-011-9/+9
* avformat/hlsenc: temp_file usage for master playlist and vtt playlistBela Bodecs2019-06-281-9/+21
* hlsenc: Add option to set custom HTTP headersDerek Buitenhuis2019-06-271-0/+4
* avformat/hlsenc: better error log message for var_stream_map contentBela Bodecs2019-06-241-4/+4
* avformat/hlsenc: better checking var_stream_map contentBela Bodecs2019-06-221-1/+18
* avformat/hlsenc: enhanced %v handling with variant namesBodecs Bela2019-06-201-29/+81
* av_format/hlsenc: fix %v handling by format_name functionBodecs Bela2019-06-191-10/+10
* avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag supportSteven Liu2019-06-141-5/+22
* doc/muxers: fix typo of the hls var_stream_map exampleSteven Liu2019-06-021-1/+1
* avformat/hlsenc: flush packets before update split messageSteven Liu2019-04-141-0/+1
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-2/+2
* avformat/hlsenc: fix fmp4_init_filename file name with %v problemSteven Liu2019-02-101-1/+5
* avformat/hlsenc: add var_stream_map LANGUAGE field string parameterSteven Liu2019-01-311-4/+11
* avformat/hlsenc: add var_stream_map DEFAULT field status parameterSteven Liu2019-01-311-5/+24
* avformat/hlsenc: make the EXT-X-MEDIA NAME field by stream id.Steven Liu2019-01-311-1/+1
* avformat/hlsenc: free variant streams after write all variant streams infoSteven Liu2019-01-041-17/+31
* avformat/hlsenc: remove unused variable to fix compiler warningSteven Liu2018-12-261-2/+0
OpenPOWER on IntegriCloud