messages from 2016-11-16 09:05:27 to 2016-11-19 17:38:53 UTC [more...]
Including images on Sphinx documents
2016-11-19 17:38 UTC (19+ messages)
` [Ksummit-discuss] "
[PATCH v2] [media] dvb: avoid warning in dvb_net
2016-11-19 14:57 UTC (5+ messages)
` [PATCH 0/3] Avoid warnings about using unitialized dest_dir
` [PATCH 1/3] [media] dvb_net: prepare to split a very complex function
` [PATCH 2/3] [media] dvb-net: split the logic at dvb_net_ule() into other functions
` [PATCH 3/3] [media] dvb_net: simplify the logic that fills the ethernet address
[PATCH 00/35] Some printk fixups and improvements
2016-11-19 12:16 UTC (40+ messages)
` [PATCH 01/35] [media] stb0899_drv: get rid of continuation lines
` [PATCH 02/35] [media] stv090x: "
` [PATCH 03/35] [media] bt8xx/dst: use a more standard way to print messages
` [PATCH 04/35] [media] bt8xx: use pr_foo() macros instead of printk()
` [PATCH 05/35] [media] cx23885: use KERN_CONT where needed
` [PATCH 06/35] [media] cx23885: convert it to use pr_foo() macros
` [PATCH 07/35] [media] cx88: use KERN_CONT where needed
` [PATCH 08/35] [media] cx88: convert it to use pr_foo() macros
` [PATCH 09/35] [media] cx88: make checkpatch happier
` [PATCH 10/35] [media] pluto2: use KERN_CONT where needed
` [PATCH 11/35] [media] zoran: "
` [PATCH 12/35] [media] wl128x: use KERNEL_CONT "
` [PATCH 13/35] [media] pvrusb2: "
` [PATCH 14/35] [media] ttusb_dec: "
` [PATCH 15/35] [media] ttpci: cleanup debug macros and remove dead code
` [PATCH 16/35] [media] dib0070: use pr_foo() instead of printk()
` [PATCH 17/35] [media] dib0090: "
` [PATCH 18/35] [media] dib3000mb: "
` [PATCH 19/35] [media] dib3000mc: "
` [PATCH 20/35] [media] dib7000m: "
` [PATCH 21/35] [media] dib7000p: "
` [PATCH 22/35] [media] dib8000: "
` [PATCH 23/35] [media] dib9000: "
` [PATCH 24/35] [media] dibx000_common: "
` [PATCH 25/35] [media] af9005: remove a printk that would require a KERN_CONT
` [PATCH 26/35] [media] tuner-core: use pr_foo, instead of internal printk macros
` [PATCH 27/35] [media] v4l2-common: add a debug macro to be used with dev_foo()
` [PATCH 28/35] [media] msp3400-driver: don't use KERN_CONT
` [PATCH 29/35] [media] msp3400: convert it to use dev_foo() macros
` [PATCH 30/35] [media] em28xx: convert it from pr_foo() to dev_foo()
` [PATCH 31/35] [media] tvp5150: convert it to use dev_foo() macros
` [PATCH 32/35] [media] tvp5150: Get rid of direct calls to printk()
` [PATCH 33/35] [media] tvp5150: get rid of KERN_CONT
` [PATCH 34/35] [media] rc-main: use pr_foo() macros
` [PATCH 35/35] [media] tveeprom: print log messages using pr_foo()
[PATCH] [media] cx88: make checkpatch.pl happy
2016-11-19 12:14 UTC
cron job: media_tree daily build: ERRORS
2016-11-19 4:28 UTC
[PATCH 1/4] [media] davinci: add support for DT init
2016-11-19 0:32 UTC (4+ messages)
` [PATCH 2/4] [media] davinci: vpif_capture: don't lock over s_stream
` [PATCH 3/4] [media] davinci: vpif_capture: get subdevs from DT
` [PATCH 4/4] [media] dt-bindings: add TI VPIF documentation
ir-keytable: infinite loops, segfaults
2016-11-18 23:57 UTC (7+ messages)
[Patch v2 00/35] media: ti-vpe: fixes and enhancements
2016-11-18 23:20 UTC (36+ messages)
` [Patch v2 01/35] media: ti-vpe: vpdma: Make vpdma library into its own module
` [Patch v2 02/35] media: ti-vpe: vpdma: Add multi-instance and multi-client support
` [Patch v2 03/35] media: ti-vpe: vpdma: Add helper to set a background color
` [Patch v2 04/35] media: ti-vpe: vpdma: Fix bus error when vpdma is writing a descriptor
` [Patch v2 05/35] media: ti-vpe: Use line average de-interlacing for first 2 frames
` [Patch v2 06/35] media: ti-vpe: vpe: Do not perform job transaction atomically
` [Patch v2 07/35] media: ti-vpe: Add support for SEQ_TB buffers
` [Patch v2 08/35] media: ti-vpe: Increasing max buffer height and width
` [Patch v2 09/35] media: ti-vpe: vpe: Return NULL for invalid buffer type
` [Patch v2 10/35] media: ti-vpe: Free vpdma buffers in vpe_release
` [Patch v2 11/35] media: ti-vpe: vpdma: Add support for setting max width height
` [Patch v2 12/35] media: ti-vpe: vpdma: Add abort channel desc and cleanup APIs
` [Patch v2 13/35] media: ti-vpe: vpdma: Make list post atomic operation
` [Patch v2 14/35] media: ti-vpe: vpdma: Clear IRQs for individual lists
` [Patch v2 15/35] media: ti-vpe: vpe: configure line mode separately
` [Patch v2 16/35] media: ti-vpe: vpe: Setup srcdst parameters in start_streaming
` [Patch v2 17/35] media: ti-vpe: vpe: Post next descriptor only for list complete IRQ
` [Patch v2 18/35] media: ti-vpe: vpe: Add RGB565 and RGB5551 support
` [Patch v2 19/35] media: ti-vpe: vpdma: allocate and maintain hwlist
` [Patch v2 20/35] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
` [Patch v2 21/35] media: ti-vpe: vpdma: Corrected YUV422 data type label
` [Patch v2 22/35] media: ti-vpe: vpdma: RGB data type yield inverted data
` [Patch v2 23/35] media: ti-vpe: sc: Fix incorrect optimization
` [Patch v2 24/35] media: ti-vpe: vpe: Fix vb2 buffer cleanup
` [Patch v2 25/35] media: ti-vpe: vpdma: Fix race condition for firmware loading
` [Patch v2 26/35] media: ti-vpe: vpdma: Use bidirectional cached buffers
` [Patch v2 27/35] media: ti-vpe: vpe: Fix line stride for output motion vector
` [Patch v2 28/35] media: ti-vpe: vpe: Enable DMABUF export
` [Patch v2 29/35] media: ti-vpe: Make scaler library into its own module
` [Patch v2 30/35] media: ti-vpe: scaler: Add debug support for multi-instance
` [Patch v2 31/35] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacity
` [Patch v2 32/35] media: ti-vpe: vpdma: Add RAW8 and RAW16 data types
` [Patch v2 33/35] media: ti-vpe: Make colorspace converter library into its own module
` [Patch v2 34/35] media: ti-vpe: csc: Add debug support for multi-instance
` [Patch v2 35/35] media: ti-vpe: vpe: Add proper support single and multi-plane buffer
[PATCH] Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations"
2016-11-18 22:59 UTC
[linuxtv-media:master 879/885] htmldocs: drivers/media/dvb-core/dvb_frontend.h:684: warning: No description found for parameter 'refcount'
2016-11-18 22:48 UTC
[PATCH v5 1/3] media: Media Device Allocator API
2016-11-18 21:45 UTC
[linuxtv-media:master] BUILD REGRESSION c044170fcfca3783f7dd8eb69ff8b06d66fad5d8
2016-11-18 21:21 UTC
[PATCH dtv-scan-tables] Rename pl-Krosno_Sucha_Gora with only ASCII characters
2016-11-18 21:12 UTC (3+ messages)
[linuxtv-media:master 874/885] ERROR: "dvb_tuner_simple_release" [drivers/media/tuners/tea5767.ko] undefined!
2016-11-18 20:26 UTC
[PATCH] [media] Kconfig: fix breakages when DVB_CORE is not selected
2016-11-18 20:00 UTC
[PATCH 1/3] [media] v4l: rcar_fdp1: mark PM functions as __maybe_unused
2016-11-18 19:36 UTC (5+ messages)
` [PATCH 2/3] [media] v4l: rcar_fdp1: add FCP dependency
` [PATCH 3/3] [media] mtk-mdp: mark PM functions as __maybe_unused
[linuxtv-media:master 874/881] undefined reference to `dvb_tuner_simple_release'
2016-11-18 19:16 UTC
[PATCH 1/5] media: rc: nuvoton: remove nvt_open and nvt_close
2016-11-18 19:02 UTC (2+ messages)
[PATCH v5] [media] vb2: Add support for capture_dma_bidirectional queue flag
2016-11-18 18:59 UTC (2+ messages)
[PATCH] [media] soc-camera: Fix a return value in case of error
2016-11-18 17:49 UTC
[PATCH 1/1] smiapp: Implement power-on and power-off sequences without runtime PM
2016-11-18 16:09 UTC (2+ messages)
[PATCH] [media] rc/keymaps: Add helper macro for rc_map_list boilerplate
2016-11-18 15:52 UTC (2+ messages)
patch "media: usb: uvc: remove unnecessary & operation" added to usb-next
2016-11-18 15:10 UTC
patch "media: usb: uvc: make use of new usb_endpoint_maxp_mult()" added to usb-next
2016-11-18 15:09 UTC
patch "media: usbtv: core: make use of new usb_endpoint_maxp_mult()" added to usb-next
2016-11-18 15:09 UTC
patch "media: usb: uvc: remove unnecessary & operation" added to usb-testing
2016-11-18 15:06 UTC
patch "media: usb: uvc: make use of new usb_endpoint_maxp_mult()" added to usb-testing
2016-11-18 15:06 UTC
patch "media: usbtv: core: make use of new usb_endpoint_maxp_mult()" added to usb-testing
2016-11-18 15:06 UTC
[PATCH 00/18] [media] RedRat3: Fine-tuning for several function implementations
2016-11-18 13:00 UTC (4+ messages)
` [PATCH 14/18] [media] RedRat3: Rename a jump label in redrat3_init_rc_dev()
[patch] Staging: media: davinci_vpfe: unlock on error in vpfe_reqbufs()
2016-11-18 11:30 UTC
[PATCH v2 00/10] Add support for DELTA video decoder of STMicroelectronics STiH4xx SoC series
2016-11-18 11:25 UTC (11+ messages)
` [PATCH v2 01/10] Documentation: DT: add bindings for ST DELTA
` [PATCH v2 02/10] ARM: dts: STiH410: add DELTA dt node
` [PATCH v2 03/10] ARM: multi_v7_defconfig: enable STMicroelectronics DELTA Support
` [PATCH v2 04/10] [media] MAINTAINERS: add st-delta driver
` [PATCH v2 05/10] [media] st-delta: STiH4xx multi-format video decoder v4l2 driver
` [PATCH v2 06/10] [media] st-delta: add contiguous memory allocator
` [PATCH v2 07/10] [media] st-delta: rpmsg ipc support
` [PATCH v2 08/10] [media] st-delta: EOS (End Of Stream) support
` [PATCH v2 09/10] [media] st-delta: add mjpeg support
` [PATCH v2 10/10] [media] st-delta: debug: trace stream/frame information & summary
[PATCH] [media] VPU: mediatek: fix dereference of pdev before checking it is null
2016-11-18 9:49 UTC (2+ messages)
[PATCH v3 0/9] Qualcomm video decoder/encoder driver
2016-11-18 9:11 UTC (12+ messages)
` [PATCH v3 3/9] media: venus: adding core part and helper functions
` [PATCH v3 4/9] media: venus: vdec: add video decoder files
cron job: media_tree daily build: ERRORS
2016-11-18 4:31 UTC
[PATCH v4 0/3] Media Device Allocator API
2016-11-18 1:50 UTC (10+ messages)
` [PATCH v4 1/3] media: "
` [PATCH v4 2/3] media: change au0828 to use "
` [PATCH v4 3/3] sound/usb: Use Media Controller API to share media resources
[PATCH] dvb: gp8psk: specify license using MODULE_LICENSE
2016-11-17 22:07 UTC (2+ messages)
[PATCH 0/2] R-Car DU: Add support for LVDS mode selection
2016-11-17 21:41 UTC (4+ messages)
` [PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels
[RFC] v4l2 support for thermopile devices
2016-11-17 17:31 UTC (5+ messages)
[PATCH 0/2] Add support for the DW IP Prototyping Kits for MIPI CSI-2 Host
2016-11-17 16:34 UTC (3+ messages)
` [PATCH 2/2] Add basic support for DW CSI-2 Host IPK
[PATCH 0/5] Add V4L2 SDR (DRIF & MAX2175) driver
2016-11-17 12:41 UTC (4+ messages)
` [PATCH 2/5] media: i2c: max2175: Add MAX2175 support
[PATCH] uvcvideo: Add bayer 16-bit format patterns
2016-11-17 11:57 UTC (4+ messages)
[PATCH] [media] docs-rst: cleanup SVG files
2016-11-17 11:10 UTC
cron job: media_tree daily build: ERRORS
2016-11-17 4:27 UTC
[PATCH v6 0/3] Add Mediatek JPEG Decoder
2016-11-17 3:38 UTC (4+ messages)
` [PATCH v6 1/3] dt-bindings: mediatek: Add a binding for "
` [PATCH v6 2/3] vcodec: mediatek: Add Mediatek JPEG Decoder Driver
` [PATCH v6 3/3] arm: dts: mt2701: Add node for Mediatek JPEG Decoder
[PATCH] media: remove obsolete Media Device Managed resource interfaces
2016-11-16 20:49 UTC
[PATCH] [media] cec-ioc-adap-g-log-addrs.rst: describe CEC_LOG_ADDRS_FL_CDC_ONLY
2016-11-16 18:10 UTC
[PATCH 0/9] media: Exynos MFC driver improvements
2016-11-16 17:18 UTC (7+ messages)
` [PATCH 5/9] s5p-mfc: Remove dead conditional code
` [PATCH 6/9] s5p-mfc: Kill all IS_ERR_OR_NULL in clocks management code
` [PATCH 7/9] s5p-mfc: Don't keep clock prepared all the time
` [PATCH 8/9] s5p-mfc: Rework clock handling
` [PATCH 9/9] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCs
[PATCH] [media] usbtv: don't do DMA on stack
2016-11-16 16:11 UTC (2+ messages)
[GIT PULL] Samsung fixes for 4.8
2016-11-16 15:19 UTC (6+ messages)
[PATCH] [media] pxa_camera: add V4L2 dependency
2016-11-16 14:39 UTC
[PATCH 00/34] [media] DaVinci-Video Processing: Fine-tuning for several function implementations
2016-11-16 14:35 UTC (5+ messages)
` [PATCH 06/34] [media] DaVinci-VPBE: Return an error code only by a single variable in vpbe_initialize()
` [PATCH 07/34] [media] DaVinci-VPBE: Delete an unnecessary variable initialisation "
[PATCH] [media] ir-hix5hd2: make hisilicon,power-syscon property deprecated
2016-11-16 13:37 UTC (2+ messages)
[PATCH v4 0/2] Add support for Omnivision OV5647
2016-11-16 13:21 UTC (3+ messages)
` [PATCH v4 1/2] Add OV5647 device tree documentation
[PATCH] [media] netup_unidvb: use module_pci_driver
2016-11-16 13:00 UTC
[patch] [media] stk-webcam: fix an endian bug in stk_camera_read_reg()
2016-11-16 11:11 UTC (2+ messages)
` [patch v2] "
Клиентские базы Skype: prodawez390 Whatsapp: +79139230330 Viber: +79139230330 Telegram: +79139230330 Email: prodawez391@gmail.com
2016-11-17 9:37 UTC
[RFCv2 PATCH 0/5] CEC drivers for iMX6 and TDA9950
2016-11-16 9:43 UTC (5+ messages)
` [RFCv2 PATCH 1/5] video: add HDMI state notifier support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).