Re: [Libav-user] Decoding single NALUs from x264 programmatically (no luck even with parser), works fine with concatenated NALUs

2013-07-13 Thread Sergey Fedorov
You should split the stream to NAL units anyway before passing to decoder. That's what I know about it ) 2013/7/8 Faraz Khan fa...@screenhero.com Sergey, Just tried - setting decoderContext-flags2 to CODEC_FLAG2_CHUNKS also doesnt work (with or without parser!) Is there something special

Re: [Libav-user] Build of ffmpeg library with libx264 support for QNX

2013-07-13 Thread Carl Eugen Hoyos
Pavel Vazharov pvazharov@... writes: I started the whole build again and it gave the following error later in the build, on a different place: CC  ffserver.o ffserver.c: In function 'main': ffserver.c:4728: error: 'SA_RESTART' undeclared (first use in this function) This is now fixed

Re: [Libav-user] Decoding single NALUs from x264 programmatically (no luck even with parser), works fine with concatenated NALUs

2013-07-13 Thread Faraz Khan
Sergey, Passing individual nal units to the decoder does not work (produces errors I provided you with). Setting CODEC_FLAG2_CHUNKS changes the errors. This is the same with or without the parser. Maybe that behavior has changed. If anyone has information regarding this it'll be awesome! Btw- if