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
*
hlsenc: Only write PAT/PMT once per segment
Derek Buitenhuis
2015-11-02
1
-1
/
+9
*
libavformat/hlsenc: Use of uninitialized memory unlinking old files
DHE
2015-10-03
1
-12
/
+17
*
avformat/hlsenc: Fix the method command line parameter
Michael Niedermayer
2015-09-14
1
-11
/
+31
*
avformat/hlsenc: Fix memleak of path
Michael Niedermayer
2015-09-03
1
-2
/
+4
*
avformat/hlsenc: Initialize vtt_oc to help static analyzers
Michael Niedermayer
2015-09-03
1
-1
/
+1
*
avformat/hlsenc: add a use_localtime option to expand the segment filename wi...
LiuQi
2015-09-02
1
-4
/
+25
*
avformat/hlsenc: Fix wording in comment
Michael Niedermayer
2015-07-26
1
-1
/
+1
*
avformat/hlsenc: Add WebVtt support in hls
Anshul Maheshwari
2015-07-26
1
-10
/
+192
*
avformat/hlsenc: removed empty/unused print_encryption_tag function
Christian Suloway
2015-06-16
1
-4
/
+0
*
avformat/hlsenc: added HLS encryption
Christian Suloway
2015-06-16
1
-2
/
+116
*
avformat/hlsenc: do not append an endlist tag when the stream ends
MrBoogs
2015-05-17
1
-1
/
+3
*
avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...
MrBoogs
2015-05-17
1
-2
/
+8
*
avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...
MrBoogs
2015-05-17
1
-1
/
+7
*
avformat/hlsenc: Warn if a non file protocol is used
Michael Niedermayer
2015-02-23
1
-0
/
+4
*
avformat/hlsenc: Use ff_rename() only for local files
Michael Niedermayer
2015-02-21
1
-2
/
+4
*
hlsenc: write playlist into a temp file and replace the original atomically
Hendrik Leppkes
2015-02-21
1
-1
/
+5
*
hlsenc: remove the AVIOContext for the playlist from the muxer context
Hendrik Leppkes
2015-02-20
1
-15
/
+13
*
avformat/hlsenc: more robust error tests
Michael Niedermayer
2015-01-11
1
-3
/
+3
*
avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory
Michael Niedermayer
2015-01-08
1
-1
/
+1
*
avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-16
1
-2
/
+2
*
avformat/hlsenc: fix hls_write_trailer() on hls_start() failure
Christian Suloway
2014-12-16
1
-4
/
+6
*
avformat/hlsenc: added segment file deletion
Christian Suloway
2014-12-10
1
-4
/
+86
*
avformat/hlsenc: added segment filename option
Christian Suloway
2014-12-06
1
-16
/
+24
*
avformat/hlsenc: Free context after hls_append_segment
Michael Niedermayer
2014-11-16
1
-1
/
+2
*
hlsenc.c, segment.c: propagate defaults to mpegts
Mika Raento
2014-10-17
1
-4
/
+6
*
Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'
Michael Niedermayer
2014-10-07
1
-0
/
+1
|
\
|
*
lavf: Set the stream time base hint properly for chained muxers
Martin Storsjö
2014-10-06
1
-0
/
+1
*
|
Merge commit '55f03d872640175a00bfa262da4652b7312b905f'
Michael Niedermayer
2014-10-03
1
-1
/
+0
|
\
\
|
|
/
|
*
hlsenc: Add parameter -hls_allow_cache
Joakim Roubert
2014-10-03
1
-0
/
+5
*
|
avformat/hlsenc: fix outter typo
Michael Niedermayer
2014-09-29
1
-2
/
+2
*
|
avformat/hlsenc: export inner muxer timebase
Michael Niedermayer
2014-09-28
1
-1
/
+7
*
|
avformat/hlsenc: Added parameter -hls_allow_cache
Joakim Roubert
2014-09-28
1
-0
/
+6
*
|
lavf/hls: add hls_ts_option
Steven Liu
2014-09-16
1
-2
/
+20
*
|
hlsenc: single_file, support HLS ver 4 byteranges
Mika Raento
2014-09-15
1
-12
/
+52
*
|
avformat/hlsenc: add some empty lines to make the code easier to read
Nicolas Martyanoff
2014-07-31
1
-0
/
+7
*
|
avformat/hlsenc: rename some identifers to make the code easier to read
Nicolas Martyanoff
2014-07-31
1
-27
/
+27
*
|
avformat/hlsenc: Add some comments to make the code easier to read
Nicolas Martyanoff
2014-07-31
1
-1
/
+2
*
|
avformat/hlsenc: fix cleanup after avformat_write_header()
Nicolas Martyanoff
2014-07-29
1
-1
/
+1
*
|
avformat/mux: support re-interleaving packets in ff_write_chained()
Michael Niedermayer
2014-07-24
1
-1
/
+1
*
|
avformat/hlsenc: correctly compute target duration
Nicolas Martyanoff
2014-07-10
1
-1
/
+1
*
|
Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7'
Michael Niedermayer
2014-05-17
1
-2
/
+2
|
\
\
|
|
/
|
*
hlsenc: Set the default codecs to AAC and H264
Martin Storsjö
2014-05-17
1
-2
/
+2
*
|
Merge commit '7266e24f176389d2e81bfc7c829934f7c8ae361c'
Michael Niedermayer
2014-04-30
1
-4
/
+1
|
\
\
|
|
/
|
*
hls: Sync the file number with the start sequence
Luca Barbato
2014-04-30
1
-4
/
+1
*
|
Merge commit 'a16431034d9bd44182bf844d6bbde2c98bc4e6b5'
Michael Niedermayer
2014-04-30
1
-3
/
+3
|
\
\
|
|
/
|
*
hls: Factor the sequence computation
Luca Barbato
2014-04-30
1
-3
/
+3
*
|
Merge commit 'c7603b3c243331057300337a61464e6ac4a605cb'
Michael Niedermayer
2014-04-30
1
-3
/
+6
|
\
\
|
|
/
|
*
hls: Print start_number as first sequence value
Luca Barbato
2014-04-30
1
-3
/
+6
*
|
Merge commit '344f7b5a7e0d50573dec402dfe6228676f3889d9'
Michael Niedermayer
2014-04-30
1
-0
/
+3
|
\
\
|
|
/
|
*
hls: Report the current media sequence
Luca Barbato
2014-04-30
1
-0
/
+3
[next]