Re: [Libav-user] Unable to link libavutil with libswscale !

2016-08-04 Thread ssshukla26
Yes will follow ffmpeg standards when submitting patch on ffmpeg-devel, this was a rough patch submitted for discussion. What I get from you response is that we didn't need any changes in *libavutil* if we are able to provide correct *linesize[]* array ? Please refer to this repo

Re: [Libav-user] Unable to link libavutil with libswscale !

2016-08-02 Thread Carl Eugen Hoyos
Hi! Sorry for the late answer! Why are the functions that you put into libavutil/special_format.c not in libswscale? You should be able to provide a correct linesize[] array for the actual input data, then you should not need the functions in libavutil, or do I miss something? > +

Re: [Libav-user] Unable to link libavutil with libswscale !

2016-07-10 Thread ssshukla26
Attaching the patch. PFA. 0001-NV12-Tile-pixel-format-support-added.patch I have just changed the file name *nv12tiledconversion.c* to *nv12tiled2nv12.c*. Note :- We are planning to

Re: [Libav-user] Unable to link libavutil with libswscale !

2016-07-08 Thread Carl Eugen Hoyos
ssshukla26 writes: > My question is how can I compile the ffmpeg libraries > *without including* special_format.o object reference > under libswscale Makefile ? Please provide the patch you have prepared so far so we can understand your issue more easily. Thank you, Carl