summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | media: coda: allow encoder to set colorimetry on the output queuePhilipp Zabel2019-04-221-5/+5
| * | media: coda: implement encoder frame size enumerationPhilipp Zabel2019-04-221-0/+37
| * | media: coda: disable encoder command on decoder and vice versaPhilipp Zabel2019-04-221-8/+10
| * | media: coda: add min number of buffers controlsPhilipp Zabel2019-04-221-0/+6
| * | media: coda: clear error return value before picture runPhilipp Zabel2019-04-221-0/+3
| * | media: coda: remove mask from decoder h.264 level controlPhilipp Zabel2019-04-221-18/+4Star
| * | media: coda: set codec earlierPhilipp Zabel2019-04-221-8/+20
| * | media: vb2: add waiting_in_dqbuf flagHans Verkuil2019-04-221-0/+22
| * | media: pvrusb2: Prevent a buffer overflowDan Carpenter2019-04-222-0/+3
| * | media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko2019-04-221-1/+1
| * | media: videobuf2-v4l2.c: move up STATE_DEQUEUED checkHans Verkuil2019-04-221-5/+6
| * | media: mtk-vcodec: fix vp9 content playback error with show exist frameMaoguang Meng2019-04-221-9/+7Star
| * | media: st-mipid02: MIPID02 CSI-2 to PARALLEL bridge driverMickael Guene2019-04-223-0/+1047
| * | media: ov2659: fix unbalanced mutex_lock/unlockAkinobu Mita2019-04-221-1/+1
| * | media: ov2659: make S_FMT succeed even if requested format doesn't matchAkinobu Mita2019-04-221-2/+4
| * | media: ov6650: Register with asynchronous subdevice frameworkJanusz Krzysztofik2019-04-221-5/+13
| * | media: ov6650: Move v4l2_clk_get() to ov6650_video_probe() helperJanusz Krzysztofik2019-04-221-11/+14
| * | media: ov6650: Fix sensor possibly not detected on probeJanusz Krzysztofik2019-04-221-0/+2
| * | media: au0828: stop video streaming only when last user stopsHans Verkuil2019-04-221-5/+8
| * | media: Clear devnode->media_dev holding media_devnode_lockShuah Khan2019-04-221-1/+2
| * | media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan2019-04-221-0/+3
| * | media: au0828: fix enable and disable source audio and video inconsistenciesShuah Khan2019-04-222-39/+149
| * | media: change au0828 to use Media Device Allocator APIShuah Khan2019-04-223-8/+8
| * | media: Media Device Allocator APIShuah Khan2019-04-222-0/+141
| * | media: stm32-dcmi: fix crash when subdev do not expose any formatsHugues Fruchet2019-04-221-0/+6
| * | media: stm32-dcmi: do not emit error trace in case of few overrunHugues Fruchet2019-04-221-4/+8
| * | media: stm32-dcmi: fix error messagesHugues Fruchet2019-04-221-2/+3
| * | media: dvb: clean up redundant break statementsColin Ian King2019-04-221-25/+5Star
| * | media: mtk-vcodec: enlarge struct vdec_pic_info fieldsYunfei Dong2019-04-225-40/+57
| * | media: vimc: propagate pixel format in the streamHelen Fornazier2019-04-228-342/+304Star
| * | media: v4l2-common: add bayer formats in v4l2_format_infoHelen Fornazier2019-04-221-0/+22
| * | media: Introduce helpers to fill pixel format structsEzequiel Garcia2019-04-221-0/+164
| * | media: vb2: Minor function naming fixEzequiel Garcia2019-04-221-3/+3
| * | media: platform: stm32: wait end of transmissionYannick Fertre2019-04-221-0/+11
| * | media: atmel: atmel-isc: removed ARGB32 added ABGR32 and XBGR32Eugen Hristev2019-04-221-4/+10
| * | media: atmel: atmel-isc: reworked driver and formatsEugen Hristev2019-04-221-417/+480
| * | media: v4l: add I / P frame min max QP definitionsFish Lin2019-04-221-0/+4
| * | media: ov7740: enable to get exposure control in autoexposure modeAkinobu Mita2019-03-291-3/+25
| * | media: bt8xx: avoid a needless u8 to char conversionMauro Carvalho Chehab2019-03-292-3/+3
| * | media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-2931-59/+61
| * | media: vim2m: Fix RGB 565 BE/LE supportMauro Carvalho Chehab2019-03-291-13/+17
| * | media: wl128x: Fix some error handling in fmc_prepare()Dan Carpenter2019-03-291-1/+1
| * | media: wl128x: prevent two potential buffer overflowsDan Carpenter2019-03-291-2/+5
| * | media: tw5864: Fix possible NULL pointer dereference in tw5864_handle_frameYueHaibing2019-03-291-2/+2
| * | media: usbvision: fix a potential NULL pointer dereferenceKangjie Lu2019-03-291-0/+3
| * | media: video-mux: fix null pointer dereferencesKangjie Lu2019-03-291-0/+5
| * | media: mtk-vcodec: remove ready_to_displayAlexandre Courbot2019-03-292-7/+0Star
| * | media: mtk-vcodec: fix access to incorrect planes memberAlexandre Courbot2019-03-292-7/+7
| * | media: v4l2-ctrl: potential shift wrapping bugsDan Carpenter2019-03-291-2/+2
| * | media: davinci-isif: avoid uninitialized variable useArnd Bergmann2019-03-291-9/+0Star