Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-26avformat/dashenc: Support HTTP persistent for init segments as wellkjeyapal@akamai.com
2018-10-21avformat/dashenc: URL close unconditionally after DELETE segmentskjeyapal@akamai.com
2018-10-21avformat/dashenc: Support HTTP Persistent for master.m3u8 as wellkjeyapal@akamai.com
2018-10-18avformat/dashenc: Dont ignore the codec tag from codec parametersKarthick Jeyapal
2018-10-11avformat/dashenc: only write video streams into HLS master playlistJian Yang
2018-09-19avformat/dashenc: Reduce Muxing overhead for chunked CMAF formatKarthick Jeyapal
2018-09-17avformat/dashenc: Format VP9 profile as decimal instead of HexadecimalJames Almer
2018-09-17avformat/dashenc: Format VP9 bitdepth as decimal instead of HexadecimalKarthick Jeyapal
2018-09-17avformat/dashenc: Format VP9 level as decimal instead of hexadecimalKarthick Jeyapal
2018-09-11avformat/dashenc: Remove muxer overhead from Bandwidth field in DASH manifestKarthick Jeyapal
2018-09-11avformat/dashenc: Add CODECS tag to HLS master playlistKarthick Jeyapal
2018-07-30libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell
2018-05-28avformat/dashenc: Added a warning for incorrect segment name extensionKarthick Jeyapal
2018-05-28avformat/dashenc: Added option for Segment file formatKarthick Jeyapal
2018-05-15avformat/dashenc: configuring container format optionsVishwanath Dixit
2018-05-03lavf/dashenc: pass standards compliance value to the internal contextJan Ekström
2018-05-03lavf/dashenc: require experimental mode to be enabled for WebMJan Ekström
2018-05-03lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs
2018-04-26avformat/dashenc: Set mp4 as the default format for VP9Karthick Jeyapal
2018-04-26avformat/dashenc: Set VP9 codec string with profile, level and bitdepthKarthick Jeyapal
2018-04-20avformat/dashenc: change the hls version from 6 to 7Steven Liu
2018-04-17avformat/dashenc: addition of segment index correction logicVishwanath Dixit
2018-04-17avformat/dashenc: addition of muxer overhead for @bandwidth param in MPDVishwanath Dixit
2018-04-17avformat/dashenc: constructing MPD's bandwidth string locallyVishwanath Dixit
2018-04-17avformat/dashenc: addition of muxer overhead in master playlist's bandwidthVishwanath Dixit
2018-04-17avformat/dashenc: logic to compute muxer overheadVishwanath Dixit
2018-04-17avformat/dashenc: addition of @availabilityTimeOffset in MPDVishwanath Dixit
2018-04-17avformat/dashenc: setting @availabilityStartTime when the first frame is readyVishwanath Dixit
2018-04-17avformat/dashenc: removed 'write_manifest' call from 'write_header'Vishwanath Dixit
2018-04-17avformat/dashenc: writing average segment duration for @duration in template ...Vishwanath Dixit
2018-04-17avformat/dashenc: segmentation at the configured segment duration rateVishwanath Dixit
2018-04-17avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'Vishwanath Dixit
2018-03-18lavf/dashenc: remove unneeded call to dash_freeRodger Combs
2018-03-18libavformat/dashenc: Option to set timeout for socket I/O operationRavindra
2018-03-03avformat/dashenc: Use HTTP DELETE for HTTP base protoSerhii Marchuk
2018-03-03avformat/dashenc: fix for segment open issue when persistent connection is en...Vishwanath Dixit
2018-02-27avformat/dashenc: Removed usage of deprecated 'filename' variableKarthick Jeyapal
2018-02-27avformat/dashenc: add option to change HTTP methodSerhii Marchuk
2018-02-24avformat/dashenc: chunk streaming support for low latency use casesVishwanath Dixit
2018-02-24avformat/dashenc: opening a segment file when its first frame is readyVishwanath Dixit
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2018-01-26avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal
2018-01-26avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal
2018-01-24avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit
2018-01-19avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal
2017-12-29avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal
2017-12-29avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal
2017-12-23avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit
2017-12-22avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the h...Karthick J
2017-12-04avformat/dashenc: add avpriv_io_move return value checkSteven Liu