282 Commits (a5c0ed2122a9efe06613e52f0ff3f1323bb10169)

Author SHA1 Message Date
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
Karthick J a1f8f1340a avformat/dashenc: Associate mpd extension with dash muxer 7 years ago
Karthick J d24e08e978 avformat/dashenc: Added configuration to override HTTP User-Agent 7 years ago
James Cowgill 0ecb1c53c8 avformat/dashenc: fix min_seg_duration option size 7 years ago
Peter Große 3c838e6442 dashenc: copy stream frame rate to output stream 7 years ago
Anton Schubert fe334712dd dashenc: Don't output frameRates at both AS and Representation-level. Only output maxFrameRate at AS-level. 7 years ago
Peter Große 2911dabd51 dashenc: allow AdaptationSets to have different average frame rates 7 years ago
Peter Große 1443859a8d dashenc: don't write header data before the first packet arrives 7 years ago
Peter Große 44ede215b6 dashenc: set DASH related options for the subsequent matroska muxer when using webm 7 years ago
Anton Schubert 3dca4887ae dashenc: fix bitrate estimation with correct scaling 7 years ago
Peter Große 8edb9d4572 dashenc: move UTCTiming element to the end of the manifest 7 years ago
Peter Große 3606c11417 dashenc: use av_dict_set_int instead of static function 7 years ago
Peter Große 91760a9340 dashenc: copy stream frame rate to output stream 7 years ago
Anton Schubert 4723c6226a dashenc: fix bitrate estimation with correct scaling 7 years ago
James Almer 52223ffe44 Revert "lavf/dashenc: update bitrates on dash_write_trailer" 7 years ago
Steven Liu 837580f458 avformat/dash: move reused API to common file and header file 7 years ago
Martin Storsjö d086e40459 lavf: Remove codec_tag from dashenc and smoothstreamingenc 8 years ago
Martin Storsjö 61f589e31e lavf: Remove codec_tag from dashenc and smoothstreamingenc 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Przemysław Sobala 89c0fda5f4 lavf/dashenc: update bitrates on dash_write_trailer 8 years ago
Thomas Stephens 5fe2b43702 avformat/dashenc: Only use temporary files when outputting to file protocol 8 years ago
Peter Große 7295b73738 dashenc: add webm support 8 years ago
Peter Große 01f1f017d8 dashenc: use avio_dynbuf instead of packet_write callback 8 years ago
Peter Große dce2929efa dashenc: copy language and role metadata from streams assigned to sets 8 years ago
Peter Große ca9bc9de69 dashenc: default to one AdaptationSet per stream 8 years ago
Peter Große efd2fc41b3 dashenc: allow assigning all streams of a media type to an AdaptationSet 8 years ago
Peter Große 3d23a5f96a dashenc: add support for assigning streams to AdaptationSets 8 years ago
Peter Große 9df9309d23 dashenc: calculate stream bitrate from first segment if not available 8 years ago
Peter Große e519dcd937 dashenc: separate segments based on current segment duration 8 years ago
Peter Große 1920382aa9 dashenc: add option to provide UTC timing source 8 years ago
Anton Schubert 3c2717e48d dashenc: increase buffer time hint in the manifest 8 years ago