summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-22media: atmel: atmel-isc: reworked driver and formatsEugen Hristev1-417/+480
2019-04-22media: v4l: add I / P frame min max QP definitionsFish Lin3-0/+32
2019-03-30media: index.rst: exclude Indexes section from latex/pdf outputMauro Carvalho Chehab1-1/+1
2019-03-30media: pdf docs: adjust several tables for better displayMauro Carvalho Chehab25-87/+258
2019-03-30media: pixfmt-packed-yuv.rst: fix PDF outputMauro Carvalho Chehab1-7/+14
2019-03-30media: staging: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-3/+3
2019-03-29media: soc_camera: Remove leftover files, add TODOSakari Ailus4-11/+4
2019-03-29media: MAINTAINERS: Fix files for obsolete SoC camera frameworkSakari Ailus1-3/+2
2019-03-29media: ov7740: enable to get exposure control in autoexposure modeAkinobu Mita1-3/+25
2019-03-29media: bt8xx: avoid a needless u8 to char conversionMauro Carvalho Chehab2-3/+3
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab35-68/+70
2019-03-29media: vim2m: Fix RGB 565 BE/LE supportMauro Carvalho Chehab1-13/+17
2019-03-29media: wl128x: Fix some error handling in fmc_prepare()Dan Carpenter1-1/+1
2019-03-29media: wl128x: prevent two potential buffer overflowsDan Carpenter1-2/+5
2019-03-29media: tw5864: Fix possible NULL pointer dereference in tw5864_handle_frameYueHaibing1-2/+2
2019-03-29media: usbvision: fix a potential NULL pointer dereferenceKangjie Lu1-0/+3
2019-03-29media: video-mux: fix null pointer dereferencesKangjie Lu1-0/+5
2019-03-29media: mtk-vcodec: remove ready_to_displayAlexandre Courbot2-7/+0
2019-03-29media: mtk-vcodec: fix access to incorrect planes memberAlexandre Courbot2-7/+7
2019-03-29media: v4l2-ctrl: potential shift wrapping bugsDan Carpenter1-2/+2
2019-03-29media: davinci-isif: avoid uninitialized variable useArnd Bergmann1-9/+0
2019-03-29media: i2c: tda1997x: select V4L2_FWNODEKoen Vandeputte1-1/+2
2019-03-29media: staging: media: imx7-mipi-csis: fix debugfs compilationArnd Bergmann1-14/+2
2019-03-29media: staging: media: davinci_vpfe: fix large stack usage with clangArnd Bergmann1-11/+9
2019-03-29media: staging/imx: Fix inconsistent long line breaksLucas Leonardo Ciancaglini1-8/+9
2019-03-29media: gspca: Kill URBs on USB device disconnectEzequiel Garcia1-1/+3
2019-03-28media: dvbdev: remove double-unlockMauro Carvalho Chehab1-1/+0
2019-03-26media: hfi_parser: don't trick gcc with a wrong expected sizeMauro Carvalho Chehab1-2/+2
2019-03-26media: rcar-dma: p_set can't be NULLMauro Carvalho Chehab1-1/+1
2019-03-26media: sti/delta: remove uneeded checkMauro Carvalho Chehab1-4/+2
2019-03-26media: pwc-ctl: pChoose can't be NULLMauro Carvalho Chehab1-8/+9
2019-03-26media: cx2341x: replace badly designed macrosMauro Carvalho Chehab1-58/+93
2019-03-25media: imx214: don't de-reference a NULL pointerMauro Carvalho Chehab1-6/+4
2019-03-25media: v4l: rcar_fdp1: Fix indentation odditiesLaurent Pinchart1-14/+14
2019-03-25media: vicodec: set pixelformat to V4L2_PIX_FMT_FWHT_STATELESS for stateless ...Dafna Hirschfeld1-12/+35
2019-03-25media: vicodec: Add support for stateless decoder.Dafna Hirschfeld2-24/+264
2019-03-25media: vicodec: Register another node for stateless decoderDafna Hirschfeld1-4/+42
2019-03-25media: v4l2-ioctl.c: add V4L2_PIX_FMT_FWHT_STATELESS to v4l_fill_fmtdescHans Verkuil1-0/+1
2019-03-25media: vicodec: Introducing stateless fwht defs and structsDafna Hirschfeld6-29/+65
2019-03-25media: vicodec: add documentation to V4L2_PIX_FMT_FWHT_STATELESSDafna Hirschfeld1-0/+6
2019-03-25media: vicodec: add documentation to V4L2_CID_MPEG_VIDEO_FWHT_PARAMSDafna Hirschfeld1-0/+116
2019-03-25media: vicodec: add documentation to V4L2_CID_FWHT_I/P_FRAME_QPDafna Hirschfeld1-0/+8
2019-03-25media: vicodec: add struct for encoder/decoder instanceDafna Hirschfeld1-102/+92
2019-03-25media: vicodec: Handle the case that the reference buffer is NULLDafna Hirschfeld2-4/+16
2019-03-25media: vicodec: rename v4l2_fwht_default_fmt to v4l2_fwht_find_nth_fmtDafna Hirschfeld3-8/+23
2019-03-25media: vicodec: Validate version dependent header values in a separate functionDafna Hirschfeld1-12/+19
2019-03-25media: vicodec: keep the ref frame according to the format in decoderDafna Hirschfeld5-268/+122
2019-03-25media: vicodec: add field 'buf' to fwht_raw_frameDafna Hirschfeld2-2/+6
2019-03-25media: vicodec: Move raw frame preparation code to a functionDafna Hirschfeld1-65/+78
2019-03-25media: vicodec: bugfix: free compressed_frame upon device releaseDafna Hirschfeld1-0/+1