index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
hlsenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hlsenc: Support recovery from an already present playlist
Luca Barbato
2017-05-31
1
-10
/
+85
*
hlsenc: Correctly write down all 16 bytes in hex
Luca Barbato
2017-02-10
1
-5
/
+6
*
build: Drop gcrypt support
Diego Biurrun
2016-11-25
1
-7
/
+2
*
hlsenc: Fix the openssl support
Luca Barbato
2016-11-18
1
-0
/
+1
*
hlsenc: Add encryption support
Luca Barbato
2016-11-17
1
-18
/
+198
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-3
/
+3
*
lavf: allow custom IO for all files
Anton Khirnov
2016-01-24
1
-7
/
+8
*
hlsenc: Support outputting specific versions
Luca Barbato
2015-08-25
1
-4
/
+11
*
hlsenc: Use AV_TIME_BASE units for all the computations
Luca Barbato
2015-08-16
1
-13
/
+15
*
hlsenc: write playlist into a temp file and replace the original atomically
Hendrik Leppkes
2015-02-20
1
-1
/
+5
*
hlsenc: remove the AVIOContext for the playlist from the muxer context
Hendrik Leppkes
2015-02-20
1
-13
/
+12
*
lavf: Set the stream time base hint properly for chained muxers
Martin Storsjö
2014-10-06
1
-0
/
+1
*
hlsenc: Add parameter -hls_allow_cache
Joakim Roubert
2014-10-03
1
-0
/
+5
*
hlsenc: Set the default codecs to AAC and H264
Martin Storsjö
2014-05-17
1
-2
/
+2
*
hls: Sync the file number with the start sequence
Luca Barbato
2014-04-30
1
-4
/
+1
*
hls: Factor the sequence computation
Luca Barbato
2014-04-30
1
-3
/
+3
*
hls: Print start_number as first sequence value
Luca Barbato
2014-04-30
1
-3
/
+6
*
hls: Report the current media sequence
Luca Barbato
2014-04-30
1
-0
/
+3
*
hls: Add an option to prepend a baseurl to the playlist entries
Luca Barbato
2014-04-29
1
-0
/
+4
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+1
*
hlsenc: Don't reset the number variable when wrapping
Carl Eugen Hoyos
2013-08-15
1
-4
/
+2
*
hlsenc: Append the last incomplete segment when closing the output
Stefano Sabatini
2013-08-15
1
-3
/
+9
*
hls, segment: fix splitting for audio-only streams.
Anton Khirnov
2013-04-27
1
-5
/
+7
*
hlsenc: Make the start_number option set the right variable
Kanglin
2013-01-08
1
-1
/
+1
*
hlsenc: make segment number unsigned
Luca Barbato
2012-12-29
1
-1
/
+1
*
hlsenc: make EXT-X-MEDIA-SEQUENCE always increase
Kanglin
2012-12-29
1
-2
/
+5
*
hlsenc: do not add timestamps in different timebases
Luca Barbato
2012-12-29
1
-2
/
+2
*
hlsenc: use the correct AV_TIME_BASE macro
Kanglin
2012-12-29
1
-1
/
+1
*
hlsenc: keep the playlist to the correct number of items
Luca Barbato
2012-12-29
1
-2
/
+4
*
hlsenc: use the segment filename in the playlist entry
Luca Barbato
2012-12-29
1
-3
/
+1
*
hlsenc: check append_entry return value
Luca Barbato
2012-12-29
1
-3
/
+6
*
hlsenc: use the basename to generate the list entries
Luca Barbato
2012-12-29
1
-1
/
+2
*
hlsenc: Don't duplicate a string constant
Martin Storsjö
2012-12-24
1
-1
/
+1
*
hlsenc: Allocate enough space for the pattern string
Stefano Sabatini
2012-12-24
1
-1
/
+1
*
hlsenc: correctly report target duration
Luca Barbato
2012-12-23
1
-1
/
+7
*
hls: use a meaningful long name
Luca Barbato
2012-12-08
1
-1
/
+1
*
hls: add start_number option
Luca Barbato
2012-12-08
1
-0
/
+1
*
hlsenc: stand alone hls segmenter
Luca Barbato
2012-11-13
1
-0
/
+324