index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
coda
/
coda-bit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
[media] coda: first step at error recovery
Lucas Stach
1
-0
/
+20
2017-06-20
[media] coda: use correct offset for mvcol buffer
Lucas Stach
1
-4
/
+4
2017-06-07
[media] coda: copy headers in front of every I-frame
Philipp Zabel
1
-4
/
+5
2017-06-07
[media] coda: implement forced key frames
Philipp Zabel
1
-4
/
+8
2017-03-22
[media] coda: disable reordering for baseline profile h.264 streams
Philipp Zabel
1
-2
/
+42
2017-03-22
[media] coda: pad first h.264 buffer to 512 bytes
Philipp Zabel
1
-2
/
+26
2017-03-22
[media] coda: keep queued buffers on a temporary list during start_streaming
Philipp Zabel
1
-6
/
+22
2017-01-31
[media] coda: support YUYV output if VDOA is used
Michael Tretter
1
-2
/
+5
2017-01-31
[media] coda: use VDOA for un-tiling custom macroblock format
Michael Tretter
1
-25
/
+61
2017-01-31
[media] coda: fix frame index to returned error
Michael Tretter
1
-1
/
+1
2016-03-17
Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-1
/
+1
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
1
-5
/
+5
2016-02-01
[media] coda: fix first encoded frame payload
Philipp Zabel
1
-1
/
+1
2015-12-23
[media] coda: relax coda_jpeg_check_buffer for trailing bytes
Philipp Zabel
1
-1
/
+1
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
1
-3
/
+3
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
1
-65
/
+68
2015-10-01
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
1
-1
/
+1
2015-08-11
[media] coda: drop zero payload bitstream buffers
Zahari Doychev
1
-0
/
+7
2015-07-17
[media] coda: add macroblock tiling support
Philipp Zabel
1
-11
/
+37
2015-07-17
[media] coda: move cache setup into coda9_set_frame_cache, also use it in sta...
Philipp Zabel
1
-20
/
+25
2015-07-17
[media] coda: implement VBV delay and buffer size controls
Philipp Zabel
1
-1
/
+4
2015-07-17
[media] coda: reset CODA960 hardware after sequence end
Philipp Zabel
1
-0
/
+8
2015-07-17
[media] coda: rework meta counting and add separate lock
Philipp Zabel
1
-2
/
+14
2015-07-17
[media] coda: use event class to deduplicate v4l2 trace events
Philipp Zabel
1
-1
/
+1
2015-07-17
[media] coda: avoid calling SEQ_END twice
Philipp Zabel
1
-0
/
+8
2015-07-17
[media] coda: keep buffers on the queue in bitstream end mode
Philipp Zabel
1
-0
/
+3
2015-07-17
[media] coda: fix mvcol buffer for MPEG4 decoding
Philipp Zabel
1
-1
/
+1
2015-07-17
[media] coda: clamp frame sequence counters to 16 bit
Lucas Stach
1
-1
/
+8
2015-05-12
[media] coda: Set last buffer flag and fix EOS event
Philipp Zabel
1
-2
/
+2
2015-04-10
[media] coda: Add tracing support
Philipp Zabel
1
-1
/
+23
2015-04-10
[media] coda: drop dma_sync_single_for_device in coda_bitstream_queue
Philipp Zabel
1
-4
/
+0
2015-04-10
[media] coda: fix fill bitstream errors in nonstreaming case
Philipp Zabel
1
-4
/
+7
2015-04-10
[media] coda: remove duplicate error messages for buffer allocations
Philipp Zabel
1
-17
/
+4
2015-04-10
[media] coda: move parameter buffer in together with context buffer allocation
Philipp Zabel
1
-1
/
+20
2015-04-10
[media] coda: allocate bitstream buffer from REQBUFS, size depends on the format
Philipp Zabel
1
-27
/
+58
2015-04-10
[media] coda: allocate per-context buffers from REQBUFS
Philipp Zabel
1
-11
/
+44
2015-02-02
[media] coda: free context buffers under buffer mutex
Philipp Zabel
1
-0
/
+2
2015-02-02
[media] coda: don't ever use subsampling ping-pong buffers as reconstructed r...
Philipp Zabel
1
-1
/
+4
2015-02-02
[media] coda: fix width validity check when starting to decode
Markus Pargmann
1
-2
/
+3
2015-02-02
[media] coda: clear RET_DEC_PIC_SUCCESS flag in prepare_decode
Philipp Zabel
1
-0
/
+3
2015-02-02
[media] coda: adjust sequence offset after unexpected decoded frame
Lucas Stach
1
-0
/
+1
2015-02-02
[media] coda: move meta out of padding
Philipp Zabel
1
-4
/
+5
2014-10-28
[media] coda: drop JPEG buffers not framed by SOI and EOI markers
Philipp Zabel
1
-0
/
+10
2014-10-28
[media] coda: allow userspace to set compressed buffer size in a certain range
Philipp Zabel
1
-2
/
+2
2014-10-28
[media] coda: try to only queue a single JPEG into the bitstream
Philipp Zabel
1
-0
/
+8
2014-10-28
[media] coda: pad input stream for JPEG decoder
Philipp Zabel
1
-0
/
+20
2014-10-28
[media] coda: store bitstream buffer position with buffer metadata
Philipp Zabel
1
-22
/
+31
2014-10-28
[media] coda: add CODA7541 JPEG support
Philipp Zabel
1
-32
/
+71
2014-10-28
[media] coda: add support for planar YCbCr 4:2:2 (YUV422P) format
Philipp Zabel
1
-1
/
+13
2014-10-28
[media] coda: add support for partial interleaved YCbCr 4:2:0 (NV12) format
Philipp Zabel
1
-5
/
+21
[next]