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
/
dashenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf/dashenc: Write media trailers when DASH trailer is written.
Andrey Semashev
2018-12-04
1
-25
/
+60
*
Revert "lavf/dashenc: Write media trailers when DASH trailer is written."
Karthick J
2018-12-03
1
-58
/
+24
*
lavf/dashenc: Use avpriv_io_delete to delete files.
Andrey Semashev
2018-12-03
1
-2
/
+7
*
lavf/dashenc: Write media trailers when DASH trailer is written.
Andrey Semashev
2018-12-03
1
-24
/
+58
*
avformat/dashenc: Added proper logging when io_open fails for write
Karthick J
2018-12-03
1
-6
/
+13
*
avformat/dashenc: Added an option to ignore io errors
kjeyapal@akamai.com
2018-12-02
1
-6
/
+11
*
avformat/dashenc: Handled the error from dashenc_io_open()
kjeyapal@akamai.com
2018-12-02
1
-1
/
+5
*
lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.
Andrey Semashev
2018-12-02
1
-0
/
+12
*
lavf/dashenc: Don't put non-mp4 streams in HLS manifests.
Andrey Semashev
2018-12-02
1
-1
/
+12
*
lavf/dashenc: Fix segment duration overflow on fine time bases.
Andrey Semashev
2018-11-23
1
-3
/
+3
*
avformat/dashenc : Handled error from ff_http_do_new_request() cleanly
kjeyapal@akamai.com
2018-11-22
1
-1
/
+7
*
lavf/dashenc: Fix AVDictionary leaks in case of various init errors.
Andrey Semashev
2018-11-21
1
-6
/
+7
*
lavf/dashenc: Add support for format-specific file extensions.
Andrey Semashev
2018-11-21
1
-13
/
+35
*
lavf/dashenc: Add DASH segment type auto and make it the default
Andrey Semashev
2018-11-21
1
-18
/
+54
*
lavf/dashenc: set FLAC manifest codec string to "flac"
Jan Ekström
2018-11-14
1
-0
/
+1
*
avformat/dashenc: Disable writing CODECS tag for HEVC streams
kjeyapal@akamai.com
2018-11-02
1
-1
/
+5
*
avformat/dashenc: Support HTTP persistent for init segments as well
kjeyapal@akamai.com
2018-10-26
1
-2
/
+5
*
avformat/dashenc: URL close unconditionally after DELETE segments
kjeyapal@akamai.com
2018-10-21
1
-1
/
+1
*
avformat/dashenc: Support HTTP Persistent for master.m3u8 as well
kjeyapal@akamai.com
2018-10-21
1
-5
/
+6
*
avformat/dashenc: Dont ignore the codec tag from codec parameters
Karthick Jeyapal
2018-10-18
1
-1
/
+3
*
avformat/dashenc: only write video streams into HLS master playlist
Jian Yang
2018-10-11
1
-1
/
+3
*
avformat/dashenc: Reduce Muxing overhead for chunked CMAF format
Karthick Jeyapal
2018-09-19
1
-1
/
+1
*
avformat/dashenc: Format VP9 profile as decimal instead of Hexadecimal
James Almer
2018-09-17
1
-1
/
+1
*
avformat/dashenc: Format VP9 bitdepth as decimal instead of Hexadecimal
Karthick Jeyapal
2018-09-17
1
-1
/
+1
*
avformat/dashenc: Format VP9 level as decimal instead of hexadecimal
Karthick Jeyapal
2018-09-17
1
-1
/
+1
*
avformat/dashenc: Remove muxer overhead from Bandwidth field in DASH manifest
Karthick Jeyapal
2018-09-11
1
-1
/
+1
*
avformat/dashenc: Add CODECS tag to HLS master playlist
Karthick Jeyapal
2018-09-11
1
-1
/
+12
*
libavformat/dashenc: Fix relative URI of HLS master playlist
Antonio Morell
2018-07-30
1
-1
/
+1
*
avformat/dashenc: Added a warning for incorrect segment name extension
Karthick Jeyapal
2018-05-28
1
-0
/
+21
*
avformat/dashenc: Added option for Segment file format
Karthick Jeyapal
2018-05-28
1
-28
/
+39
*
avformat/dashenc: configuring container format options
Vishwanath Dixit
2018-05-15
1
-0
/
+7
*
lavf/dashenc: pass standards compliance value to the internal context
Jan Ekström
2018-05-03
1
-4
/
+5
*
lavf/dashenc: require experimental mode to be enabled for WebM
Jan Ekström
2018-05-03
1
-0
/
+10
*
lavf/dashenc: don't call flush_init_segment before avformat_write_header
Rodger Combs
2018-05-03
1
-7
/
+7
*
avformat/dashenc: Set mp4 as the default format for VP9
Karthick Jeyapal
2018-04-26
1
-2
/
+1
*
avformat/dashenc: Set VP9 codec string with profile, level and bitdepth
Karthick Jeyapal
2018-04-26
1
-6
/
+28
*
avformat/dashenc: change the hls version from 6 to 7
Steven Liu
2018-04-20
1
-1
/
+1
*
avformat/dashenc: addition of segment index correction logic
Vishwanath Dixit
2018-04-17
1
-5
/
+26
*
avformat/dashenc: addition of muxer overhead for @bandwidth param in MPD
Vishwanath Dixit
2018-04-17
1
-1
/
+1
*
avformat/dashenc: constructing MPD's bandwidth string locally
Vishwanath Dixit
2018-04-17
1
-11
/
+9
*
avformat/dashenc: addition of muxer overhead in master playlist's bandwidth
Vishwanath Dixit
2018-04-17
1
-2
/
+5
*
avformat/dashenc: logic to compute muxer overhead
Vishwanath Dixit
2018-04-17
1
-0
/
+10
*
avformat/dashenc: addition of @availabilityTimeOffset in MPD
Vishwanath Dixit
2018-04-17
1
-1
/
+13
*
avformat/dashenc: setting @availabilityStartTime when the first frame is ready
Vishwanath Dixit
2018-04-17
1
-3
/
+4
*
avformat/dashenc: removed 'write_manifest' call from 'write_header'
Vishwanath Dixit
2018-04-17
1
-3
/
+0
*
avformat/dashenc: writing average segment duration for @duration in template ...
Vishwanath Dixit
2018-04-17
1
-1
/
+1
*
avformat/dashenc: segmentation at the configured segment duration rate
Vishwanath Dixit
2018-04-17
1
-2
/
+11
*
avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'
Vishwanath Dixit
2018-04-17
1
-5
/
+18
*
lavf/dashenc: remove unneeded call to dash_free
Rodger Combs
2018-03-18
1
-3
/
+1
*
libavformat/dashenc: Option to set timeout for socket I/O operation
Ravindra
2018-03-18
1
-0
/
+4
[next]