index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
coda
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-10
media: coda: disable decoder crop selections
Philipp Zabel
1
-1
/
+2
2019-11-10
media: coda: disable encoder compose selections
Philipp Zabel
1
-1
/
+2
2019-11-09
media: coda: drop unused irqlock
Philipp Zabel
2
-3
/
+0
2019-11-05
media: coda: request to skip kernel mapping for decoded buffers
Lucas Stach
1
-0
/
+1
2019-11-05
media: coda: fix deadlock between decoder picture run and start command
Philipp Zabel
1
-2
/
+2
2019-07-22
media: coda: set device_caps in struct video_device
Hans Verkuil
1
-3
/
+1
2019-06-24
media: coda: encoder parameter change support
Philipp Zabel
4
-0
/
+115
2019-06-24
media: coda: add coda_slice_mode() function
Philipp Zabel
1
-21
/
+24
2019-06-24
media: coda: store device pointer in driver structure instead of pdev
Philipp Zabel
3
-23
/
+19
2019-06-24
media: coda: mark last returned frame
Philipp Zabel
1
-0
/
+17
2019-06-24
media: coda: mark last pending buffer or last meta on decoder stop command
Philipp Zabel
3
-7
/
+42
2019-06-24
media: coda: lock capture queue wakeup against encoder stop command
Philipp Zabel
3
-5
/
+27
2019-06-24
media: coda: flag the last encoded buffer
Philipp Zabel
1
-7
/
+9
2019-06-24
media: coda: only wake up capture queue if no pending buffers to encode
Philipp Zabel
1
-8
/
+9
2019-06-24
media: coda: retire coda_buf_is_end_of_stream
Philipp Zabel
1
-11
/
+1
2019-06-24
media: coda: mark the last output buffer on encoder stop command
Philipp Zabel
1
-0
/
+5
2019-06-24
media: coda: only set the stream end flags if there are no more pending outpu...
Philipp Zabel
1
-8
/
+12
2019-06-24
media: coda: mark the last output buffer on decoder stop command
Philipp Zabel
2
-0
/
+9
2019-06-24
media: coda: allow flagging last output buffer internally
Philipp Zabel
1
-1
/
+19
2019-06-24
media: coda: increment sequence offset for the last returned frame
Philipp Zabel
1
-0
/
+3
2019-06-24
media: coda: flush bitstream ring buffer on decoder restart
Philipp Zabel
3
-0
/
+28
2019-06-24
media: coda: do not enforce 512-byte initial bitstream payload on CODA960
Philipp Zabel
1
-1
/
+3
2019-06-24
media: coda: pad first buffer with repeated MPEG headers to fix sequence init
Philipp Zabel
4
-3
/
+139
2019-06-24
media: coda: make coda_bitstream_queue more versatile
Philipp Zabel
1
-14
/
+9
2019-06-24
media: coda: integrate internal frame metadata into a structure
Philipp Zabel
2
-34
/
+40
2019-06-24
media: coda: implement decoder source change event
Philipp Zabel
1
-0
/
+20
2019-06-24
media: coda: add sequence initialization work
Philipp Zabel
3
-0
/
+51
2019-06-24
media: coda: split decoder sequence initialization out of start decoding
Philipp Zabel
1
-4
/
+26
2019-06-24
media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumed
Marco Felsch
1
-0
/
+6
2019-06-24
media: coda: add coda_wake_up_capture_queue
Philipp Zabel
1
-7
/
+13
2019-06-24
media: coda: fix last buffer handling in V4L2_ENC_CMD_STOP
Marco Felsch
1
-0
/
+2
2019-06-24
media: coda: fix mpeg2 sequence number handling
Philipp Zabel
1
-1
/
+4
2019-06-24
media: coda: use mem2mem try_en/decoder_cmd helpers
Philipp Zabel
1
-17
/
+2
2019-06-24
media: coda: implement CMD_START to restart decoding
Michael Tretter
1
-4
/
+17
2019-06-21
media: coda: Use devm_platform_ioremap_resource()
Fabio Estevam
1
-3
/
+1
2019-06-12
media: drivers: media: coda: fix warning same module names
Anders Roxell
1
-2
/
+2
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
9
-53
/
+9
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-9
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
7
-35
/
+7
2019-05-29
media: coda: use v4l2_m2m_buf_copy_metadata
Philipp Zabel
1
-6
/
+1
2019-05-29
media: coda: add lockdep asserts
Philipp Zabel
1
-0
/
+6
2019-05-29
media: coda: add decoder MPEG-2 profile and level controls
Philipp Zabel
4
-1
/
+76
2019-05-29
media: coda: add decoder MPEG-4 profile and level controls
Philipp Zabel
4
-1
/
+78
2019-05-28
media: coda: Clear the interrupt reason
Ezequiel Garcia
1
-0
/
+1
2019-05-28
media: coda: Replace the threaded interrupt with a hard interrupt
Ezequiel Garcia
1
-2
/
+2
2019-05-28
media: coda: Remove unbalanced and unneeded mutex unlock
Ezequiel Garcia
1
-1
/
+0
2019-05-28
media: coda: Print a nicer device registered message
Ezequiel Garcia
1
-4
/
+9
2019-05-28
media: coda/venus/s5p_mfc: fix control typo
Hans Verkuil
2
-3
/
+3
2019-05-28
Merge tag 'v5.2-rc2' into patchwork
Mauro Carvalho Chehab
1
-0
/
+2
[next]