Re: [Libav-user] Choppy dshow audio playback with ffplay

2013-04-02 Thread Taha Ansari
Hi! Thanks for your reply - I just tried your suggestion, and recorded approximately 1.5 minutes of audio, and saved it to a file on hard-disk (no UDP involved). There are no cut-offs or choppy playback; all voice is apparently recorded fine. So this means above mentioned routines are working

Re: [Libav-user] Double free/corruption problem.

2013-04-02 Thread Mark Pupilli
On 7 December 2012 18:51, Mark Pupilli mpupi...@gmail.com wrote: I get a double free or corruption problem, should really do a bug report but don't have time to decipher the FFmpeg bug reporting page. I'll post it here in case anyone is interested, feel free to ignore. When using custom IO

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Carl Eugen Hoyos
Lars Hammarstrand lars.hammarstrand@... writes: (gdb) disass $pc-32,$pc+32 Please add the register dump, some developers can see the problem if it is present. Thank you, Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Lars Hammarstrand
2013/4/2 Carl Eugen Hoyos ceho...@ag.or.at Lars Hammarstrand lars.hammarstrand@... writes: Tested to run ffmpeg (the tool) and it crashes every time exactly on the same spot as xbmc! Thank you for testing! You are welcome! :-) Has n1.2 ever been tested on IOS? Did you test it

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Lars Hammarstrand
2013/4/2 Carl Eugen Hoyos ceho...@ag.or.at Lars Hammarstrand lars.hammarstrand@... writes: (gdb) disass $pc-32,$pc+32 Please add the register dump, some developers can see the problem if it is present. http://pastebin.com/vCBCJ719 ___

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Carl Eugen Hoyos
Lars Hammarstrand lars.hammarstrand@... writes: Could you run the testsuite (make SAMPLES=path fate) on the iPhone? This would allow to verify if only H264 is affected or also other codecs. 4. Sorry, you have to be a bit more specific on this one since I'm not a ffmpeg core developer.

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Lars Hammarstrand
2013/4/2 Carl Eugen Hoyos ceho...@ag.or.at Lars Hammarstrand lars.hammarstrand@... writes: Could you run the testsuite (make SAMPLES=path fate) on the iPhone? This would allow to verify if only H264 is affected or also other codecs. 4. Sorry, you have to be a bit more specific on

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Carl Eugen Hoyos
Lars Hammarstrand lars.hammarstrand@... writes: (I will open a ticket if all information is available, Great, here are some additional configure flags. Please tell me if you need anything else to open a ticket! Please test if --disable-neon and -cpuflags -neon fix the problem. I've no

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Carl Eugen Hoyos
Lars Hammarstrand lars.hammarstrand@... writes: but please test if -cpuflags -neon or --disable-neon helps. Forgot to ask. Do any of these flags replace any other flags or should they be used in conjunction with existing configure flags as below? --enable-neon I suspect it is not a

Re: [Libav-user] creating a new filter...

2013-04-02 Thread Andrey Utkin
I can add to the above a couple of points. You are not obliged to send your filter to us, it you are going to use it just for yourself. But if you are going to share some useful code, some development community members may do some integration work for you, thus you get your target achieved

Re: [Libav-user] Reference app with ffmpeg n1.2 libs that works on IOS ?

2013-04-02 Thread Michael Niedermayer
On Tue, Apr 02, 2013 at 08:38:18PM +0200, Lars Hammarstrand wrote: 2013/4/2 Carl Eugen Hoyos ceho...@ag.or.at Lars Hammarstrand lars.hammarstrand@... writes: (gdb) disass $pc-32,$pc+32 Please add the register dump, some developers can see the problem if it is present.