262 Commits (24cd4c966116bf9b6a00628cdee7e680cb61e2f3)

Author SHA1 Message Date
kjeyapal@akamai.com f848d384dd avformat/dashenc: Support HTTP Persistent for master.m3u8 as well 6 years ago
Karthick Jeyapal 444cdb422d avformat/dashenc: Dont ignore the codec tag from codec parameters 6 years ago
Jian Yang f7affc6f70 avformat/dashenc: only write video streams into HLS master playlist 6 years ago
Karthick Jeyapal 49c67e79ca avformat/dashenc: Reduce Muxing overhead for chunked CMAF format 6 years ago
James Almer e3981c5a21 avformat/dashenc: Format VP9 profile as decimal instead of Hexadecimal 6 years ago
Karthick Jeyapal 422be081a3 avformat/dashenc: Format VP9 bitdepth as decimal instead of Hexadecimal 6 years ago
Karthick Jeyapal 7ff3d2594f avformat/dashenc: Format VP9 level as decimal instead of hexadecimal 6 years ago
Karthick Jeyapal 44ee858b6d avformat/dashenc: Remove muxer overhead from Bandwidth field in DASH manifest 6 years ago
Karthick Jeyapal 606879ec42 avformat/dashenc: Add CODECS tag to HLS master playlist 6 years ago
Antonio Morell 6f3e2913f5 libavformat/dashenc: Fix relative URI of HLS master playlist 7 years ago
Karthick Jeyapal ebf85d3190 avformat/dashenc: Added a warning for incorrect segment name extension 7 years ago
Karthick Jeyapal 2efdbf7367 avformat/dashenc: Added option for Segment file format 7 years ago
Vishwanath Dixit e3518821c9 avformat/dashenc: configuring container format options 7 years ago
Jan Ekström bad42e9b40 lavf/dashenc: pass standards compliance value to the internal context 7 years ago
Jan Ekström 48684d2605 lavf/dashenc: require experimental mode to be enabled for WebM 7 years ago
Rodger Combs 6f119dc321 lavf/dashenc: don't call flush_init_segment before avformat_write_header 7 years ago
Karthick Jeyapal 4c27a6fbfd avformat/dashenc: Set mp4 as the default format for VP9 7 years ago
Karthick Jeyapal 060e74e2a9 avformat/dashenc: Set VP9 codec string with profile, level and bitdepth 7 years ago
Steven Liu 002e45b407 avformat/dashenc: change the hls version from 6 to 7 7 years ago
Vishwanath Dixit d10cefbfe5 avformat/dashenc: addition of segment index correction logic 7 years ago
Vishwanath Dixit 2c51e33bc1 avformat/dashenc: addition of muxer overhead for @bandwidth param in MPD 7 years ago
Vishwanath Dixit af6058d03b avformat/dashenc: constructing MPD's bandwidth string locally 7 years ago
Vishwanath Dixit 0c7bc7eb47 avformat/dashenc: addition of muxer overhead in master playlist's bandwidth 7 years ago
Vishwanath Dixit 85ae55eca3 avformat/dashenc: logic to compute muxer overhead 7 years ago
Vishwanath Dixit 990380367b avformat/dashenc: addition of @availabilityTimeOffset in MPD 7 years ago
Vishwanath Dixit 3e75057a1d avformat/dashenc: setting @availabilityStartTime when the first frame is ready 7 years ago
Vishwanath Dixit 1263d91198 avformat/dashenc: removed 'write_manifest' call from 'write_header' 7 years ago
Vishwanath Dixit 51888c85d4 avformat/dashenc: writing average segment duration for @duration in template mode 7 years ago
Vishwanath Dixit ab789e184c avformat/dashenc: segmentation at the configured segment duration rate 7 years ago
Vishwanath Dixit 01ba52852d avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration' 7 years ago
Rodger Combs 08e0f45cc8 lavf/dashenc: remove unneeded call to dash_free 7 years ago
Ravindra 99230b7ef8 libavformat/dashenc: Option to set timeout for socket I/O operation 7 years ago
Serhii Marchuk e45d557561 avformat/dashenc: Use HTTP DELETE for HTTP base proto 7 years ago
Vishwanath Dixit 0dd1fff1c9 avformat/dashenc: fix for segment open issue when persistent connection is enabled 7 years ago
Karthick Jeyapal e3851f6a37 avformat/dashenc: Removed usage of deprecated 'filename' variable 7 years ago
Serhii Marchuk 6d763ab588 avformat/dashenc: add option to change HTTP method 7 years ago
Vishwanath Dixit 28924f4b48 avformat/dashenc: chunk streaming support for low latency use cases 7 years ago
Vishwanath Dixit ffe7cc89d0 avformat/dashenc: opening a segment file when its first frame is ready 7 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Karthick Jeyapal 18e2ac032e avformat/dashenc: Signal http end of chunk(http_shutdown) explicitly 7 years ago
Karthick Jeyapal 0df9d0f4cb avformat/dashenc: Fix a resource leak when http persistent in enabled 7 years ago
Vishwanath Dixit 1948b76a1b avformat/hlsenc: closed caption tags in the master playlist 7 years ago
Karthick Jeyapal 0afa171f25 avformat/hlsenc: Add CODECS attribute to master playlist 7 years ago
Karthick Jeyapal 0c78b6a416 avformat/dashenc: Persistent HTTP connections supported as an option 7 years ago
Karthick Jeyapal 5297ae96a1 avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attribute 7 years ago
Vishwanath Dixit d02289c386 avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute 7 years ago
Karthick J e3b2c8502b avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification 7 years ago
Steven Liu 1cfde7abd0 avformat/dashenc: add avpriv_io_move return value check 7 years ago
Steven Liu 071f47649c avformat/hlsplaylist: add int type of API ff_hls_write_file_entry 7 years ago
Karthick J 8c2b37e678 avformat/dashenc: Option to generate hls playlist as well 7 years ago