106 Commits (8dd73f68a6319d1784b33da9553671f1a0c197f9)

Author SHA1 Message Date
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
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 7 years ago
Martin Storsjö 61f589e31e lavf: Remove codec_tag from dashenc and smoothstreamingenc 7 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
Peter Große 95f1004bdf dashenc: add mandatory id to AdaptationSet and Period in manifest 8 years ago
Anton Schubert 1ae6cb7d6e dashenc: fix ISO8601 UTC parsing 8 years ago
Diego Biurrun 07cac07c0c dash: Use correct ISO C scanf conversion specifier 8 years ago
Rodger Combs 42cb050a05
lavf/movenc+dashenc: add automatic bitstream filtering 8 years ago
Rodger Combs c972a28fc3
lavf/dashenc: add deinit function 8 years ago
Michael Niedermayer 0c9ad94e97 avformat/dashenc: Pass flags to child context 9 years ago
Raymond Hilseth c66a6369e4 avformat/dashenc: Enable dash output to work when the output isn't a local file 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov d082078a88 dashenc: eliminate ffurl_* usage 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Bryan Huh 0be48dd9bb avformat/dashenc: Add framerate to dash manifest 9 years ago
James Almer 32a4177a62 dashenc: replace attribute id with contentType for the AdaptationSet element 10 years ago
Martin Storsjö b8d2630c53 dashenc: Reduce the segment duration if cutting out parts with edit lists 10 years ago
James Almer ac1a1cb948 dashenc: replace attribute id with contentType for the AdaptationSet element 10 years ago
Martin Storsjö 2cc3936599 dashenc: Add a publishTime field in dynamic manifests 10 years ago
Martin Storsjö 3041183677 dashenc: Heuristically fill in the duration of packets that need it 10 years ago
Timo Rothenpieler 5aef535a64 dashenc: Update extradata for mov muxer 10 years ago
Timo Rothenpieler 6cf7f30655 dashenc: Simplify code by using a local variable 10 years ago
Timo Rothenpieler f5668e614b avformat/dashenc: Update extradata for mov muxer 10 years ago
Timo Rothenpieler 6cfd536675 avformat/dashenc: Update codec_str on extradata_size change 10 years ago
Timo Rothenpieler b86af8da31 avformat/dashenc: Use local variable instead of duplicated dereferences 10 years ago
Martin Storsjö 33d412eb4a dashenc: Simplify code by using a local variable 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago