Re: [Libav-user] timestamp error

2012-06-23 Thread Влад Гапчич
Hello! I can't find an error in your code for the first look, but you can take my code(which is slighlty modified code from an example :)), where i do the same thing and it works http://www.pasteall.org/33175/cpp If that will cause segfault, then you're doing something wrong before getting to this

Re: [Libav-user] timestamp error

2012-06-23 Thread Florin Bratu
Hello, Still struggling with this one. I've changed a bit the approach; what I've noticed is that the AVFrame's created in the api-example.c (with random generated content) are well encoded. So my approach now is to create AVFrames just like in the api example the fill them in with the information

Re: [Libav-user] Avcodec_decode_video2 clariifcation

2012-06-23 Thread krishnaks
Hi, I am still unable to solve this issue. Is this issue related to network? Because most of the time got_picture_ptr will be zero only when packet arrival rate is not uniform. i.e Duration between previous packet arrival & current packet arrival is double(some time trible also) of expected durati

Re: [Libav-user] android crash with armeabi-v7a + tegra3

2012-06-23 Thread Michael Zucchi
On 23/06/12 16:28, Carl Eugen Hoyos wrote: Michael Zucchi writes: undefined reference to `ff_h264_v_loop_filter_luma_neon' Could you test the patch I attached to ticket 1241? https://ffmpeg.org/trac/ffmpeg/ticket/1241 I had a look at that patch, and changed it for 0.11, but ... If you us