summaryrefslogtreecommitdiff
path: root/isp
AgeCommit message (Expand)Author
2015-11-12Add support for static compilationHEADmasterLaurent Pinchart
2015-11-12isp: stats: Fix signed vs. unsigned comparison warningLaurent Pinchart
2015-11-12isp: v4l2: Fix capabilities parsingLaurent Pinchart
2013-03-07isp: Support format conversion in scalerLaurent Pinchart
2013-03-07isp: Support allocating an output buffers pool for the viewfinderLaurent Pinchart
2013-02-11isp: Add crop support for the viewfinderLaurent Pinchart
2013-02-11isp: Support raw viewfinder formatsLaurent Pinchart
2012-11-15media: Fix valgrind warningsLaurent Pinchart
2012-10-24isp: Use the requested input format for M2M pipelinesLaurent Pinchart
2012-10-20omap3isp: Scale instead of cropping when scaling on the sensorLaurent Pinchart
2012-10-20isp: Add scaler APILaurent Pinchart
2012-10-20isp: Protect against starting viewfinder and snapshot at the same timeLaurent Pinchart
2012-10-20isp: Split the viewfinder and snapshot APILaurent Pinchart
2012-10-20isp: Add support for memory-to-memory pipelinesLaurent Pinchart
2012-10-20isp: Remove scaler argument to omap3_isp_pipeline_try_format()Laurent Pinchart
2012-10-20isp: Add live zoom supportLaurent Pinchart
2012-10-20v4l2: Print the device name in error messagesLaurent Pinchart
2012-10-20v4l2-pool: Initialize buffer indexes when creating the poolLaurent Pinchart
2012-10-20isp: Emulate global gain for sensors that only expose color gainsLaurent Pinchart
2012-06-21sensor: Fix omap3_isp_sensor_get_exposure()Laurent Pinchart
2012-06-21sensor: Support setting gains selectivelyLaurent Pinchart
2012-05-02stats: Don't mess up Bayer pattern when setting the AEWB rectangleLaurent Pinchart
2012-05-01omap3isp: Enable statistics for snapshot captureLaurent Pinchart
2012-05-01stats: Add support for the AEWB statistics engineLaurent Pinchart
2012-04-20omap3isp: Add ISP crop supportLaurent Pinchart
2012-04-19omap3isp: Add support for greyscale sensorsLaurent Pinchart
2012-04-17omap3isp: Unsupported subdev ioctls returned -EINVAL on older kernelsLaurent Pinchart
2012-04-17omap3isp: Support capture of multiple snapshotsLaurent Pinchart
2012-04-16omap3isp: Make viewfinder optionalLaurent Pinchart
2012-04-16omap3isp: Support cropping for snapshot captureLaurent Pinchart
2012-04-16controls: Add support for sensor gainLaurent Pinchart
2012-04-16controls: Make sure subdev is open before setting CCDC black levelLaurent Pinchart
2012-04-16controls: Add preview engine digital gain and white balance supportLaurent Pinchart
2012-04-16omap3isp: Store ccdc, preview and sensor entities in sub-structuresLaurent Pinchart
2012-04-16tools: Add div_round_up() macroLaurent Pinchart
2012-04-16tools: Add min_t, max_t, clamp and clamp_t macrosLaurent Pinchart
2012-04-16subdev: Avoid double-close in v4l2_subdev_close()Laurent Pinchart
2012-04-16omap3isp: Add exception fd watch typeLaurent Pinchart
2012-04-16omap3isp: Support the CCDC lane shifterLaurent Pinchart
2012-01-06omap3isp: Make number of buffers mandatory in pipeline pool definitionLaurent Pinchart
2011-10-15omap3isp: Activate the pipeline when setting the scalerLaurent Pinchart
2011-10-15omap3isp: Handle scaler properly in omap3_isp_pipeline_activate()Laurent Pinchart
2011-10-15omap3isp: Setup running and queued fields in omap3_isp_video_*()Laurent Pinchart
2011-10-14omap3isp: Close subdevs when destroying pipelinesLaurent Pinchart
2011-10-14omap3isp: Reorder viewfinder functions to avoid forward declarationsLaurent Pinchart
2011-10-14omap3isp: Add omap3_isp_video_queue/dequeue_buffer() functionsLaurent Pinchart
2011-10-14omap3isp: Add omap3_isp_video_start/stop() functionsLaurent Pinchart
2011-10-14omap3isp: Add isp device field to struct omap3_isp_videoLaurent Pinchart
2011-10-14omap3isp: Don't mess up with omap3_isp_video::dequeued in poolsLaurent Pinchart
2011-10-14omap3isp: Add support for 12-bit Bayer formatsLaurent Pinchart