Age | Commit message (Expand) | Author | Files | Lines |
2019-03-10 | Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+7 |
2019-03-01 | media: vim2m: Address some coding style issues | Mauro Carvalho Chehab | 1 | -24/+28 |
2019-03-01 | media: vim2m: don't use BUG() | Mauro Carvalho Chehab | 1 | -4/+16 |
2019-03-01 | media: vim2m: speedup passthrough copy | Mauro Carvalho Chehab | 1 | -20/+17 |
2019-03-01 | media: vim2m: add an horizontal scaler | Mauro Carvalho Chehab | 1 | -41/+55 |
2019-03-01 | media: vim2m: don't accept YUYV anymore as output format | Mauro Carvalho Chehab | 1 | -55/+2 |
2019-03-01 | media: vim2m: add vertical linear scaler | Mauro Carvalho Chehab | 1 | -34/+33 |
2019-03-01 | media: vim2m: better handle cap/out buffers with different sizes | Mauro Carvalho Chehab | 1 | -36/+78 |
2019-03-01 | media: vim2m: use different framesizes for bayer formats | Mauro Carvalho Chehab | 1 | -4/+34 |
2019-03-01 | media: vim2m: add support for VIDIOC_ENUM_FRAMESIZES | Mauro Carvalho Chehab | 1 | -9/+29 |
2019-03-01 | media: vim2m: ensure that width is multiple of two | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-03-01 | media: vim2m: improve debug messages | Mauro Carvalho Chehab | 1 | -15/+35 |
2019-03-01 | media: vim2m: add bayer capture formats | Mauro Carvalho Chehab | 1 | -7/+97 |
2019-03-01 | media: a few more typos at staging, pci, platform, radio and usb | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-03-01 | media: platform: fix several typos | Mauro Carvalho Chehab | 46 | -70/+70 |
2019-02-18 | media: video-mux: add bayer formats | Rui Miguel Silva | 1 | -0/+20 |
2019-02-18 | media: vicodec: Add a flag for I-frames in fwht header | Dafna Hirschfeld | 3 | -4/+7 |
2019-02-18 | media: exynos4-is: remove redundant check on type | Colin Ian King | 1 | -3/+1 |
2019-02-18 | media: sh_veu: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 1 | -2/+2 |
2019-02-18 | media: s5p-jpeg: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 1 | -19/+19 |
2019-02-18 | media: s5p-g2d: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 1 | -3/+3 |
2019-02-18 | media: rockchip/rga: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 1 | -3/+3 |
2019-02-18 | media: mx2_emmaprp: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 1 | -3/+3 |
2019-02-18 | media: mtk-vcodec: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 2 | -80/+54 |
2019-02-18 | media: mtk-mdp: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 1 | -13/+7 |
2019-02-18 | media: mtk-jpeg: Correct return type for mem2mem buffer helpers | Ezequiel Garcia | 1 | -20/+20 |
2019-02-18 | media: sun6i: Add support for JPEG media bus format | Chen-Yu Tsai | 3 | -0/+8 |
2019-02-18 | media: sun6i: Add support for RGB565 formats | Chen-Yu Tsai | 3 | -2/+21 |
2019-02-18 | media: sun6i: Fix CSI regmap's max_register | Chen-Yu Tsai | 1 | -1/+1 |
2019-02-18 | media: vsp1: Fix smatch warning | Hans Verkuil | 1 | -3/+3 |
2019-02-18 | media: sun6i: Add A64 CSI block support | Jagan Teki | 1 | -0/+11 |
2019-02-18 | media: imx-pxp: Start using the format VUYA32 instead of YUV32 (v2) | Vivek Kasireddy | 1 | -4/+10 |
2019-02-18 | media: vivid: Add definitions for the 32-bit packed YUV formats | Vivek Kasireddy | 1 | -0/+30 |
2019-02-18 | media: vimc: fix memory leak | Hans Verkuil | 1 | -0/+2 |
2019-02-18 | media: vivid: two unregistration fixes | Hans Verkuil | 1 | -3/+1 |
2019-02-18 | media: soc_camera: Move to the staging tree | Sakari Ailus | 6 | -2715/+0 |
2019-02-18 | media: vimc: Remove unused but set variables | Lucas A. M. Magalhães | 1 | -7/+0 |
2019-02-18 | media: vimc: add USERPTR support | Hans Verkuil | 1 | -1/+1 |
2019-02-18 | media: vim2m: fix build breakage due to a merge conflict | Mauro Carvalho Chehab | 1 | -2/+1 |
2019-02-18 | Merge tag 'v5.0-rc7' into patchwork | Mauro Carvalho Chehab | 2 | -2/+4 |
2019-02-07 | media: vimc: fill in bus_info in media_device_info | Hans Verkuil | 2 | -3/+3 |
2019-02-07 | media: pxa_camera: fix smatch warning | Hans Verkuil | 1 | -3/+5 |
2019-02-07 | media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadata | Ezequiel Garcia | 2 | -3/+3 |
2019-02-07 | media: vim2m: don't use curr_ctx->dev before checking | Mauro Carvalho Chehab | 1 | -1/+2 |
2019-02-07 | media: vivid: add vertical down sampling to imagesize calc | André Almeida | 1 | -3/+7 |
2019-02-07 | media: vimc: Add vimc-streamer for stream control | Lucas A. M. Magalhães | 9 | -147/+260 |
2019-02-07 | media: videobuf: use u64 for the timestamp internally | Hans Verkuil | 3 | -8/+8 |
2019-02-07 | media: vicodec: support SOURCE_CHANGE event for decoders only | Hans Verkuil | 1 | -1/+6 |
2019-02-07 | media: vim2m: fill in bus_info in media_device_info | Hans Verkuil | 1 | -0/+2 |
2019-02-07 | media: vicodec: fill in bus_info in media_device_info | Hans Verkuil | 1 | -0/+2 |