summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-041-1/+0
* Merge commit 'e519dcd937c7c98815ba9884867590e302272016'Clément Bœsch2017-05-201-3/+2
|\
| * dashenc: separate segments based on current segment durationPeter Große2017-01-311-3/+2
* | Merge commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92'Clément Bœsch2017-05-201-0/+5
|\ \ | |/
| * dashenc: add option to provide UTC timing sourcePeter Große2017-01-311-0/+5
* | Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'Clément Bœsch2017-05-201-1/+1
|\ \ | |/
| * dashenc: increase buffer time hint in the manifestAnton Schubert2017-01-271-1/+1
* | Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18'Clément Bœsch2017-05-201-5/+5
|\ \ | |/
| * dashenc: add mandatory id to AdaptationSet and Period in manifestPeter Große2017-01-271-5/+5
* | Merge commit '1ae6cb7d6e4fee30754a46bc91f40ff75ac4412a'Clément Bœsch2017-05-201-1/+1
|\ \ | |/
| * dashenc: fix ISO8601 UTC parsingAnton Schubert2017-01-271-1/+1
| * dash: Use correct ISO C scanf conversion specifierDiego Biurrun2016-10-281-1/+1
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* | lavf/dashenc: update bitrates on dash_write_trailerPrzemysław Sobala2017-03-111-12/+30
* | avformat/dashenc: Only use temporary files when outputting to file protocolThomas Stephens2017-02-141-6/+23
* | lavf/movenc+dashenc: add automatic bitstream filteringRodger Combs2016-10-241-2/+41
* | lavf/dashenc: add deinit functionRodger Combs2016-10-241-34/+17
* | avformat/dashenc: Pass flags to child contextMichael Niedermayer2016-04-111-0/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-32/+30
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-30/+30
* | Merge commit 'd082078a88da3b3e926197d0d2aa9fa322123b76'Derek Buitenhuis2016-02-291-18/+14
|\ \ | |/
| * dashenc: eliminate ffurl_* usageAnton Khirnov2016-02-221-18/+14
* | avformat/dashenc: Enable dash output to work when the output isn't a local fileRaymond Hilseth2016-02-281-2/+2
* | 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