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
*
avformat/dashenc: fix writing the AV1 codec string in mp4 mode
James Almer
2019-08-03
1
-0
/
+16
*
avformat/dashenc: update stream extradata from packet side data
James Almer
2019-08-03
1
-11
/
+12
*
avformat/dashenc: add descriptor which is useful to the scheme defined by ISO...
Leo Zhang
2019-07-22
1
-4
/
+23
*
avformat/dashenc: split extension for MP4 into .mp4 or .m4s
Alfred E. Heggestad
2019-06-25
1
-3
/
+20
*
avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag support
Steven Liu
2019-06-14
1
-2
/
+2
*
avformat/dashenc: use 64bit for handling the return of avio_tell()
Michael Niedermayer
2019-05-17
1
-2
/
+2
*
avformat/dashenc: Fix a bug with writing "final" manifest
Karthick J
2019-04-22
1
-1
/
+1
*
avformat/dashenc: Disable streaming for webm output
Karthick J
2019-04-16
1
-0
/
+5
*
libavformat/dashenc : Prevent writing manifest files multiple times
joepadmiraal
2019-04-10
1
-1
/
+18
*
avformat/dashenc: Add support for Global SIDX
Karthick J
2019-04-02
1
-38
/
+81
*
avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists
joepadmiraal
2019-03-06
1
-2
/
+17
*
avformat/dashenc: Added comments
Karthick J
2019-02-25
1
-0
/
+3
*
avformat/dashenc: Added option to repeatedly publish master playlist
Karthick J
2019-02-25
1
-1
/
+8
*
avformat/hlsenc: add var_stream_map LANGUAGE field string parameter
Steven Liu
2019-01-31
1
-1
/
+1
*
avformat/dashenc: Skip writing trailer for MP4 output when in streaming mode
Karthick J
2019-01-28
1
-1
/
+1
*
avformat/dashenc: Format xs:datetime in millisecond precision
Karthick J
2019-01-21
1
-3
/
+12
*
avformat/dashenc: Added support for Low-latency HLS(Experimental)
kjeyapal@akamai.com
2018-12-17
1
-4
/
+33
*
avformat/dashenc : Refactored HLS media playlist related code
kjeyapal@akamai.com
2018-12-17
1
-60
/
+75
*
avformat/dashenc: Used the movenc option skip_sidx instead of global_sidx
kjeyapal@akamai.com
2018-12-11
1
-1
/
+1
*
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
[next]