index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-22
[media] coda: checkpatch cleanup
Philipp Zabel
2
-64
/
+113
2014-08-22
[media] coda: disable old cropping ioctls
Philipp Zabel
1
-0
/
+5
2014-08-22
[media] coda: set capture frame size with output S_FMT
Philipp Zabel
1
-1
/
+11
2014-08-22
[media] coda: fix coda_s_fmt_vid_out
Philipp Zabel
1
-1
/
+3
2014-08-22
[media] coda: fix timestamp list handling
Philipp Zabel
2
-9
/
+21
2014-08-22
[media] coda: improve allocation error messages
Philipp Zabel
2
-2
/
+8
2014-08-22
[media] coda: add an intermediate debug level
Philipp Zabel
1
-3
/
+3
2014-08-22
[media] coda: increase max vertical frame size to 1088
Philipp Zabel
1
-7
/
+6
2014-08-22
[media] coda: allow running coda without iram on mx6dl
Philipp Zabel
2
-7
/
+10
2014-08-22
[media] coda: skip calling coda_find_codec in encoder try_fmt_vid_out
Philipp Zabel
1
-5
/
+6
2014-08-22
[media] coda: dequeue buffers on streamoff
Philipp Zabel
1
-0
/
+8
2014-08-22
[media] coda: dequeue buffers if start_streaming fails
Philipp Zabel
1
-8
/
+26
2014-08-22
[media] coda: request BIT processor interrupt by name
Philipp Zabel
1
-1
/
+3
2014-08-22
[media] coda: remove unnecessary peek at next destination buffer from coda_fi...
Philipp Zabel
1
-2
/
+0
2014-08-22
[media] coda: include header for memcpy
Philipp Zabel
1
-0
/
+1
2014-08-22
[media] coda: move BIT specific functions into separate file
Philipp Zabel
4
-1819
/
+1880
2014-08-22
[media] coda: move H.264 helper function into separate file
Philipp Zabel
4
-23
/
+39
2014-08-22
[media] coda: move per-instance buffer allocation and cleanup
Philipp Zabel
1
-10
/
+21
2014-08-22
[media] coda: add coda_bit_stream_set_flag helper
Philipp Zabel
1
-33
/
+19
2014-08-22
[media] coda: move BIT processor command execution out of pic_run_work
Philipp Zabel
1
-8
/
+13
2014-08-22
[media] coda: add context ops
Philipp Zabel
2
-35
/
+63
2014-08-22
[media] coda: move defines, enums, and structs into shared header
Philipp Zabel
2
-190
/
+219
2014-08-22
[media] coda: move coda driver into its own directory
Philipp Zabel
4
-2
/
+5
2014-08-22
[media] coda: mark constant structures as such
Philipp Zabel
1
-19
/
+19
2014-08-22
[media] coda: default to h.264 decoder on invalid formats
Philipp Zabel
1
-1
/
+7
2014-08-22
[media] coda: split format enumeration for encoder end decoder device
Philipp Zabel
1
-38
/
+19
2014-08-22
[media] coda: split userspace interface into encoder and decoder device
Philipp Zabel
1
-47
/
+120
2014-08-22
[media] coda: lock capture frame size to output frame size when streaming
Philipp Zabel
1
-0
/
+3
2014-08-22
[media] coda: delay coda_fill_bitstream()
Michael Olbrich
1
-1
/
+7
2014-08-22
[media] coda: use CODA_MAX_FRAME_SIZE everywhere
Michael Olbrich
1
-1
/
+1
2014-08-22
[media] coda: remove VB2_USERPTR from queue io_modes
Philipp Zabel
1
-2
/
+2
2014-08-22
[media] coda: remove CAPTURE and OUTPUT caps
Philipp Zabel
1
-7
/
+1
2014-08-22
[media] coda: initialize hardware on pm runtime resume only if firmware avail...
Philipp Zabel
1
-1
/
+1
2014-08-22
[media] coda: fix CODA7541 hardware reset
Philipp Zabel
1
-7
/
+10
2014-08-22
[media] omap3isp: resizer: Protect against races when updating crop
Laurent Pinchart
2
-12
/
+34
2014-08-22
[media] omap3isp: resizer: Remove slow debugging message from interrupt handler
Laurent Pinchart
1
-8
/
+9
2014-08-22
[media] omap3isp: resizer: Remove needless variable initializations
Laurent Pinchart
1
-6
/
+6
2014-08-22
[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656
Laurent Pinchart
1
-2
/
+15
2014-08-22
[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stopped
Laurent Pinchart
2
-0
/
+6
2014-08-22
[media] omap3isp: ccdc: Fix freeze when a short frame is received
Laurent Pinchart
1
-0
/
+29
2014-08-22
[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656
Laurent Pinchart
1
-10
/
+10
2014-08-22
[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()
Laurent Pinchart
1
-5
/
+4
2014-08-22
[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stopping
Laurent Pinchart
1
-5
/
+5
2014-08-22
[media] omap3isp: ccdc: Only complete buffer when all fields are captured
Laurent Pinchart
2
-27
/
+58
2014-08-22
[media] omap3isp: ccdc: Disable the video port when unused
Laurent Pinchart
1
-41
/
+29
2014-08-22
[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC input
Laurent Pinchart
2
-16
/
+80
2014-08-22
[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC output
Laurent Pinchart
3
-60
/
+122
2014-08-22
[media] omap3isp: ccdc: Add basic support for interlaced video
Laurent Pinchart
3
-1
/
+28
2014-08-22
[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() function
Laurent Pinchart
1
-10
/
+5
2014-08-22
[media] omap3isp: ccdc: Simplify the configuration function
Laurent Pinchart
1
-5
/
+4
[next]