Re: [Libav-user] compiling ffmpeg with -fPIC

2013-10-28 Thread Zanelli Franco
Hi, did you solve the problem? I experienced it when I was trying to include static ffmpeg libraries (libavcodec.a, libavformat.a ...) in my shared lib (mylib.so) on a 64 bit linux platform, but I don't know how to solve, can you help me please? Il 01/05/2013 16:41, Dayana ha scritto:

Re: [Libav-user] compiling ffmpeg with -fPIC

2013-10-28 Thread Carl Eugen Hoyos
Zanelli Franco fzanelli@... writes: I experienced it when I was trying to include static ffmpeg libraries (libavcodec.a, libavformat.a ...) in my shared lib (mylib.so) on a 64 bit linux platform, but I don't know how to solve, can you help me please? Could you explain (FFmpeg version,

Re: [Libav-user] compiling ffmpeg with -fPIC

2013-10-28 Thread Zanelli Franco
Ok, I'd like to make a shared library called mylib.so that include static ffmpeg libraries libavcodec.a libavformat.a ..etc. in order to have just one shared library I'm working on a linux machine 64 bit (ubuntu 12.04). I've built ffmpeg libraries from ffmpeg 2.0.1 sources with this

Re: [Libav-user] Seeking in VBR MP3 file

2013-10-28 Thread Tuukka Pasanen
Hello, Okay I suck in GIT but at last I managed to find commit is: '5864ce13d188260998bbf49a2a774fa9bd445c10'. Everything before that works and if you apply that patch it appears. Sincerly, Tuukka On 27.10.2013 20:55, Carl Eugen Hoyos wrote: Tuukka Pasanen pasanen.tuukka@... writes: Now it

Re: [Libav-user] Seeking in VBR MP3 file

2013-10-28 Thread Carl Eugen Hoyos
Tuukka Pasanen pasanen.tuukka@... writes: Okay I suck in GIT but at last I managed to find commit is: '5864ce13d188260998bbf49a2a774fa9bd445c10'. Everything before that works and if you apply that patch it appears. Wasn't this fixed in e096283 ? Please avoid top-posting here. Carl Eugen

Re: [Libav-user] compiling ffmpeg with -fPIC

2013-10-28 Thread Zanelli Franco
Il 28/10/2013 16:58, Alex Cohn ha scritto: On Oct 28, 2013 3:21 PM, Zanelli Franco fzane...@tecnosens.it wrote: Ok, I'd like to make a shared library called mylib.so that include static ffmpeg libraries libavcodec.a libavformat.a ..etc. in order to have just

[Libav-user] errors decoding h264 transport stream

2013-10-28 Thread David Henry
Hello – I have been using ffmpeg 0.9-2 to decode h264 source-specific multicast udp transport streams on Ubuntu 12.04. I don't have any problem with that version. I recently upgraded to 2.0.1 and now I am getting errors. Here is an example command-line. I'm sending to /dev/null so I don't

Re: [Libav-user] Seeking in VBR MP3 file

2013-10-28 Thread Tuukka Pasanen
On 28.10.2013 16:39, Carl Eugen Hoyos wrote: Tuukka Pasanen pasanen.tuukka@... writes: Okay I suck in GIT but at last I managed to find commit is: '5864ce13d188260998bbf49a2a774fa9bd445c10'. Everything before that works and if you apply that patch it appears. Wasn't this fixed in e096283 ?

Re: [Libav-user] Seeking in VBR MP3 file

2013-10-28 Thread Carl Eugen Hoyos
Tuukka Pasanen pasanen.tuukka@... writes: I pulled down version 2.1 from git version and there is no change. Commit 'e096283' seems to fix MP3 CBR like it says. Some VBR level 1 files works also sounds pretty good. One starts to hear more errors from VBR level 2 and above. I made some

Re: [Libav-user] what's the extradata should be when using ffmpeg+libstagefright?

2013-10-28 Thread ahqzy
Is anyone can help? At 2013-10-25 22:07:47,ahqzy ah...@163.com wrote: Hi all, To using hardware decoding, I compiled ffmpeg(0.10) with andorid libstagefright successfully. When I call it, in the Stagefright_init(AVCodecContext *avctx), the extradata must be specified as below in