[FFmpeg-devel] [PATCH] Misc patches for libavdevice/v4l.c

Stefano Sabatini stefano.sabatini-lala
Wed Dec 24 15:37:05 CET 2008


Hi, follows a quick description of the patches:

* v4l-space-cosmetics.patch: for consistency's sake

* v4l-size-check.patch: 
  perform a VIDIOCSWIN ioctl check at the beginning of
  grab_read_header()

* v4l-remove-redundant-ioctl.patch: now that VIDIOCSWIN is performed at
  the beginning, this one is redundant

* v4l-add-missing-ioctl-check.patch: the ioctl may fail

* v4l-factorize-time-frame.patch: no need to set it in two distinct points

* v4l-remove-unnecessary-temporary.patch: remove the unnecessary
  frame_size var, write it directly in the context

* v4l-move-capture-cap-check.patch: this check should be performed before
  all the other ones

Regards.
-- 
FFmpeg = Foolish and Faboulous Multipurpose Pacific Eager Game
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4l-space-cosmetics.patch
Type: text/x-diff
Size: 1887 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081224/3c5c02da/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4l-size-check.patch
Type: text/x-diff
Size: 972 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081224/3c5c02da/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4l-remove-redundant-ioctl.patch
Type: text/x-diff
Size: 567 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081224/3c5c02da/attachment-0002.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4l-add-missing-ioctl-check.patch
Type: text/x-diff
Size: 640 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081224/3c5c02da/attachment-0003.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4l-factorize-time-frame.patch
Type: text/x-diff
Size: 1014 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081224/3c5c02da/attachment-0004.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4l-remove-unnecessary-temporary.patch
Type: text/x-diff
Size: 1426 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081224/3c5c02da/attachment-0005.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4l-move-capture-cap-check.patch
Type: text/x-diff
Size: 1265 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081224/3c5c02da/attachment-0006.patch>



More information about the ffmpeg-devel mailing list