Re: [FFmpeg-devel] [PATCH] Enable mpcodecs without needing inline asm

2014-11-05 Thread Michael Niedermayer
On Wed, Nov 05, 2014 at 07:39:19PM +0100, wm4 wrote: > On Wed, 5 Nov 2014 18:06:42 +1100 > Matt Oliver wrote: > > > Currently the extra filters provided by mpcodecs require inline asm support > > to compile. However these filters all provide non-asm alternatives that can > > be used with the corr

Re: [FFmpeg-devel] [PATCH] Enable mpcodecs without needing inline asm

2014-11-05 Thread wm4
On Wed, 5 Nov 2014 18:06:42 +1100 Matt Oliver wrote: > Currently the extra filters provided by mpcodecs require inline asm support > to compile. However these filters all provide non-asm alternatives that can > be used with the correct pre-processor guard. > > Based on some recent discussions it

Re: [FFmpeg-devel] [PATCH] Enable mpcodecs without needing inline asm

2014-11-05 Thread Michael Niedermayer
On Thu, Nov 06, 2014 at 12:43:35AM +1100, Matt Oliver wrote: > > > > > > did you post this to mplayer-dev ? > > > > No not as yet, thought I would put it up here for feedback first. Also > someone more familiar with mpcodecs in mplayer might know of other places > that could benefit from a similar

Re: [FFmpeg-devel] [PATCH] Enable mpcodecs without needing inline asm

2014-11-05 Thread Matt Oliver
> > > did you post this to mplayer-dev ? > No not as yet, thought I would put it up here for feedback first. Also someone more familiar with mpcodecs in mplayer might know of other places that could benefit from a similar change. ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] Enable mpcodecs without needing inline asm

2014-11-05 Thread Michael Niedermayer
On Wed, Nov 05, 2014 at 06:06:42PM +1100, Matt Oliver wrote: > Currently the extra filters provided by mpcodecs require inline asm support > to compile. However these filters all provide non-asm alternatives that can > be used with the correct pre-processor guard. > > Based on some recent discussi

Re: [FFmpeg-devel] [PATCH] Enable mpcodecs without needing inline asm

2014-11-05 Thread Carl Eugen Hoyos
Matt Oliver gmail.com> writes: > if anyone knows of why the _INLINE variants > werent/shouldnt be used then feel free to let me know. ^^ To keep the source code in sync with MPlayer iirc. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@

[FFmpeg-devel] [PATCH] Enable mpcodecs without needing inline asm

2014-11-04 Thread Matt Oliver
Currently the extra filters provided by mpcodecs require inline asm support to compile. However these filters all provide non-asm alternatives that can be used with the correct pre-processor guard. Based on some recent discussions it appears that some of these filters are still used but with the r