[vlc] Need info so as to be able to support deinterlacing in a video pr oduct
Srisuryakiran, Kasturi (IE10)
Srisuryakiran.Kasturi at honeywell.com
Tue Jul 19 06:20:48 CEST 2005
Hi All,
I need to provide support for deinterlacing in a video product.
I was analyzing the videolan code to see how to reuse the code so
that deinterlacing support can be provided.
From what I can see in the code it looks like:
1) Deinterlacing is implemented in
ffmpeg-20041113\libavcodec\imgconvert.c
2) The code just deinterlaces without looking at the filter that is
being used!!!
3) There is a RenderBob function in
vlc-0.8.1\modules\video_filter\deinterlace.c which renders the
Bob picture
Is my understanding correct?
If yes, then it looks like all I need to do is the following :
1) Call the deinterlacing code for each frame by filling the data
into a AVPicture structure
2) Use the code in RenderBob, etc to copy the necessary data which
will have the deinterlaced image
Any idea how to fill the AVPicture structure with the necessary
data if I have to load from a bmp?
Any help will be appreciated.
Regards,
Kiran
----------------------------------------------------------------------------
-----------
Honeywell Technology Solutions Lab Pvt Ltd,
151/1, Doraisanipalya, Bannerghatta Road,
Bangalore - 560076
Phone : 26588360, 51197222 ext 8227
Mobile : 9448821250
----------------------------------------------------------------------------
----------
" This e-mail, and any attachments thereto, are intended only for use by the
addressee(s) named herein and contain Honeywell confidential information. If
you are not the intended recipient of this e-mail, you are hereby notified
that any dissemination, distribution or copying which amounts to
misappropriation of this e-mail and any attachments thereto, is strictly
prohibited. If you have received this e-mail in error, please notify me
immediately, permanently delete the original, any copy of the e-mail and any
printout thereof."
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list