summaryrefslogtreecommitdiff
path: root/libavformat/dash.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avformat/dash:add copyright to dash.cSteven Liu2017-09-011-0/+21
| | | | Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avformat/dash: move reused API to common file and header fileSteven Liu2017-09-011-0/+136
move from dashenc, move DASHTmplId and dash_fill_tmpl_params to dash.c, they will be used by dash demuxer and dash muxer. v2 fixed: 1. rename common file from dashcomm.* to dash.* Suggested-by: Hendrik Leppkes <h.leppkes@gmail.com> v3 fixed: 1. rename header file pre defined 2. add ff_ prefix for the internal API Suggested-by: James Almer <jamrial@gmail.com> Suggested-by: Timo Rothenpieler <timo@rothenpieler.org> Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Steven Liu <lq@onvideo.cn>