index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] coda: split userspace interface into encoder and decoder device
Philipp Zabel
2014-08-21
1
-47
/
+120
*
[media] coda: lock capture frame size to output frame size when streaming
Philipp Zabel
2014-08-21
1
-0
/
+3
*
[media] coda: delay coda_fill_bitstream()
Michael Olbrich
2014-08-21
1
-1
/
+7
*
[media] coda: use CODA_MAX_FRAME_SIZE everywhere
Michael Olbrich
2014-08-21
1
-1
/
+1
*
[media] coda: remove VB2_USERPTR from queue io_modes
Philipp Zabel
2014-08-21
1
-2
/
+2
*
[media] coda: remove CAPTURE and OUTPUT caps
Philipp Zabel
2014-08-21
1
-7
/
+1
*
[media] coda: initialize hardware on pm runtime resume only if firmware avail...
Philipp Zabel
2014-08-21
1
-1
/
+1
*
[media] coda: fix CODA7541 hardware reset
Philipp Zabel
2014-08-21
1
-7
/
+10
*
[media] omap3isp: resizer: Protect against races when updating crop
Laurent Pinchart
2014-08-21
2
-12
/
+34
*
[media] omap3isp: resizer: Remove slow debugging message from interrupt handler
Laurent Pinchart
2014-08-21
1
-8
/
+9
*
[media] omap3isp: resizer: Remove needless variable initializations
Laurent Pinchart
2014-08-21
1
-6
/
+6
*
[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656
Laurent Pinchart
2014-08-21
1
-2
/
+15
*
[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stopped
Laurent Pinchart
2014-08-21
2
-0
/
+6
*
[media] omap3isp: ccdc: Fix freeze when a short frame is received
Laurent Pinchart
2014-08-21
1
-0
/
+29
*
[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656
Laurent Pinchart
2014-08-21
1
-10
/
+10
*
[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()
Laurent Pinchart
2014-08-21
1
-5
/
+4
*
[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stopping
Laurent Pinchart
2014-08-21
1
-5
/
+5
*
[media] omap3isp: ccdc: Only complete buffer when all fields are captured
Laurent Pinchart
2014-08-21
2
-27
/
+58
*
[media] omap3isp: ccdc: Disable the video port when unused
Laurent Pinchart
2014-08-21
1
-41
/
+29
*
[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC input
Laurent Pinchart
2014-08-21
2
-16
/
+80
*
[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC output
Laurent Pinchart
2014-08-21
3
-60
/
+122
*
[media] omap3isp: ccdc: Add basic support for interlaced video
Laurent Pinchart
2014-08-21
4
-1
/
+31
*
[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() function
Laurent Pinchart
2014-08-21
1
-10
/
+5
*
[media] omap3isp: ccdc: Simplify the configuration function
Laurent Pinchart
2014-08-21
1
-5
/
+4
*
[media] omap3isp: video: Validate the video node field order
Laurent Pinchart
2014-08-21
1
-2
/
+3
*
[media] omap3isp: Default to progressive field order when setting the format
Laurent Pinchart
2014-08-21
1
-0
/
+9
*
[media] omap3isp: Move non-critical code out of the mutex-protected section
Laurent Pinchart
2014-08-21
1
-3
/
+2
*
[media] omap3isp: Remove boilerplate disclaimer and FSF address
Laurent Pinchart
2014-08-21
28
-280
/
+0
*
[media] omap3isp: Don't ignore subdev streamoff failures
Laurent Pinchart
2014-08-21
1
-6
/
+4
*
[media] v4l: subdev: Extend default link validation to cover field order
Laurent Pinchart
2014-08-21
1
-0
/
+9
*
[media] smiapp: Implement the test pattern control
Sakari Ailus
2014-08-21
2
-5
/
+78
*
[media] smiapp: Add driver-specific test pattern menu item definitions
Sakari Ailus
2014-08-21
2
-0
/
+30
*
[media] v4l: Add test pattern colour component controls
Sakari Ailus
2014-08-21
3
-0
/
+42
*
[media] xc5000: be sure that the firmware is there before set params
Mauro Carvalho Chehab
2014-08-21
1
-5
/
+5
*
[media] au0828: Fix DVB resume when streaming
Mauro Carvalho Chehab
2014-08-21
2
-7
/
+11
*
[media] au0828: fix checks if dvb is initialized
Mauro Carvalho Chehab
2014-08-21
1
-6
/
+6
*
[media] xc5000: better name the functions
Mauro Carvalho Chehab
2014-08-21
1
-5
/
+5
*
[media] xc5000: add a resume function
Mauro Carvalho Chehab
2014-08-21
1
-0
/
+1
*
[media] xc5000: Split config and set code for analog/radio
Mauro Carvalho Chehab
2014-08-21
1
-25
/
+56
*
[media] au0828: move the code that sets DTV on a separate function
Mauro Carvalho Chehab
2014-08-21
1
-34
/
+45
*
[media] xc5000: fix xc5000 suspend
Mauro Carvalho Chehab
2014-08-21
1
-0
/
+19
*
[media] dvb-frontend: add core support for tuner suspend/resume
Mauro Carvalho Chehab
2014-08-21
3
-4
/
+14
*
[media] au0828: add pr_info to track au0828 suspend/resume code
Mauro Carvalho Chehab
2014-08-21
4
-0
/
+17
*
[media] au0828: use pr_foo macros
Mauro Carvalho Chehab
2014-08-21
8
-75
/
+72
*
[media] au0828: Remove a bad whitespace
Mauro Carvalho Chehab
2014-08-21
1
-1
/
+1
*
[media] au0828: add suspend/resume code for V4L2
Mauro Carvalho Chehab
2014-08-21
3
-1
/
+67
*
[media] au0828: properly handle stream on/off state
Mauro Carvalho Chehab
2014-08-21
1
-0
/
+3
*
[media] au0828: Add suspend code for DVB
Mauro Carvalho Chehab
2014-08-21
3
-1
/
+34
*
[media] au0828: be sure to reenable the bridge and GPIOs on resume
Mauro Carvalho Chehab
2014-08-21
1
-0
/
+6
*
[media] au0828: don't let the IR polling thread to run at suspend
Mauro Carvalho Chehab
2014-08-21
1
-2
/
+31
[next]