Re: [FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-23 Thread James Almer
On 9/23/2017 3:24 PM, Michael Niedermayer wrote: > On Tue, Sep 19, 2017 at 10:35:30PM +0200, Thomas Mundt wrote: >> 2017-09-19 17:53 GMT+02:00 James Almer : >> >>> On 9/19/2017 5:02 AM, Thomas Mundt wrote: 2017-09-19 4:09 GMT+02:00 James Almer : > On 9/18/2017 10:41 PM, Thomas Mundt w

Re: [FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-23 Thread Thomas Mundt
2017-09-23 20:24 GMT+02:00 Michael Niedermayer : > On Tue, Sep 19, 2017 at 10:35:30PM +0200, Thomas Mundt wrote: > > 2017-09-19 17:53 GMT+02:00 James Almer : > > > > > On 9/19/2017 5:02 AM, Thomas Mundt wrote: > > > > 2017-09-19 4:09 GMT+02:00 James Almer : > > > > > > > >> On 9/18/2017 10:41 PM,

Re: [FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-23 Thread Michael Niedermayer
On Tue, Sep 19, 2017 at 10:35:30PM +0200, Thomas Mundt wrote: > 2017-09-19 17:53 GMT+02:00 James Almer : > > > On 9/19/2017 5:02 AM, Thomas Mundt wrote: > > > 2017-09-19 4:09 GMT+02:00 James Almer : > > > > > >> On 9/18/2017 10:41 PM, Thomas Mundt wrote: > > >>> I tried to set up MIPS compiler for

Re: [FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-19 Thread Thomas Mundt
2017-09-19 17:53 GMT+02:00 James Almer : > On 9/19/2017 5:02 AM, Thomas Mundt wrote: > > 2017-09-19 4:09 GMT+02:00 James Almer : > > > >> On 9/18/2017 10:41 PM, Thomas Mundt wrote: > >>> I tried to set up MIPS compiler for two days on windows and linux > without > >>> success. > >>> Now I try it b

Re: [FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-19 Thread James Almer
On 9/19/2017 5:02 AM, Thomas Mundt wrote: > 2017-09-19 4:09 GMT+02:00 James Almer : > >> On 9/18/2017 10:41 PM, Thomas Mundt wrote: >>> I tried to set up MIPS compiler for two days on windows and linux without >>> success. >>> Now I try it blind. This solution is based on the first suggestion Jame

Re: [FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-19 Thread Thomas Mundt
2017-09-19 4:09 GMT+02:00 James Almer : > On 9/18/2017 10:41 PM, Thomas Mundt wrote: > > I tried to set up MIPS compiler for two days on windows and linux without > > success. > > Now I try it blind. This solution is based on the first suggestion James > > gave me at IRC. > > There might be room f

Re: [FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-18 Thread James Almer
On 9/18/2017 10:41 PM, Thomas Mundt wrote: > I tried to set up MIPS compiler for two days on windows and linux without > success. > Now I try it blind. This solution is based on the first suggestion James > gave me at IRC. > There might be room for improvement and an alternative solution with > AV_

[FFmpeg-devel] [PATCH 3/3 v2] avfilter/interlace: add support for 10 and 12 bit

2017-09-18 Thread Thomas Mundt
I tried to set up MIPS compiler for two days on windows and linux without success. Now I try it blind. This solution is based on the first suggestion James gave me at IRC. There might be room for improvement and an alternative solution with AV_RL16() / AV_WL16(). I used av_le2ne16() because it will