linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] em28xx: refactor the frame data processing code
@ 2012-12-08 15:31 Frank Schäfer
  2012-12-08 15:31 ` [PATCH 1/9] em28xx: refactor get_next_buf() and use it for vbi data, too Frank Schäfer
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Frank Schäfer @ 2012-12-08 15:31 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, Frank Schäfer

This patch series refactors the frame data processing code in em28xx-video.c to
- reduce code duplication
- fix a bug in vbi data processing
- prepare for adding em25xx/em276x frame data processing support
- clean up the code and make it easier to understand

It applies on top of my previous patch series 
"em28xx: add support fur USB bulk transfers"
"em28xx: use common urb data copying function for vbi and non-vbi data streams"

The changes have been tested with the following devices:
- "SilverCrest 1.3 MPix webcam" (progressive, non-vbi)
- "Hauppauge HVR-900 (65008/A1C0)" (interlaced, vbi enabled and disabled)


Frank Schäfer (9):
  em28xx: refactor get_next_buf() and use it for vbi data, too
  em28xx: use common function for video and vbi buffer completion
  em28xx: remove obsolete field 'frame' from struct em28xx_buffer
  em28xx: move field 'pos' from struct em28xx_dmaqueue to struct
    em28xx_buffer
  em28xx: refactor VBI data processing code in em28xx_urb_data_copy()
  em28xx: move caching of pointer to vmalloc memory in videobuf to
    struct em28xx_buffer
  em28xx: em28xx_urb_data_copy(): move duplicate code for
    capture_type=0 and capture_type=2 to a function
  em28xx: move the em2710/em2750/em28xx specific frame data processing
    code to a separate function
  em28xx: clean up and unify functions em28xx_copy_vbi()
    em28xx_copy_video()

 drivers/media/usb/em28xx/em28xx-video.c |  374 ++++++++++++-------------------
 drivers/media/usb/em28xx/em28xx.h       |   12 +-
 2 Dateien geändert, 154 Zeilen hinzugefügt(+), 232 Zeilen entfernt(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-12-14 15:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08 15:31 [PATCH 0/9] em28xx: refactor the frame data processing code Frank Schäfer
2012-12-08 15:31 ` [PATCH 1/9] em28xx: refactor get_next_buf() and use it for vbi data, too Frank Schäfer
2012-12-08 15:31 ` [PATCH 2/9] em28xx: use common function for video and vbi buffer completion Frank Schäfer
2012-12-08 15:31 ` [PATCH 3/9] em28xx: remove obsolete field 'frame' from struct em28xx_buffer Frank Schäfer
2012-12-08 15:31 ` [PATCH 4/9] em28xx: move field 'pos' from struct em28xx_dmaqueue to " Frank Schäfer
2012-12-08 15:31 ` [PATCH 5/9] em28xx: refactor VBI data processing code in em28xx_urb_data_copy() Frank Schäfer
2012-12-08 15:31 ` [PATCH 6/9] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer Frank Schäfer
2012-12-08 15:31 ` [PATCH 7/9] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=0 and capture_type=2 to a function Frank Schäfer
2012-12-08 15:31 ` [PATCH 8/9] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function Frank Schäfer
2012-12-08 15:31 ` [PATCH 9/9] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video() Frank Schäfer
     [not found] ` <CAGoCfiw1wN+KgvNLqDSmbz5AwswPT9K48XOM4RnfKvHkmmR59g@mail.gmail.com>
2012-12-13 17:56   ` [PATCH 0/9] em28xx: refactor the frame data processing code Frank Schäfer
2012-12-13 18:16     ` Devin Heitmueller
2012-12-14 15:24       ` Frank Schäfer
2012-12-14 15:29         ` Devin Heitmueller
2012-12-14 15:45           ` Frank Schäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).