Re: [Libav-user] AVFrame necessary fields to create correctly raw Frame

2012-08-16 Thread Jorge Fonseca
> 2012/8/16 Michael Bradshaw > >> On Thu, Aug 16, 2012 at 1:26 PM, Jorge Fonseca >> wrote: >> > Hi All, >> > >> > I have a C program using FFmpeg API that: >> > - load bmp files and create a video file. >> > >> > Its works correctly. >> > >> > - >> > >> > Now, i need to create the sa

Re: [Libav-user] AVFrame necessary fields to create correctly raw Frame

2012-08-16 Thread Jorge Fonseca
2012/8/16 Michael Bradshaw > On Thu, Aug 16, 2012 at 1:26 PM, Jorge Fonseca > wrote: > > Hi All, > > > > I have a C program using FFmpeg API that: > > - load bmp files and create a video file. > > > > Its works correctly. > > > > - > > > > Now, i need to create the same video from a

Re: [Libav-user] AVFrame necessary fields to create correctly raw Frame

2012-08-16 Thread Michael Bradshaw
On Thu, Aug 16, 2012 at 1:26 PM, Jorge Fonseca wrote: > Hi All, > > I have a C program using FFmpeg API that: > - load bmp files and create a video file. > > Its works correctly. > > - > > Now, i need to create the same video from a RAW data (char array). > I allocating a frame, and t

Re: [Libav-user] Help with deprecated functions/members

2012-08-16 Thread salsaman
OK, so I got a reply back from the Fedora packager, the versions which require updated code are: libavutil 51. 54.100 / 51. 54.100 libavcodec 54. 23.100 / 54. 23.100 libavformat54. 6.100 / 54. 6.100 so the changes must have occurred between the versions I gave earlier, and the abov

[Libav-user] AVFrame necessary fields to create correctly raw Frame

2012-08-16 Thread Jorge Fonseca
Hi All, I have a C program using FFmpeg API that: - load bmp files and create a video file. Its works correctly. - Now, i need to create the same video from a RAW data (char array). I allocating a frame, and try to set AVFrame directly... *Question: * - Which fields a need to fi

Re: [Libav-user] Help with deprecated functions/members

2012-08-16 Thread salsaman
Thanks for the response. I am using various versions of the libs, for example: libavutil51. 22. 1 / 51. 22. 1 libavcodec 53. 35. 0 / 53. 35. 0 libavformat 53. 21. 0 / 53. 21. 0 which compiles with the unchanged code. Looking at the latest versions of the decoders in the libs, it seems lik

Re: [Libav-user] Help with deprecated functions/members

2012-08-16 Thread NITIN GOYAL
please mention the libav version you are currently using then only people will be able to tell you the differences. Also, please check the source code from GITHUB and compare the differences from the previous version to check out. Regards Nitin On Thu, Aug 16, 2012 at 7:22 PM, salsaman wrote:

[Libav-user] Help with deprecated functions/members

2012-08-16 Thread salsaman
Hi, could somebody please tell me what I should do to replace the following deprecated functions/members, or point me to some documentation explaining the changes ? Also, if known, which version of the libs these functions/members were removed in. error: 'AVCodecContext' has no member named 'palc