Re: [FFmpeg-devel] [PATCH v11] avformat/dashdec: add dash demuxer base version

2017-03-30 Thread Steven Liu
2017-03-30 20:59 GMT+08:00 Steven Liu : > > > 2017-03-30 18:46 GMT+08:00 wm4 : > >> On Thu, 30 Mar 2017 08:34:18 +0800 >> Steven Liu wrote: >> >> > v2 fixed: >> > 1. from autodetect to disabled >> > 2. from camelCase code

Re: [FFmpeg-devel] [PATCH v11] avformat/dashdec: add dash demuxer base version

2017-03-30 Thread Steven Liu
2017-03-30 18:46 GMT+08:00 wm4 : > On Thu, 30 Mar 2017 08:34:18 +0800 > Steven Liu wrote: > > > v2 fixed: > > 1. from autodetect to disabled > > 2. from camelCase code style to ffmpeg code style > > 3. from RepType to AVMediaType > > 4. fix variable

Re: [FFmpeg-devel] [PATCH v11] avformat/dashdec: add dash demuxer base version

2017-03-30 Thread wm4
On Thu, 30 Mar 2017 08:34:18 +0800 Steven Liu wrote: > v2 fixed: > 1. from autodetect to disabled > 2. from camelCase code style to ffmpeg code style > 3. from RepType to AVMediaType > 4. fix variable typo > 5. change time value from uint32_t to uint64_t > 6. removed be

[FFmpeg-devel] [PATCH v11] avformat/dashdec: add dash demuxer base version

2017-03-29 Thread Steven Liu
v2 fixed: 1. from autodetect to disabled 2. from camelCase code style to ffmpeg code style 3. from RepType to AVMediaType 4. fix variable typo 5. change time value from uint32_t to uint64_t 6. removed be used once API 7. change 'time(NULL)`, except it is not 2038-safe.' to av_gettime and av_timegm