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

2017-03-22 Thread Steven Liu
resend, remove unnecessary file modify 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

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

2017-03-22 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