[FFmpeg-devel] [PATCH] Implement pixdesc.h:write_line()

Stefano Sabatini stefano.sabatini-lala
Thu Apr 2 00:02:34 CEST 2009


Hi all.

Formats when possible have been tested with the vf_pixdesc_test
filter, included the monowhite and monoblack formats, with something
like:

ffplay in.avi -vfilters "format=gray,pixdesc_test"

Some formats cannot be tested this way, for example all the formats
not supported as output by sws, anyway I think that it's quite safe to
apply it anyway.

Many interesting problems remains opened, for example:

* How are we supposed to deal with HW accelerated pixel formats?  Are
  we supposed to add an entry in the pixdescs arrays for each of them?

* It's not clear which should be the interaction between lsws and
  the pixdescs.

  Currently lsws doesn't depend on lavc, since the pixfmt descriptors
  may and should be used in libsws to avoid code duplication
  (e.g. sws_format_name()), we may either add lavc to the lsws
  dependancies *or* move all the pixdesc stuff to lavu.

Regards.
-- 
FFmpeg = Fundamentalist and Faithful MultiPurpose Experimenting Gadget
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pixdesc-write-line.patch
Type: text/x-diff
Size: 2255 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090402/79ca201b/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pixdesc-add-pixdescs.patch
Type: text/x-diff
Size: 10282 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090402/79ca201b/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-pixdesc-to-make.patch
Type: text/x-diff
Size: 832 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090402/79ca201b/attachment-0002.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: implement-pixdesc-test-vf.patch
Type: text/x-diff
Size: 5302 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090402/79ca201b/attachment-0003.patch>



More information about the ffmpeg-devel mailing list