82 Commits (9d00fb9d70ee8c0cc7002b89318c5be00f1bbdad)

Author SHA1 Message Date
Martin Storsjö d086e40459 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 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
Rodger Combs 89684883af avformat/dashenc: fix format string generation 10 years ago
Martin Storsjö 3a724a7f3b dashenc: Use inttypes.h macros for format strings instead of %lld 10 years ago
Rodger Combs 1d8aa23794 dashenc: Fix format string generation 10 years ago
Martin Storsjö 46808fdf04 movenc: Enable editlists by default if delay_moov is enabled 10 years ago
Martin Storsjö 7a1a63e34f dashenc: Use pts for MPD timeline timestamps 10 years ago
Martin Storsjö c5e7ea13d2 dashenc: Use delay_moov 10 years ago
Martin Storsjö 8d54bacb78 dashenc: Remove some stray double spaces 10 years ago
Martin Storsjö b91a5757fc dashenc: Fix writing of timelines that don't start at t=0 10 years ago
Martin Storsjö 456e93bfdd dashenc: Adjust the start time of a segment to the end of the previous segment 10 years ago
Martin Storsjö 2f628d5943 dashenc: Write segment timelines properly if the timeline has gaps 10 years ago
Martin Storsjö e737a4aaaf dashenc: Change the duration fields to 64 bit 10 years ago
Bryan Huh fa8934d6d6 dashenc: log file output progress in verbose mode 10 years ago
Michael Niedermayer e65849a70b avformat/dashenc: make durations 64bit 10 years ago
Martin Storsjö fcae9f212a dashenc: Avoid a VLA-like construct 10 years ago
Bryan Huh a9d8d35e48 dashenc: Add options to make segment names configurable 10 years ago
Martin Storsjö 675ac56b7e Revert "lavf: Don't try to update files atomically with renames on windows" 10 years ago
Martin Storsjö b9d08c77a4 lavf: Don't try to update files atomically with renames on windows 10 years ago
Martin Storsjö fe42f94ce1 dashenc: Don't segment all video streams when one stream gets a keyframe 10 years ago