[Libav-user] Playing mp3 audio files

2014-12-04 Thread Ramesh Karanam
Hi, When i am playing mp3 songs some songs are played successfully but some songs are not playing.It Works for all other formats but the problem with mp3 songs. Here i am decoding audio like below avcodec_decode_audio4(dec_ctx, frame, got_frame,

[Libav-user] Buffered frames in avcodec h264 decoder

2014-12-04 Thread Alina lifshits
Hello, I am using avcodec decoder to decode h264 stream. I noticed that the decoder buffers a few first frames before returning a decoded picture. The stream is from a live source and does not contains B frames. Is there a way to tell the decoder not to buffer frames, or maybe to buffer just

Re: [Libav-user] Buffered frames in avcodec h264 decoder

2014-12-04 Thread Hendrik Leppkes
On Thu, Dec 4, 2014 at 2:31 PM, Alina lifshits al...@vicon.co.il wrote: Hello, I am using avcodec decoder to decode h264 stream. I noticed that the decoder buffers a few first frames before returning a decoded picture. The stream is from a live source and does not contains B frames. Is