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

2017-08-30 Thread wm4
On Wed, 30 Aug 2017 18:17:45 +0800 Steven Liu wrote: > 2017-08-30 17:35 GMT+08:00 wm4 : > > On Wed, 30 Aug 2017 17:01:40 +0800 > > Steven Liu wrote: > > > >> 2017-08-30 16:18 GMT+08:00 Dan Shamir : > > > >> What? > > > > Indeed. Can you people please > > > > 1. Stop randomly reposting va

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

2017-08-30 Thread Steven Liu
2017-08-30 17:35 GMT+08:00 wm4 : > On Wed, 30 Aug 2017 17:01:40 +0800 > Steven Liu wrote: > >> 2017-08-30 16:18 GMT+08:00 Dan Shamir : > >> What? > > Indeed. Can you people please > > 1. Stop randomly reposting various versions of the patch in a chaotic >manner, Just find some new details prob

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

2017-08-30 Thread wm4
On Wed, 30 Aug 2017 17:01:40 +0800 Steven Liu wrote: > 2017-08-30 16:18 GMT+08:00 Dan Shamir : > What? Indeed. Can you people please 1. Stop randomly reposting various versions of the patch in a chaotic manner, 2. Shorten your mails, and remove irrelevant quoted text from your replies. _

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

2017-08-30 Thread Steven Liu
2017-08-30 16:18 GMT+08:00 Dan Shamir : > -ד-דדש--- What? > > On Mar 29, 2017 3:42 PM, "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_

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

2017-08-30 Thread Dan Shamir
-ד-דדש--- On Mar 29, 2017 3:42 PM, "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 used once API 7. change 'time(NULL)`,

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

2017-03-29 Thread Steven Liu
2017-03-30 8:12 GMT+08:00 Michael Niedermayer : > On Thu, Mar 30, 2017 at 07:00:39AM +0800, Steven Liu wrote: > > 2017-03-30 5:42 GMT+08:00 Michael Niedermayer : > > > > > On Wed, Mar 29, 2017 at 08:41:38PM +0800, Steven Liu wrote: > > > > v2 fixed: > > > > 1. from autodetect to disabled > > > > 2

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

2017-03-29 Thread Michael Niedermayer
On Thu, Mar 30, 2017 at 07:00:39AM +0800, Steven Liu wrote: > 2017-03-30 5:42 GMT+08:00 Michael Niedermayer : > > > On Wed, Mar 29, 2017 at 08:41:38PM +0800, Steven Liu wrote: > > > v2 fixed: > > > 1. from autodetect to disabled > > > 2. from camelCase code style to ffmpeg code style > > > 3. from

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

2017-03-29 Thread Steven Liu
2017-03-30 5:42 GMT+08:00 Michael Niedermayer : > On Wed, Mar 29, 2017 at 08:41:38PM +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

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

2017-03-29 Thread Michael Niedermayer
On Wed, Mar 29, 2017 at 08:41:38PM +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 used once API > 7. ch