summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAge
* avformat/dashenc: configuring container format optionsVishwanath Dixit2018-05-15
* lavf/dashenc: pass standards compliance value to the internal contextJan Ekström2018-05-03
* lavf/dashenc: require experimental mode to be enabled for WebMJan Ekström2018-05-03
* lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs2018-05-03
* avformat/dashenc: Set mp4 as the default format for VP9Karthick Jeyapal2018-04-26
* avformat/dashenc: Set VP9 codec string with profile, level and bitdepthKarthick Jeyapal2018-04-26
* avformat/dashenc: change the hls version from 6 to 7Steven Liu2018-04-20
* avformat/dashenc: addition of segment index correction logicVishwanath Dixit2018-04-17
* avformat/dashenc: addition of muxer overhead for @bandwidth param in MPDVishwanath Dixit2018-04-17
* avformat/dashenc: constructing MPD's bandwidth string locallyVishwanath Dixit2018-04-17
* avformat/dashenc: addition of muxer overhead in master playlist's bandwidthVishwanath Dixit2018-04-17
* avformat/dashenc: logic to compute muxer overheadVishwanath Dixit2018-04-17
* avformat/dashenc: addition of @availabilityTimeOffset in MPDVishwanath Dixit2018-04-17
* avformat/dashenc: setting @availabilityStartTime when the first frame is readyVishwanath Dixit2018-04-17
* avformat/dashenc: removed 'write_manifest' call from 'write_header'Vishwanath Dixit2018-04-17
* avformat/dashenc: writing average segment duration for @duration in template ...Vishwanath Dixit2018-04-17
* avformat/dashenc: segmentation at the configured segment duration rateVishwanath Dixit2018-04-17
* avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'Vishwanath Dixit2018-04-17
* lavf/dashenc: remove unneeded call to dash_freeRodger Combs2018-03-18
* libavformat/dashenc: Option to set timeout for socket I/O operationRavindra2018-03-18
* avformat/dashenc: Use HTTP DELETE for HTTP base protoSerhii Marchuk2018-03-03
* avformat/dashenc: fix for segment open issue when persistent connection is en...Vishwanath Dixit2018-03-03
* avformat/dashenc: Removed usage of deprecated 'filename' variableKarthick Jeyapal2018-02-27
* avformat/dashenc: add option to change HTTP methodSerhii Marchuk2018-02-27
* avformat/dashenc: chunk streaming support for low latency use casesVishwanath Dixit2018-02-24
* avformat/dashenc: opening a segment file when its first frame is readyVishwanath Dixit2018-02-24
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal2018-01-26
* avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal2018-01-26
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-24
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-19
* avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal2017-12-29
* avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal2017-12-29
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-23
* avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the h...Karthick J2017-12-22
* avformat/dashenc: add avpriv_io_move return value checkSteven Liu2017-12-04
* avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu2017-12-04
* avformat/dashenc: Option to generate hls playlist as wellKarthick J2017-11-30
* avformat/dashenc: Associate mpd extension with dash muxerKarthick J2017-11-25
* avformat/dashenc: Added configuration to override HTTP User-AgentKarthick J2017-11-21
* avformat/dashenc: fix min_seg_duration option sizeJames Cowgill2017-11-19
* Merge commit '4723c6226aa1ece4099338cc9b38a9cef4fa4846'James Almer2017-11-12
|\
| * dashenc: fix bitrate estimation with correct scalingAnton Schubert2017-10-27
| * lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-02
* | dashenc: copy stream frame rate to output streamPeter Große2017-10-29
* | dashenc: Don't output frameRates at both AS and Representation-level. Only ou...Anton Schubert2017-10-29
* | dashenc: allow AdaptationSets to have different average frame ratesPeter Große2017-10-29
* | dashenc: don't write header data before the first packet arrivesPeter Große2017-10-29
* | dashenc: set DASH related options for the subsequent matroska muxer when usin...Peter Große2017-10-29
* | dashenc: fix bitrate estimation with correct scalingAnton Schubert2017-10-29