Age | Commit message (Expand) | Author | Files | Lines |
2015-11-05 | Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 92 | -1107/+2298 |
2015-10-22 | [media] c8sectpfe: fix return of garbage | Sudip Mukherjee | 1 | -2/+2 |
2015-10-22 | [media] c8sectpfe: fix ininitialized error return on firmware load failure | Colin Ian King | 1 | -2/+1 |
2015-10-20 | [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK | Takashi Iwai | 1 | -1/+0 |
2015-10-20 | [media] media/vivid-osd: fix info leak in ioctl | Salva Peiró | 1 | -0/+1 |
2015-10-20 | [media] media: videobuf2: Change queue_setup argument | Junghak Sung | 39 | -44/+66 |
2015-10-20 | [media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap... | Andrzej Hajda | 2 | -8/+14 |
2015-10-20 | [media] s5p-mfc: end-of-stream handling for newer encoders | Andrzej Hajda | 3 | -31/+48 |
2015-10-20 | [media] s5p-mfc: fix spelling errors | Ingi Kim | 1 | -4/+4 |
2015-10-03 | [media] vivid: Add an option to configure the maximum number of devices | Ezequiel Garcia | 2 | -1/+9 |
2015-10-03 | [media] vivid: Fix iteration in driver removal path | Ezequiel Garcia | 1 | -1/+4 |
2015-10-03 | [media] media: am437x-vpfe: fix handling platform_get_irq result | Andrzej Hajda | 1 | -2/+3 |
2015-10-03 | [media] VIDEO_RENESAS_JPU should depend on HAS_DMA | Geert Uytterhoeven | 1 | -1/+1 |
2015-10-02 | [media] rcar_jpu: Fix namespace for two __be16 vars | Mauro Carvalho Chehab | 1 | -2/+2 |
2015-10-02 | [media] c8sectpfe: fix namespace on memcpy/memset | Mauro Carvalho Chehab | 1 | -2/+2 |
2015-10-02 | [media] mipi-csis: make sparse happy | Mauro Carvalho Chehab | 1 | -1/+2 |
2015-10-01 | Revert "[media] rcar_vin: call g_std() instead of querystd()" | Mauro Carvalho Chehab | 1 | -2/+2 |
2015-10-01 | [media] s5p-jpeg: remove unused var | Mauro Carvalho Chehab | 1 | -3/+0 |
2015-10-01 | [media] media: videobuf2: Restructure vb2_buffer | Junghak Sung | 66 | -713/+863 |
2015-10-01 | [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2 | Junghak Sung | 36 | -36/+36 |
2015-10-01 | [media] s5p-mfc: Correct misuse of %0x<decimal> | Joe Perches | 1 | -1/+1 |
2015-10-01 | [media] s5p-jpeg: add support for 5433 | Andrzej Pietrasiewicz | 5 | -65/+520 |
2015-10-01 | [media] s5p-jpeg: generalize clocks handling | Marek Szyprowski | 2 | -39/+37 |
2015-10-01 | [media] use v4l2_get_timestamp where possible | Arnd Bergmann | 4 | -17/+5 |
2015-10-01 | [media] exynos4-is: use monotonic timestamps as advertized | Arnd Bergmann | 1 | -7/+1 |
2015-10-01 | [media] vivid: add 10 and 12 bit Bayer formats | Hans Verkuil | 2 | -0/+147 |
2015-10-01 | [media] vim2m: small cleanup: use assignment instead of memcpy | Hans Verkuil | 1 | -5/+2 |
2015-10-01 | [media] vivid: add support for SMPTE 2084 transfer function | Hans Verkuil | 1 | -0/+1 |
2015-10-01 | [media] vivid-tpg: add support for SMPTE 2084 transfer function | Hans Verkuil | 2 | -4/+94 |
2015-10-01 | [media] vivid: add support for the DCI-P3 colorspace | Hans Verkuil | 2 | -0/+4 |
2015-10-01 | [media] vivid-tpg: support the DCI-P3 colorspace | Hans Verkuil | 2 | -6/+146 |
2015-10-01 | [media] vivid: use Bradford method when converting Rec. 709 to NTSC 1953 | Hans Verkuil | 1 | -43/+47 |
2015-10-01 | [media] vivid: use ARRAY_SIZE to calculate max control value | Hans Verkuil | 1 | -7/+7 |
2015-09-25 | [media] atmel-isi: parse the DT parameters for vsync/hsync/pixclock polarity | Josh Wu | 1 | -0/+15 |
2015-09-25 | [media] v4l: atmel-isi: Remove unused platform data fields | Laurent Pinchart | 2 | -10/+0 |
2015-09-25 | [media] v4l: atmel-isi: Remove support for platform data | Laurent Pinchart | 2 | -18/+139 |
2015-09-25 | [media] v4l: atmel-isi: Simplify error handling during DT parsing | Laurent Pinchart | 1 | -7/+4 |
2015-09-25 | [media] atmel-isi: add sanity check for supported formats in try/set_fmt() | Josh Wu | 1 | -8/+29 |
2015-09-25 | [media] atmel-isi: move configure_geometry() to start_streaming() | Josh Wu | 1 | -12/+5 |
2015-09-25 | [media] atmel-isi: setup the ISI_CFG2 register directly | Josh Wu | 1 | -13/+7 |
2015-09-25 | [media] atmel-isi: increase timeout to disable/enable isi | Josh Wu | 1 | -1/+1 |
2015-09-25 | [media] atmel-isi: Protect PM-only functions to kill warning | Geert Uytterhoeven | 1 | -0/+2 |
2015-09-25 | [media] rcar_vin: call g_std() instead of querystd() | Sergei Shtylyov | 1 | -2/+2 |
2015-09-25 | [media] rcar_vin: propagate querystd() error upstream | Sergei Shtylyov | 1 | -5/+9 |
2015-09-25 | [media] rcar_vin: Remove obsolete r8a779x-vin platform_device_id entries | Geert Uytterhoeven | 1 | -2/+0 |
2015-09-25 | [media] soc-camera: increase the length of clk_name on soc_of_bind() | Josh Wu | 1 | -1/+1 |
2015-09-25 | [media] vivid: sdr cap: few enhancements | Antti Palosaari | 1 | -19/+12 |
2015-09-25 | [media] vivid: SDR cap: add control for FM deviation | Antti Palosaari | 3 | -2/+42 |
2015-09-12 | Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2 | -38/+32 |
2015-09-10 | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 1 | -1/+1 |