index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
amphion
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2023-07-05
5
-8
/
+22
|
\
|
*
media: amphion: initiate a drain of the capture queue in dynamic resolution c...
Ming Qian
2023-05-25
4
-8
/
+10
|
*
media: amphion: drop repeated codec data for vc1g format
Ming Qian
2023-05-25
1
-0
/
+10
|
*
media: amphion: drop repeated codec data for vc1l format
Ming Qian
2023-05-25
1
-0
/
+2
*
|
media: amphion: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
2023-05-23
2
-2
/
+2
|
/
*
media: vpu_drv: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-11
1
-4
/
+2
*
media: vpu_core: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-11
1
-4
/
+2
*
media: amphion: support to decode RealVideo video
Ming Qian
2023-04-10
3
-0
/
+38
*
media: amphion: support to decode sorenson spark video
Ming Qian
2023-04-10
2
-0
/
+25
*
media: amphion: decoder implement display delay enable
Ming Qian
2023-03-19
3
-2
/
+37
*
media: amphion: correct the unspecified color space
Ming Qian
2023-02-08
1
-3
/
+3
*
media: amphion: remove redundant check of colorspace in venc_s_fmt
Ming Qian
2023-02-06
1
-14
/
+4
*
media: amphion: lock and check m2m_ctx in event handler
Ming Qian
2022-11-25
2
-2
/
+8
*
media: amphion: cancel vpu before release instance
Ming Qian
2022-11-25
1
-4
/
+7
*
media: amphion: try to wakeup vpu core to avoid failure
Ming Qian
2022-11-25
4
-4
/
+38
*
media: amphion: encoder add support for contiguous planes
Ming Qian
2022-11-25
1
-0
/
+8
*
media: amphion: decoder add support for contiguous planes
Ming Qian
2022-11-25
1
-0
/
+16
*
media: amphion: tell and handle contiguous and non contiguous format
Ming Qian
2022-11-25
10
-165
/
+297
*
media: amphion: Fix error handling in vpu_driver_init()
Yuan Can
2022-11-25
1
-1
/
+5
*
media: amphion: apply vb2_queue_error instead of setting manually
Ming Qian
2022-11-25
1
-9
/
+2
*
media: amphion: add lock around vdec_g_fmt
Ming Qian
2022-11-25
1
-0
/
+2
*
media: amphion: reset instance if it's aborted before codec header parsed
Ming Qian
2022-10-24
1
-3
/
+10
*
media: amphion: release m2m ctx when releasing vpu instance
Ming Qian
2022-09-24
1
-7
/
+4
*
media: amphion: fix a bug that vpu core may not resume after suspend
Ming Qian
2022-08-30
4
-44
/
+51
*
media: amphion: don't change the colorspace reported by decoder.
Ming Qian
2022-08-30
1
-8
/
+8
*
media: amphion: adjust the encoder's value range of gop size
Ming Qian
2022-08-30
1
-1
/
+1
*
media: amphion: insert picture startcode after seek for vc1g format
Ming Qian
2022-08-30
1
-1
/
+1
*
media: amphion: only insert the first sequence startcode for vc1l format
Ming Qian
2022-07-08
4
-2
/
+10
*
media: amphion: sync buffer status with firmware during abort
Ming Qian
2022-07-08
1
-0
/
+9
*
media: amphion: defer setting last_buffer_dequeued until resolution changes a...
Ming Qian
2022-07-08
2
-15
/
+23
*
media: amphion: release core lock before reset vpu core
Ming Qian
2022-07-08
1
-1
/
+6
*
media: amphion: output firmware error message
Ming Qian
2022-06-27
1
-1
/
+6
*
media: amphion: delete unnecessary NULL check
Ziyang Xuan
2022-06-20
3
-6
/
+3
*
media: amphion: Replace zero-length array with flexible-array member
Kees Cook
2022-06-20
1
-1
/
+1
*
media: amphion: return error if format is unsupported by vpu
Ming Qian
2022-06-20
2
-2
/
+6
*
media: amphion: vdec check format in enum_fmt
Ming Qian
2022-06-20
3
-1
/
+18
*
media: amphion: support for reloading module
Ming Qian
2022-06-20
1
-7
/
+4
*
media: amphion: G/S_PARM only for encoder's output queue
Ming Qian
2022-05-13
1
-0
/
+6
*
media: amphion: wake up when error occurs
Ming Qian
2022-05-13
1
-4
/
+4
*
media: amphion: ensure the buffer count is not less than min_buffer
Ming Qian
2022-05-13
1
-0
/
+4
*
media: amphion: no need to check return value of debugfs_create functions
Lv Ruyi
2022-05-13
1
-12
/
+0
*
media: amphion: free ctrl handler if error is set and return error
Ming Qian
2022-05-13
2
-0
/
+12
*
media: amphion: handle picture skipped event
Ming Qian
2022-05-13
3
-1
/
+11
*
media: amphion: encoder copy timestamp from output to capture
Ming Qian
2022-05-13
1
-31
/
+16
*
media: amphion: decoder copy timestamp from output to capture
Ming Qian
2022-05-13
4
-50
/
+87
*
media: amphion: fix decoder's interlaced field
Ming Qian
2022-04-24
1
-1
/
+1
*
media: amphion: cleanup media device if register it fail
Ming Qian
2022-03-18
1
-2
/
+9
*
media: amphion: fix some issues to improve robust
Ming Qian
2022-03-18
11
-43
/
+78
*
media: amphion: fix some error related with undefined reference to __divdi3
Ming Qian
2022-03-18
5
-60
/
+19
*
media: amphion: fix an issue that using pm_runtime_get_sync incorrectly
Ming Qian
2022-03-18
3
-11
/
+5
[next]