index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-23
[media] s5p-mfc: Core support to add v8 decoder
Kiran AVND
6
-23
/
+231
2014-05-23
[media] v4l: s5p-mfc: Limit enum_fmt to output formats of current version
Kamil Debski
4
-42
/
+67
2014-05-23
[media] v4l: s5p-mfc: Fix default pixel format selection for decoder
Kamil Debski
1
-5
/
+5
2014-05-23
[media] s5p-mfc: Rename IS_MFCV7 macro
Arun Kumar K
3
-8
/
+8
2014-05-23
[media] s5p-mfc: Add variants to access mfc registers
Kiran AVND
6
-255
/
+707
2014-05-23
[media] s5p-mfc: Move INIT_BUFFER_OPTIONS from v7 to v6
Arun Kumar K
3
-3
/
+2
2014-05-23
[media] s5p-mfc: Update scratch buffer size for MPEG4
Arun Kumar K
1
-2
/
+1
2014-05-23
[media] s5p-mfc: Don't try to resubmit VP8 bitstream buffer for decode
Pawel Osciak
1
-0
/
+1
2014-05-23
[media] s5p-mfc: Update scratch buffer size for VP8 encoder
Kiran AVND
1
-1
/
+2
2014-05-23
[media] s5p-mfc: Don't allocate codec buffers on STREAMON
Pawel Osciak
3
-21
/
+18
2014-05-23
[media] s5p-mfc: Extract open/close MFC instance commands
Pawel Osciak
5
-55
/
+74
2014-05-23
[media] s5p-mfc: Fixes for decode REQBUFS
Pawel Osciak
1
-79
/
+99
2014-05-23
[media] s5p-mfc: Copy timestamps only when a frame is produced
Pawel Osciak
1
-2
/
+4
2014-05-23
[media] media: mx2-emmaprp: Add missing mutex_destroy()
Alexander Shiyan
1
-0
/
+3
2014-05-23
[media] media: mx2-emmaprp: Cleanup internal structure
Alexander Shiyan
1
-24
/
+10
2014-05-23
[media] s5p-mfc: fix encoder crash after VIDIOC_STREAMOFF
John Sheu
1
-9
/
+11
2014-05-23
[media] mt9p031: Fix BLC configuration restore when disabling test pattern
Laurent Pinchart
1
-10
/
+26
2014-05-23
[media] mt9p031: Really disable Black Level Calibration in test pattern mode
Laurent Pinchart
1
-4
/
+13
2014-05-23
[media] v4l: ti-vpe: Rename csc memory resource name
Archit Taneja
1
-1
/
+1
2014-05-23
[media] v4l: ti-vpe: Add selection API in VPE driver
Archit Taneja
1
-0
/
+150
2014-05-23
[media] v4l: ti-vpe: Fix some params in VPE data descriptors
Archit Taneja
3
-24
/
+64
2014-05-23
[media] em28xx: make em28xx_free_v4l2 static()
Mauro Carvalho Chehab
1
-1
/
+1
2014-05-23
[media] v4l: ti-vpe: Allow DMABUF buffer type support
Archit Taneja
1
-2
/
+2
2014-05-23
[media] v4l: ti-vpe: register video device only when firmware is loaded
Archit Taneja
3
-29
/
+41
2014-05-23
[media] saa7134: add saa7134_userptr module option to enable USERPTR
Hans Verkuil
4
-3
/
+22
2014-05-23
[media] saa7134: convert to vb2
Hans Verkuil
8
-729
/
+542
2014-05-23
[media] saa7134: move saa7134_pgtable to saa7134_dmaqueue
Hans Verkuil
6
-35
/
+37
2014-05-23
[media] saa7134: rename vbi/cap to vbi_vbq/cap_vbq
Hans Verkuil
2
-30
/
+30
2014-05-23
[media] vb2: fix num_buffers calculation if req->count > VIDEO_MAX_FRAMES
Philipp Zabel
1
-1
/
+1
2014-05-23
[media] v4l: vb2: Avoid double WARN_ON when stopping streaming
Laurent Pinchart
1
-3
/
+4
2014-05-23
[media] em28xx: move fields wq_trigger and streaming_started from struct em28...
Frank Schaefer
2
-22
/
+25
2014-05-23
[media] em28xx: remove field tuner_addr from struct em28xx
Frank Schaefer
3
-12
/
+8
2014-05-23
[media] em28xx: remove field tda9887_conf from struct em28xx
Frank Schaefer
3
-7
/
+3
2014-05-23
[media] em28xx: move tuner frequency field from struct em28xx to struct v4l2
Frank Schaefer
2
-8
/
+11
2014-05-23
[media] em28xx: move v4l2 user counting fields from struct em28xx to struct v4l2
Frank Schaefer
2
-14
/
+18
2014-05-23
[media] em28xx: move capture state tracking fields from struct em28xx to stru...
Frank Schaefer
2
-28
/
+29
2014-05-23
[media] em28xx: move sensor parameter fields from struct em28xx to struct v4l2
Frank Schaefer
3
-16
/
+20
2014-05-23
[media] em28xx: move progressive/interlaced fields from struct em28xx to stru...
Frank Schaefer
3
-17
/
+22
2014-05-23
[media] em28xx: move struct em28xx_fmt *format from struct em28xx to struct v4l2
Frank Schaefer
2
-9
/
+8
2014-05-23
[media] em28xx: move TV norm from struct em28xx to struct v4l2
Frank Schaefer
2
-17
/
+21
2014-05-23
[media] em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2
Frank Schaefer
3
-16
/
+16
2014-05-23
[media] em28xx: move v4l2 frame resolutions and scale data from struct em28xx...
Frank Schaefer
3
-45
/
+61
2014-05-23
[media] em28xx: move videobuf2 related data from struct em28xx to struct v4l2
Frank Schaefer
3
-14
/
+15
2014-05-23
[media] em28xx: move video_device structs from struct em28xx to struct v4l2
Frank Schaefer
2
-71
/
+56
2014-05-23
[media] em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2
Frank Schaefer
3
-9
/
+10
2014-05-23
[media] em28xx: move struct v4l2_ctrl_handler ctrl_handler from struct em28xx...
Frank Schaefer
2
-5
/
+11
2014-05-23
[media] em28xx: start moving em28xx-v4l specific data to its own struct
Frank Schaefer
3
-56
/
+116
2014-05-23
[media] em28xx-video: simplify usage of the pointer to struct v4l2_ctrl_handl...
Frank Schaefer
1
-14
/
+14
2014-05-23
[media] em28xx: move sub-module data structs to a common place in the main st...
Frank Schaefer
1
-6
/
+5
2014-05-23
[media] em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()
Frank Schaefer
1
-1
/
+0
[next]