Re: [FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-22 Thread Marton Balint
On Sat, 21 May 2016, Josh de Kock wrote: Hi Marton, Sorry for not updating it after we last spoke, I lost my source for the patch so I was force to do it again. Anyways, here it is. I'm using SDL_Events for sending the packets, using SDL_WaitEvent to throttle it, and Conditions to make sure th

Re: [FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-21 Thread Michael Niedermayer
On Sun, May 22, 2016 at 12:27:20AM +0200, Michael Niedermayer wrote: > On Sat, May 21, 2016 at 11:39:01PM +0200, Michael Niedermayer wrote: > > On Sat, May 21, 2016 at 07:35:04PM +0100, Josh de Kock wrote: > > > Hi Marton, > > > > > > Sorry for not updating it after we last spoke, I lost my source

Re: [FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 11:39:01PM +0200, Michael Niedermayer wrote: > On Sat, May 21, 2016 at 07:35:04PM +0100, Josh de Kock wrote: > > Hi Marton, > > > > Sorry for not updating it after we last spoke, I lost my source for the > > patch so I was force to do it again. Anyways, here it is. I'm usin

Re: [FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 07:35:04PM +0100, Josh de Kock wrote: > Hi Marton, > > Sorry for not updating it after we last spoke, I lost my source for the > patch so I was force to do it again. Anyways, here it is. I'm using > SDL_Events for sending the packets, using SDL_WaitEvent to throttle it, > a