Re: [FFmpeg-devel] shared api for exposing a texture

2015-05-15 Thread Don Moir
- Original Message - From: "Vittorio Giovara" To: "libav development" ; "FFmpeg development discussions and patches" Sent: Friday, May 15, 2015 10:09 AM Subject: [FFmpeg-devel] shared api for exposing a texture Hi, following the positive trend as of late, here is a shared discussio

Re: [FFmpeg-devel] PATCH dshow show devices options

2015-01-30 Thread Don Moir
- Original Message - From: "Roger Pack" To: "FFmpeg development discussions and patches" Sent: Friday, January 30, 2015 7:09 AM Subject: [FFmpeg-devel] PATCH dshow show devices options See attached. Hope I didn't get it reversed or something weird. -roger- -#define DSHOWDEBUG 0

[FFmpeg-devel] mjpeg2jpeg_filter

2014-12-14 Thread Don Moir
I needed to convert AVI1 to normal jpeg. This happens a lot with camera streams and the code in mjpeg2jpeg_filter works fine. I was looking at the code in mjpeg2jpeg_filter in file mjpeg2jpeg_bsf.c and noticing that just creates a constant array of bytes each time for the replacement header. U