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

2016-07-08 Thread ssshukla26
We are adding *nv12 tile* to *yuv420p* format conversion support in *libswscale*. While adding the support we also found out that the size calculation under *av_image_fill_pointers function* under *libavutil/imgutils.c* file also needed to be changed. Hence we added support under *libavutil* by

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

[Libav-user] RTP streaming input and output setting local port fails socket bind

2016-07-08 Thread Leonardo Nahra
Hello, How can I use the same local port for input and output of RTP streams and avoid the UDP error below? [udp @ 0e5efd00] bind failed: Error number -10048 occurred I have one AVFormatContext for output and one for intput, my guess is that each AVFormatContext creates its own socket and binds

[Libav-user] Missing audio frames in mpegts muxer output

2016-07-08 Thread Ryan Owen
I'm attempting to build something that will let me manipulate audio and video frames as I receive them over a socket connection, then send them back out over a different socket. It is long-running, so it might modify hours worth of audio/video. For this reason, I want it all to happen in memory,