summaryrefslogtreecommitdiff
path: root/isp/omap3isp.c
AgeCommit message (Expand)Author
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-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-20isp: Emulate global gain for sensors that only expose color gainsLaurent 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-16omap3isp: Store ccdc, preview and sensor entities in sub-structuresLaurent 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
2011-09-04omap3isp: Use ":SENSOR" to refer to the sensor when building pipelinesLaurent Pinchart
2011-09-04omap3isp: Add support for memory pools in the viewfinderLaurent Pinchart
2011-09-04omap3isp: Return v4l2_queue_buffer() return value directly on errorLaurent Pinchart
2011-09-04omap3isp: Implement pools buffer allocation and streaming eventsLaurent Pinchart
2011-09-04omap3isp: Remove unused struct omap3_isp_device::resizer fieldLaurent Pinchart
2011-09-04omap3isp: Configure video node formats in omap3_isp_pipeline_try_formatLaurent Pinchart
2011-09-04omap3isp: Add pools support in pipeline formats configurationLaurent Pinchart
2011-09-04omap3isp: Add transparent buffer pools supportLaurent Pinchart
2011-09-04oamp3isp: Move video device open to omap3_isp_pipeline_build()Laurent Pinchart
2011-09-04omap3isp: Move scaler field from omap3_isp_video to omap3_isp_pipelineLaurent Pinchart
2011-09-04omap3isp: Make struct omap3_isp_video inherit from omap3_isp_entityLaurent Pinchart
2011-09-04Remove struct isp_video::subdev fieldLaurent Pinchart
2011-09-04Configure formats in omap3_isp_pipeline_activate()Laurent Pinchart
2011-09-04Activate viewfinder pipeline in omap3_isp_viewfinder_setup_pipeline()Laurent Pinchart
2011-09-04Add omap3_isp_pipeline_try_format()Laurent Pinchart
2011-09-04Add omap3_isp_pipeline_activate()Laurent Pinchart