aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-3/+5
|\
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-2/+5
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-4/+5
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-4/+4
* | avformat/dashenc: Add framerate to dash manifestBryan Huh2015-11-181-4/+27
* | Merge commit 'b8d2630c5327d2818d05c8a48be0417905d8e0fd'Michael Niedermayer2015-05-111-2/+4
|\|
| * dashenc: Reduce the segment duration if cutting out parts with edit listsMartin Storsjö2015-05-101-2/+4
| * dashenc: replace attribute id with contentType for the AdaptationSet elementJames Almer2015-05-101-2/+2
* | dashenc: replace attribute id with contentType for the AdaptationSet elementJames Almer2015-05-111-2/+2
* | Merge commit '2cc3936599b6fc63143036659653d1be0624360f'Michael Niedermayer2015-04-201-8/+16
|\|
| * dashenc: Add a publishTime field in dynamic manifestsMartin Storsjö2015-04-201-8/+16
* | Merge commit '3041183677bda0a431b36e96a2c76617abaa8183'Michael Niedermayer2015-03-191-0/+12
|\|
| * dashenc: Heuristically fill in the duration of packets that need itMartin Storsjö2015-03-191-0/+12
| * dashenc: Update extradata for mov muxerTimo Rothenpieler2015-03-061-0/+27
| * dashenc: Simplify code by using a local variableTimo Rothenpieler2015-03-061-1/+1
| * dashenc: Simplify code by using a local variableMartin Storsjö2015-03-021-2/+2
* | avformat/dashenc: Update extradata for mov muxerTimo Rothenpieler2015-03-051-15/+28
* | avformat/dashenc: Update codec_str on extradata_size changeTimo Rothenpieler2015-03-021-1/+17
* | avformat/dashenc: Use local variable instead of duplicated dereferencesTimo Rothenpieler2015-03-021-2/+4
* | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer2015-02-251-2/+1
|\|
| * libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-241-2/+1
* | Merge commit '3a724a7f3ba7fa766c6a6f0924a15cc742031b8d'Michael Niedermayer2015-01-221-1/+1
|\|
| * dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö2015-01-221-1/+1
| * dashenc: Fix format string generationRodger Combs2015-01-221-1/+1
* | avformat/dashenc: fix format string generationRodger Combs2015-01-221-1/+1
* | Merge commit '46808fdf04ab113df374157b90b506eb3110daf2'Michael Niedermayer2015-01-051-1/+0
|\|
| * movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-041-1/+0
* | Merge commit '7a1a63e34fa46af18311c2493fdaec9a93bdb750'Michael Niedermayer2015-01-031-17/+23
|\|
| * dashenc: Use pts for MPD timeline timestampsMartin Storsjö2015-01-031-17/+23
* | Merge commit 'c5e7ea13d2d4da0c5da91973a547afff6fe9e011'Michael Niedermayer2015-01-031-9/+14
|\|
| * dashenc: Use delay_moovMartin Storsjö2015-01-031-9/+14
* | Merge commit '8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7'Michael Niedermayer2014-12-301-2/+2
|\|
| * dashenc: Remove some stray double spacesMartin Storsjö2014-12-291-2/+2
* | Merge commit 'b91a5757fcbf723da99b05b298a6f820271dbc2b'Michael Niedermayer2014-12-301-1/+3
|\|
| * dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö2014-12-291-1/+3
* | Merge commit '456e93bfdd4cbc5e995dea415019abd0703d0e16'Michael Niedermayer2014-12-171-2/+10
|\|
| * dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö2014-12-171-2/+10
* | Merge commit '2f628d5943c12389c07d652d23d3916997f9f0f6'Michael Niedermayer2014-12-171-2/+6
|\|
| * dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö2014-12-171-2/+6
* | Merge commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae'Michael Niedermayer2014-12-111-2/+2
|\|
| * dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-101-8/+8
* | Merge commit 'fa8934d6d6a0bb290010bdf16265c40b331d56fb'Michael Niedermayer2014-12-101-6/+10
|\|
| * dashenc: log file output progress in verbose modeBryan Huh2014-12-101-6/+10
* | avformat/dashenc: make durations 64bitMichael Niedermayer2014-12-071-6/+6
* | Merge commit 'fcae9f212a6001d966c52dc22cd4b22e9851b428'Michael Niedermayer2014-11-281-3/+2
|\|
| * dashenc: Avoid a VLA-like constructMartin Storsjö2014-11-281-3/+2
* | Merge commit 'a9d8d35e4833fc4dfbf557ce73c84e9ca6224427'Michael Niedermayer2014-11-281-9/+146
|\|
| * dashenc: Add options to make segment names configurableBryan Huh2014-11-281-8/+146
* | Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer2014-11-271-9/+5
|\|
| * Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-271-9/+5