summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-17snapshot: Support capturing multiple frames per snapshotLaurent Pinchart
2012-04-17snapshot: Update to the multiple snapshot capture APILaurent Pinchart
2012-04-17omap3isp: Support capture of multiple snapshotsLaurent Pinchart
2012-04-16events: Make the event loop reusableLaurent Pinchart
2012-04-16snapshot: Make number of snapshots configurableLaurent Pinchart
2012-04-16snapshot: Make viewfinder optionalLaurent Pinchart
2012-04-16omap3isp: Make viewfinder optionalLaurent Pinchart
2012-04-16snapshot: Add -s/--size argument to specify snapshot sizeLaurent Pinchart
2012-04-16snapshot: Add -c/--crop argument to specify crop rectangleLaurent Pinchart
2012-04-16snapshot: Update to the libomap3isp crop APILaurent Pinchart
2012-04-16omap3isp: Support cropping for snapshot captureLaurent Pinchart
2012-04-16snapshot: Add option to save snapshots to diskLaurent 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-16Add support for exception eventsLaurent Pinchart
2012-04-16omap3isp: Add exception fd watch typeLaurent Pinchart
2012-04-16Factor event handling code out into events.cLaurent Pinchart
2012-04-16snapshot: Replace -y argument with -f to freely select the snapshot formatLaurent Pinchart
2012-04-16omap3isp: Support the CCDC lane shifterLaurent Pinchart
2012-01-06omap3isp: Make number of buffers mandatory in pipeline pool definitionLaurent Pinchart
2012-01-06live: Fix video output localizationLaurent Pinchart
2012-01-06videoout: Take pixel format as a parameter to vo_init()Laurent Pinchart
2012-01-06videoout: Remove unneeded crop settingsLaurent 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-10-14omap3isp: Retrieve media device information in media_open()Laurent Pinchart
2011-10-14omap3isp: CCDC black level compensation controlLaurent Pinchart
2011-10-05live: Make the number of video buffers configurableLaurent Pinchart
2011-10-05videoout: Add vo_cleanup() function to close the video output deviceLaurent Pinchart
2011-10-05live: Use global frame count to display the FPS counterLaurent Pinchart
2011-10-05live: Add support for periodical skipping of frames on the displayLaurent Pinchart
2011-10-05live: Locate the video output device node automaticallyLaurent Pinchart
2011-09-04controls: Add sensor exposure time and gains controlsLaurent Pinchart
2011-09-04omap3isp: Use ":SENSOR" to refer to the sensor when building pipelinesLaurent Pinchart
2011-09-04list.h: Fix list_first_entry() and list_last_entry() macrosLaurent Pinchart
2011-09-04list.h: Add list_insert_before and list_insert_after macrosLaurent Pinchart
2011-09-04list.h: Add list_empty macroLaurent Pinchart