Re: [Libav-user] mpeg-ts, rtp and output-example

2011-12-05 Thread Steffen Ebersbach
Am 5.12.2011 23:36, schrieb david.we...@l-3com.com: I am attempting to write a mpeg-ts application. Step one would be getting an existing application working, so I can dissect the code. So, I first took output-example (and the latest release), and modified the av_guess_format to: fmt = av

Re: [Libav-user] Linking error: "version node not found for symbol av_dup_packet@LIBAVFORMAT_52"

2011-12-05 Thread Nathan
On Sat, Nov 26, 2011 at 4:08 PM, Nathan wrote: > THE PROBLEM > > I'm trying to produce new binary releases for AVbin ( > http://avbin.github.com ), but I'm running into a linking error when I > try to link FFmpeg's libraries into the avbin library on an up-to-date > version of Ubuntu 11.10 amd64 i

Re: [Libav-user] mpeg-ts, rtp and output-example

2011-12-05 Thread david . weber
FYI, here are the VLC messages: main debug: processing request item rtp://192.168.1.2:9778 node Playlist skip 0 main debug: resyncing on rtp://192.168.1.2:9778 main debug: rtp://192.168.1.2:9778 is at 1 main debug: starting new item main debug: creating new input thread main debug: Creatin

[Libav-user] mpeg-ts, rtp and output-example

2011-12-05 Thread david . weber
I am attempting to write a mpeg-ts application. Step one would be getting an existing application working, so I can dissect the code. So, I first took output-example (and the latest release), and modified the av_guess_format to: fmt = av_guess_format("mpegts", NULL, NULL); I also mo

Re: [Libav-user] about ffmpeg's lgpl

2011-12-05 Thread Gabriel Duarte
Look at the section *License Compliance Checklist:* http://ffmpeg.org/legal.html I think it answers your questions :) Cheers On Mon, Dec 5, 2011 at 11:30 AM, kunkka cai wrote: > Hi, > I'm developing a free (in price) software which should be able to play mp3 > files. I know ffmpeg is a great c

[Libav-user] about ffmpeg's lgpl

2011-12-05 Thread kunkka cai
Hi, I'm developing a free (in price) software which should be able to play mp3 files. I know ffmpeg is a great codec, so I want my application to link against it. Actually I have built some Dlls (avcodec-52.dll, avformat-52.dll, avutil-50.dll) without "--enable-gpl" and without "--enable-nofree".

[Libav-user] avpicture_deinterlace and sws_scale crash on newest versions of FFmpeg

2011-12-05 Thread Andrea3000
Dear all, I use FFmpeg API in my Mac OS X application to decode video frames. In case of interlaced frame I'm used to: 1) convert frame to YUV420P with sws_scale 2) deinterlace frame with avpicture_deinterlace 3) convert frame back to my required pixel format (UYVY422) with sws_scale (I obviuosly u