index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
hlsenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avformat/hlsenc: Only allocate when data is known to be needed
Andreas Rheinhardt
2019-12-23
1
-6
/
+5
*
avformat/hlsenc: Fix typo in error message
Andreas Rheinhardt
2019-12-23
1
-1
/
+1
*
avformat/hlsenc: Fix leak of child AVFormatContext
Andreas Rheinhardt
2019-12-23
1
-1
/
+0
*
avformat/hlsenc: remove duplicate code block
Steven Liu
2019-12-11
1
-21
/
+5
*
Remove redundant ;
Michael Niedermayer
2019-12-10
1
-1
/
+1
*
avformat/hlsenc: set strict_std_compliance from the parent AVFormatContext
Steven Liu
2019-11-26
1
-6
/
+7
*
avformat/hlsenc: free the original malloc pointer to avoid error when system ...
Limin Wang
2019-11-13
1
-10
/
+13
*
avformat/hlsenc: fix the av_dirname path isn't include separator in the end o...
Limin Wang
2019-10-31
1
-6
/
+10
*
avformat/hlsenc: move freep segment from sls_flags_filename_process after cal...
Steven Liu
2019-10-28
1
-3
/
+1
*
avformat/hlsenc: check av_strdup() return value
Steven Liu
2019-10-19
1
-0
/
+6
*
lavf/hlsenc: fix memory leak
Jun Zhao
2019-10-18
1
-0
/
+2
*
avformat/hlsenc: replace with av_freep for all av_free
Limin Wang
2019-10-08
1
-32
/
+32
*
avformat/hlsenc: replace with av_dirname to get the directory
Limin Wang
2019-10-08
1
-16
/
+6
*
avformat/hlsenc: remove the unnecessary null pointer check
Limin Wang
2019-10-08
1
-24
/
+2
*
avformat/hlsenc: add logging context to log
Steven Liu
2019-10-08
1
-4
/
+4
*
avformat/hlsenc: make fix code style of hls_write_trailer
Steven Liu
2019-09-14
1
-8
/
+8
*
avformat/hlsenc: Fix memleak when using single_file
Andreas Rheinhardt
2019-09-14
1
-0
/
+1
*
hlsenc: flush segments to guarantuee atomic single file hls
Daniel Oberhoff
2019-09-14
1
-0
/
+1
*
avformat/hlsenc: fix memleak at hls_write_trailer
Steven Liu
2019-09-12
1
-0
/
+1
*
avformat/hlsenc: print warning at the end when upload the last segment failed
Steven Liu
2019-09-12
1
-0
/
+2
*
avformat/hlsenc: merge fmp4 and mpegts segment type m3u8 list AVIOConext
Steven Liu
2019-09-12
1
-11
/
+11
*
avformat/hlsenc: fix compiling error of hlsenc
Steven Liu
2019-09-06
1
-1
/
+1
*
avformat/hlsenc: fix code style
Steven Liu
2019-09-06
1
-21
/
+28
*
avformat/hlsenc: move the warning message from every segment upload to init part
Steven Liu
2019-09-06
1
-1
/
+5
*
avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistent
Steven Liu
2019-09-06
1
-11
/
+55
*
lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for r...
Limin Wang
2019-09-02
1
-35
/
+15
*
avformat/hlsenc: remove unused value
Steven Liu
2019-08-26
1
-1
/
+0
*
avformat/hlsenc: fix memleak of filename
Steven Liu
2019-08-26
1
-2
/
+1
*
avformat/hlsenc: fix memleak in hls_write_trailer
Steven Liu
2019-08-26
1
-0
/
+1
*
avformat/hlsenc: avformat/hlsenc: simplified code
Steven Liu
2019-08-21
1
-6
/
+1
*
avformat/hlsenc: simplified code of use_localtime in hls_init
Steven Liu
2019-08-21
1
-11
/
+4
*
avformat/hlsenc: fix memleak in update_variant_stream_info
Steven Liu
2019-08-21
1
-2
/
+6
*
avformat/hlsenc: reindent code
Steven Liu
2019-08-20
1
-35
/
+32
*
avformat/hlsenc: remove unuse comment of the code
Steven Liu
2019-08-20
1
-1
/
+0
*
lavf/hlsenc: free the old_filname to avoid memory leak
Jun Zhao
2019-08-20
1
-0
/
+1
*
lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]
Limin Wang
2019-08-20
1
-1
/
+1
*
avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow
Steven Liu
2019-08-18
1
-127
/
+124
*
avformat/hlsenc: Fix overflow of int for durations compute
Steven Liu
2019-07-29
1
-2
/
+2
*
avformat/hlsenc: use old way for fragment mp4 in HLS PUT method
Steven Liu
2019-07-15
1
-11
/
+15
*
avformat/hlsenc: use one handler for m3u8 and segments
Steven Liu
2019-07-11
1
-19
/
+20
*
avformat/hlsenc: changing all filename length to MAX_URL_SIZE
Bela Bodecs
2019-07-01
1
-9
/
+9
*
avformat/hlsenc: temp_file usage for master playlist and vtt playlist
Bela Bodecs
2019-06-28
1
-9
/
+21
*
hlsenc: Add option to set custom HTTP headers
Derek Buitenhuis
2019-06-27
1
-0
/
+4
*
avformat/hlsenc: better error log message for var_stream_map content
Bela Bodecs
2019-06-24
1
-4
/
+4
*
avformat/hlsenc: better checking var_stream_map content
Bela Bodecs
2019-06-22
1
-1
/
+18
*
avformat/hlsenc: enhanced %v handling with variant names
Bodecs Bela
2019-06-20
1
-29
/
+81
*
av_format/hlsenc: fix %v handling by format_name function
Bodecs Bela
2019-06-19
1
-10
/
+10
*
avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag support
Steven Liu
2019-06-14
1
-5
/
+22
*
doc/muxers: fix typo of the hls var_stream_map example
Steven Liu
2019-06-02
1
-1
/
+1
*
avformat/hlsenc: flush packets before update split message
Steven Liu
2019-04-14
1
-0
/
+1
[prev]
[next]