Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3984 commits
Select commit Hold shift + click to select a range
eb95595
feat[mpp]: Use macro to create mpp_cfg
Oct 29, 2025
54de707
fix[mpp_singleton]: Fix 64-bit mask overflow
Nov 4, 2025
4a2c85d
feat[mpp_meta]: Add frame / meta dup function
HermanChen Nov 6, 2025
2b5a8dd
fix[vproc]: Fix missing hdr_info on vproc flow
HermanChen Nov 6, 2025
a4ae219
fix[avs2d]: fix parser segment fault
qvoid Nov 7, 2025
ee2b001
fix[mpp_enc_impl]: Fix ref_cfg setup error
Nov 7, 2025
c90bebd
fix[cmake]: Add dependent libs to pkgconfig
nyanmisaka Nov 8, 2025
e6810bc
fix[kmpp_meta]: Fix compiler warning
Nov 10, 2025
fc29ead
feat[vdpp]: Add output luma_avg
Apr 29, 2024
0b469f8
fix[hal_avs2d]: fix old reflist not reset issue
chencl9410 Nov 13, 2025
563db9b
fix[vepu_511]: Sync vepu511 regs from kmpp to mpp
Nov 14, 2025
3ad8acc
fix[hal_h265e_vepu511]: Align subjective configuration
Nov 14, 2025
67357a4
fix[rkenc]: fix a typo
qvoid Oct 24, 2025
548cc38
fix[h265d]: fix GDR stream decoding
qvoid Nov 6, 2025
70af318
fix: fix MISRA warning
qvoid Aug 29, 2025
498a746
fix[h265e]: fix mutual dependencies
qvoid Sep 15, 2025
3186ffa
fix[h264e]: fix mutual dependencies
qvoid Sep 15, 2025
6f7d893
fix: fix for M3CM Rule-21.1
qvoid Oct 22, 2025
921d7b5
chore[legacy]: remove unused code
qvoid Oct 22, 2025
83099f9
fix: fix for M3CM Rule-8.2
qvoid Oct 24, 2025
28ecbee
feat[h265d]: Skip extract rbsp when hw support
chencl9410 Nov 14, 2025
7a6754d
fix[h265d]: Fix hdr dynamic data loss
FumasterLin Nov 11, 2025
95aa3c5
fix[h265d_parser]: Split mulit slice hvcC packets
Nov 15, 2025
b91520c
fix[h264d]: Fix extra data lost issue
kevinchen-ai Nov 18, 2025
6e0b3c3
fix[mpp_enc]: Fix force idr failed by control
FumasterLin Nov 17, 2025
de0631b
fix: Clean QAC rules for some file.h
Nov 18, 2025
7e55f3a
fix: Clean QAC M3CM Rule-18.7
Nov 18, 2025
d9bec3e
fix: Clean QAC M3CM Rule 10.1 8.12 9.3
Nov 18, 2025
d636eca
fix: Convert CRLF to LF
Nov 21, 2025
7f26282
fix: Clean QAC Rule-21.10
Nov 18, 2025
5015027
fix: Clean QAC Rule-21.2 and 8.2
Nov 18, 2025
7481e5c
fix: Rename macro _mpp_dbg _mpp_dbg_f for Rule-21.1
Nov 19, 2025
9c29bbd
fix[build]: Fix compilation issue with different codec option
FumasterLin Nov 24, 2025
858c644
feat[build]: Add soc.cmake
FumasterLin Nov 25, 2025
5160289
refactor[mpp]: Remove MppCfgInfo struct
Nov 19, 2025
624cf70
fix[h265d]: Modify RefPicList array size to 16
FumasterLin Nov 20, 2025
55feba8
fix[hal_av1_vdpu383]: Fix global data read page fault.
VicLiDev Dec 4, 2025
1e6dd00
chore[mpp_frame]: Add IS_AFBC MCRO
VicLiDev Dec 5, 2025
2b6a89c
fix[av1d]: Pass use_superres to the HAL
VicLiDev Dec 5, 2025
e4b8e33
fix[mpp_comm]: Add alignment macros to sync with the doc.
VicLiDev Dec 5, 2025
5b40c76
fix[hal_av1]: Fix oversized buffer allocation
VicLiDev Dec 8, 2025
9b8b1e2
feat[soc]: Add RK3538 and RK3572 description
qvoid Dec 9, 2025
ec85ccc
feat[jpege]: Add VPU730 JPEG encoder
qvoid Dec 10, 2025
dd5f6a2
refactor[jpegd]: Extract JPEG VPU7xx decoder common part
qvoid Dec 9, 2025
2011cbc
feat[jpegd]: Add VPU730 JPEG decoder
qvoid Dec 10, 2025
94b3c59
fix[sys_cfg]: Fix decoder sys_cfg crash
HermanChen Dec 16, 2025
25220bf
chore[osal]: Remove direct dependency on dma-buf.h
VicLiDev Dec 18, 2025
20fba76
feat[kmpp_obj]: Add kmpp_obj_copy func
Dec 19, 2025
e94cef0
feat[vdpu38x]: Add vdpu38x common module
VicLiDev Dec 10, 2025
a314956
chore[hal_rkvdec]: Add rkvdec common dir
VicLiDev Dec 11, 2025
193c701
feat[mpp_enc_args]: Enc test args object implement
Dec 19, 2025
63f8a8b
refactor[hal_av1d]: Extract g_default_prob to the common file.
VicLiDev Dec 19, 2025
d400395
refactor[vdpu_rcb]: Move rcb to common module
VicLiDev Dec 12, 2025
1aad6f0
refactor[hal_av1d]: Collect ctx into common
VicLiDev Dec 12, 2025
a89f420
refactor[hal_vp9d]: Collect ctx into common
VicLiDev Dec 16, 2025
9665288
refactor[hal_h264d]: Collect ctx into common
VicLiDev Dec 16, 2025
bfafd53
refactor[hal_h265d]: Collect ctx into common
VicLiDev Dec 16, 2025
5c22b79
refactor[hal_avs2d]: Collect ctx into common
VicLiDev Dec 19, 2025
5d36ba0
fix[vdpu38x_com]: Fix rcb calc issue
VicLiDev Dec 23, 2025
51de58b
refactor[mpp_common]: Add common alignment functions.
VicLiDev Dec 17, 2025
5007d1a
refactor[av1d]: Use the common alignment function
VicLiDev Dec 17, 2025
d6ef82a
refactor[vp9d]: Use the common alignment function
VicLiDev Dec 17, 2025
d917fd5
refactor[h264d]: Use the common alignment function
VicLiDev Dec 17, 2025
1bf6f64
refactor[h265d]: Use the common alignment function
VicLiDev Dec 17, 2025
fce5b22
refactor[avs2d]: Use the common alignment function
VicLiDev Dec 17, 2025
f28071c
refactor[avsd]: Use the common alignment function
VicLiDev Dec 17, 2025
0600bf5
refactor[hal_av1d]: Extract the shared parts into common
VicLiDev Dec 17, 2025
ba3faf2
refactor[hal_vp9d]: Extract the shared parts into common
VicLiDev Dec 17, 2025
0a52620
refactor[hal_h264d]: Extract the shared parts into common
VicLiDev Dec 17, 2025
4d826c0
refactor[hal_h265d]: Extract the shared parts into common
VicLiDev Dec 17, 2025
a2260fd
refactor[hal_avs2d]: Extract the shared parts into common
VicLiDev Dec 17, 2025
98e299c
fix[hal_vepu]: poll max set to 1 on split out lowdelay mode
FumasterLin Dec 19, 2025
a4ebe16
feat[vdpu384b]: Support RK3572/RK3538 new features
VicLiDev Sep 2, 2025
bae0440
feat[vdpu384b]: Enable support for RK3572/RK3538.
VicLiDev Sep 2, 2025
c6ca294
chore[build]: RK3572/RK3538, trim unused codecs
VicLiDev Dec 5, 2025
870b67a
fix[hal]: Adjust hal buf slots max count
VicLiDev Dec 24, 2025
c9b1866
refactor[hal]: Collect hw_id into common
VicLiDev Dec 24, 2025
9021fb7
fix[mpp_soc]: RK3538 does not support AVS2 decoding
VicLiDev Dec 24, 2025
c018508
feat[utils]: Add split_path_file_inplace
Dec 24, 2025
723ae88
chore[vproc]: Remove rga support
HermanChen Dec 25, 2025
f61bfd6
feat[cmake]: Add function to merge objects
HermanChen Dec 25, 2025
23711b6
refactor[mpp]: Use OBJECT to replace STATIC
HermanChen Dec 25, 2025
68a14b5
fix[hal_vepu511]: Fix two pass configure issue
FumasterLin Dec 25, 2025
d1c8a35
feat[mpp_singleton]: Add module without order id
HermanChen Dec 24, 2025
843b137
test[test]: Add cfg_file option for enc tests
Dec 19, 2025
5d1dffd
chore[mpp_soc]: Add coding to index function
HermanChen Dec 26, 2025
71f6cb3
refactor[hal_avsd]: Fix hal_api usage
FumasterLin Dec 26, 2025
b7dfaf9
refactor[hal_mpg4d]: Fix hal_api usage
FumasterLin Dec 26, 2025
1b46297
refactor[hal_m2vd]: Fix hal_api usage
FumasterLin Dec 26, 2025
2c026be
refactor[hal_vp8d]: Fix hal_api usage
FumasterLin Dec 26, 2025
77ef8f8
refactor[hal_jpegd]: Fix hal_api usage
FumasterLin Dec 26, 2025
24739db
fix[vdpp]: Fix known bugs
Dec 25, 2025
2331663
feat[cmake]: Add window ndk build support
zhiliu6 Dec 24, 2025
4ce2085
fix[h265e_api]: Set default sao bit ratio to 5
Dec 29, 2025
1800ef5
fix[cmake]: Skip non-existent target in merge_objects()
FumasterLin Dec 29, 2025
d84d99d
fix[hal_h265e/jpege]: Remove unsed api variable in ctx
FumasterLin Dec 29, 2025
91c51ad
fix[build]: Add mpp_hal to whole_archive list
FumasterLin Dec 30, 2025
b8b7a42
feat[vdpu384b]: Enable support for RK3539.
VicLiDev Dec 26, 2025
2621ebe
fix[mpp_build]: Fix object rps output dir
Dec 30, 2025
0a88a68
feat[build]: Support detail build config by MPP_SOC
FumasterLin Dec 29, 2025
b28e9cc
chore[change_log]: Add previous tag -p option
HermanChen Dec 31, 2025
a4ee3a1
refactor[hal]: Update enc hal apis registration
FumasterLin Dec 29, 2025
4ce5421
fix[utils]: Fix compilation error
Dec 31, 2025
19bd05c
fix[cmake]: Fix odr-violation issue
HermanChen Jan 2, 2026
b46719e
refactor[hal_av1d]: Pack stride-related registers
VicLiDev Dec 30, 2025
967ca94
refactor[vdpu383]: Vdpu383 Register Simplification
VicLiDev Dec 30, 2025
6837d09
refactor[vdpu384a]: Vdpu384a Register Simplification
VicLiDev Dec 30, 2025
54a7caf
fix[kmpp_obj]: Fix memory out-of-bounds
Jan 4, 2026
2901db0
fix[cmake]: Fix thread library dependency on linux
HermanChen Jan 4, 2026
032cae7
refactor[vdpu384b]: Merge control regs setup
VicLiDev Dec 30, 2025
629b248
refactor[vdpu383]: Merge control regs setup
VicLiDev Dec 30, 2025
9bfb381
refactor[vdpu384a]: Merge control regs setup
VicLiDev Dec 30, 2025
a025391
refactor[hal]: Add prefixes to register offset macros
VicLiDev Dec 31, 2025
eef4e0e
refactor[vdpu384b]: Generalize RCB register configuration
VicLiDev Dec 30, 2025
a4b2dd1
feat[vdpu383]: Refactor the RCB calculation
VicLiDev Dec 31, 2025
e8dcad0
feat[vdpu384a]: Refactor the RCB calculation
VicLiDev Dec 30, 2025
930c07e
refactor[hal]: Remove duplicate AFBC align functions
VicLiDev Jan 5, 2026
f430572
feat[utils]: Support reorder argv when option parse
Jan 4, 2026
77c7f15
fix[mpp_enc_hal]: Fix enc hal init issue
FumasterLin Jan 6, 2026
1492dbf
chore[mpp_bit.h]: Add mpp_bit.h for bit operations
HermanChen Jan 6, 2026
d582711
refactor[h265d]: Add h265d_debug.h
HermanChen Jan 6, 2026
22b7ebb
fix[utils]: Fix opt parse crash
Jan 6, 2026
4b5d503
chore[h265d_debug]: Add more debug flag
HermanChen Jan 7, 2026
b347484
feat[test]: Optimize enc cfg configuration
Jan 5, 2026
320b825
fix[cmake]: Fix soc matching error
FumasterLin Jan 6, 2026
3f699fa
test[test]: Add cfg json file
Jan 7, 2026
56bd685
refactor[utils]: Integrate enc command get by env
Jan 7, 2026
9b54de2
chore[build]: Fix relinking issue of modified files.
VicLiDev Jan 8, 2026
ae79376
feat[mpp_parser]: Use api register module
HermanChen Jan 8, 2026
de2920f
fix[codec]: Clean QAC Rule-10.1
Nov 25, 2025
32fe4ee
fix[hal]: Clean QAC Rule-10.1
Nov 25, 2025
23d8a1e
fix[base]: Clean QAC Rule-10.1
Nov 25, 2025
69e4273
fix: Clean QAC Rule-10.1
Nov 25, 2025
28bc842
fix[vdpp2]: Fix the sharp register definition
Jan 9, 2026
98c3ed6
fix[mpp]: Fix memory leak issues
VicLiDev Jan 9, 2026
29cc7ba
fix[mpp_thread]: Fix thread status on stop
HermanChen Jan 9, 2026
34f689f
chore[mpp_bitread]: Add mpp_read_signbits
WainDing Jan 8, 2026
bfa6eca
chore[mpp_common]: Add mpp_clip_/mpp_round_pow2
WainDing Jan 9, 2026
1c2ef71
fix[hal_h265e_vepu511]: Register hal api for RV1126B
Jan 12, 2026
c4cc8d8
fix[vepu511]: Fix scaling list error for h264
Jan 12, 2026
711dd11
fix[vepu511]: Fix scaling list error for h265
Jan 12, 2026
0d61991
fix[hal_vp8d]: Fix compiler warning
Jan 12, 2026
667011c
fix[mpi_test]: Fix compiler warning
Jan 12, 2026
89d40e6
feat[mpp_runtime]: Add mpp system service thread
HermanChen Jan 12, 2026
28938a4
chore[mpp_dec_cfg]: Add status for reading
HermanChen Jan 13, 2026
6703d71
chore[mpp_enc]: Add mpp_enc_to_cfg
HermanChen Jan 13, 2026
1166654
chore[mpp_dec]: Add mpp_dec_to_cfg
HermanChen Jan 13, 2026
add1926
feat[mpp_buf_slot]: Add MppDecCfg update
HermanChen Jan 13, 2026
57bf1a7
feat[mpp_sys]: Add venc show_cfg / dump_cfg cmd
HermanChen Jan 13, 2026
6fe61f0
chore[mpp]: Remove unused cleanup code
HermanChen Jan 13, 2026
abc9399
fix[utils]: Fix enc cfg get/set error
Jan 13, 2026
039a5c4
fix[vdpu38x]: Fix rcb sram not being used issue
VicLiDev Jan 13, 2026
644a38c
fix[sys_cfg]: Fix AFBC buffer size calculation issue
VicLiDev Jan 12, 2026
76c2f79
chore[gitignore]: Add Clangd ignore file
Jan 14, 2026
50bbcaa
test[enc_cfg]: Add enc fmt cfg json file
Jan 14, 2026
9db874a
refactor[hal]: Update dec hal apis registration
FumasterLin Jan 4, 2026
37605a2
fix[osal]: Avoid spinlock deadlock
rimonxu Jan 13, 2026
19538b8
refactor[vp9d]: Update parser code
WainDing Dec 29, 2025
1f33db7
refactor[av1d]: Update parser code
WainDing Jan 5, 2026
651f5f6
chore[syntax]: Unify data type in syntax.h
HermanChen Jan 15, 2026
010aed4
fix[inc]: Fix QAC warning for mpp_hash.h
Nov 24, 2025
6b26c2d
fix: Fix QAC Rule-21.1 for version.in
Nov 24, 2025
5b8492c
fix[mpp_enc_refs]: Fix twopass err with igop=1 when h264e
FumasterLin Jan 8, 2026
90037d4
fix[mpp_enc]: Fix two pass error with igop=1 when h265e
FumasterLin Jan 8, 2026
7f9bd05
fix[mpp_singleton]: Fix 64-bit mask overflow
FumasterLin Jan 16, 2026
6e7c740
fix[test]: Fix compile warning
HermanChen Jan 16, 2026
9b99844
fix[codec]: Fix rc update when jpeg cfg change
Jan 12, 2026
cfce205
feat[mpp_ring]: Add mpp wrap ring buffer module
HermanChen Jan 16, 2026
6f44827
fix[mpp_sys]: Fix temp variable initialization issue
VicLiDev Jan 16, 2026
61b0337
fix[av1d_parser]: Fix src/dst initialization issue
VicLiDev Jan 16, 2026
12eda73
fix[mpp_sys]: Fix temp variable initialization issue
VicLiDev Jan 16, 2026
bb01a26
fix[build]: update Android.bp
Dec 5, 2025
b3bd0be
fix[osal]: Add singleton id validation
FumasterLin Jan 16, 2026
44bce4d
fix[hal]: Remove unsupported soc types from enc hal
FumasterLin Jan 7, 2026
40a6692
fix[enc_utils]: Fix compiler warnings in utils
Jan 20, 2026
954b284
refactor[vdpp]: Refactor vdpp codes
Jan 12, 2026
9354548
chore[vdpp]: Adjust some code format
FumasterLin Jan 21, 2026
7edbcac
fix[osal]: Fix compiler warnings in OSAL modules
Jan 20, 2026
17898e1
fix[mpp_base]: Fix compiler warnings in base module
Jan 20, 2026
ef22b2b
fix[mpp_dec]: Fix compiler warnings in dec modules
Jan 20, 2026
a3230c6
fix[mpp_hal]: Fix compiler warnings in hal modules
Jan 20, 2026
a542a63
fix[kmpp]: Fix compiler warnings in kmpp
Jan 20, 2026
cb87668
fix[cmake]: Add more warning option
HermanChen Jan 16, 2026
b93c311
fix[mpp_osal]: Fix signed/unsigned comparison warning
Jan 21, 2026
7140c8d
chore[file]: Ignore local build / debug / cscope files
VicLiDev Jan 23, 2026
12b204f
fix[vp9]: Clean up debug log
VicLiDev Jan 23, 2026
02a4d83
fix[vp9d]: missing fmt setting for 10bit
WainDing Jan 26, 2026
73c840f
fix[av1d]: Fix error when read quant params and tiles info
WainDing Jan 27, 2026
cf8318e
fix[hal_jpege]: Fix jpeg hdr write twice when reencode
FumasterLin Jan 27, 2026
be8aa02
fix[vdpu384b]: Fix AV1 decoding corruption issue.
VicLiDev Jan 16, 2026
cb2adfa
fix[cmake]: Fix cmake warning
HermanChen Jan 28, 2026
73fa9e1
fix[hal_av1d_vdpu384b]: Fix compile warning
VicLiDev Jan 28, 2026
5258d42
fix[vp9d]: Fix error when show existing frame case
WainDing Jan 28, 2026
693efe9
feat[vepu_511a]: Add vepu_511a common for rk3572
Jan 30, 2026
8cd58da
feat[vepu_511a]: Add vepu511a h264e support
Jan 30, 2026
f08d283
feat[vepu_511a]: Add vepu511a h265e support
Jan 30, 2026
d1de8e9
feat[mpp_soc]: Support vepu511a on rk3572
Jan 8, 2026
dbbc907
fix[h264_afbc]: Fix the FBC buffer edge expansion error.
VicLiDev Jan 30, 2026
8aad91e
fix[cmake]: Fix debug option not taking effect in Clang NDK builds
kevinchen-ai Jan 31, 2026
ab345f0
fix[vdpp]: Move macro definition
Feb 2, 2026
1a38a86
fix[h265e_vepu511a]: Fix compiler warning
Feb 2, 2026
179f760
fix[test]: Fix rc set cfg
Feb 2, 2026
80a5b39
feat[vdpp]: Add vdpp3 for RK3572 and RK3538
Sep 24, 2025
7e61d33
chore[mpp_bit]: Add more macro
HermanChen Jan 30, 2026
fd17f72
revert[build]: Add libc.so for Android arm64 compiling
qvoid Feb 4, 2026
9ab8bb2
fix[av1d]: Fix the value of AV1_REF_CONTEXTS
FumasterLin Feb 5, 2026
b45ab2e
fix[hal_av1d]: Fix dec timeout in some case for rk3588
FumasterLin Feb 5, 2026
694a7fb
fix[hal_h265e]: Fix split out crash for vepu_511/511a
Feb 4, 2026
c6753a8
fix[hal_vepu5xx]: Correct slice info register structure
Feb 5, 2026
b2050ff
chore[test]: Adjust format
FumasterLin Feb 5, 2026
159dd50
chore[mpp_bit]: Add more 64bit macro
HermanChen Feb 5, 2026
a590e5d
fix[mpp]: Fix encoder tile4x4 yuv400
Feb 5, 2026
84d0b3d
fix[test]: Modify some json file
Feb 2, 2026
97812d2
docs: Add SECURITY.md
HermanChen Feb 9, 2026
8814ade
fix[vdpu383/384b]: Fix FBC mode change on info change
VicLiDev Feb 9, 2026
a0db364
fix[mpp_dec]: Fix eos frame output flow
HermanChen Feb 9, 2026
4bcb593
fix[mpp_list]: Fix mpp_list_wait_timed return value
HermanChen Feb 11, 2026
dad6465
refactor[hal]: Remove duplicate AFBC align functions
VicLiDev Feb 10, 2026
94fb810
refactor[h265d]: Update H.265 decoder
HermanChen Jan 29, 2026
4c749cd
feat[vepu511a]: Setup quant registers for H.264
timkingh Feb 12, 2026
5670998
fix[vp9_vdpu384b]: Fix fbc ref frm stride cfg issues
VicLiDev Feb 12, 2026
9b6c36b
fix[vdpu384b]: Fix fbc payload stride cfg issues
VicLiDev Feb 13, 2026
f74e371
fix[h265d]: Fix invalid hvcc data crash on seek
HermanChen Feb 13, 2026
bf64ece
fix[vepu_511a]: Reorganize speed mode levels
Feb 25, 2026
b5c832d
fix[h265d_rkv]: Fix rkv ref and poc setup overflow
HermanChen Feb 26, 2026
e23e51c
fix[dec_demo]: The decoder demo supports tile output
VicLiDev Feb 27, 2026
8815d0d
fix[vepu511a]: Fix regs assignment error
timkingh Feb 27, 2026
029a07e
feat[vdpp]: Enbale change loglevel dynamically
Feb 27, 2026
b4670ec
fix[vepu511/511a]: Drop dual-core frame parallel support
Feb 27, 2026
d4f85a9
fix[h265e_vepu511a]: Fix colmv load condition
Feb 27, 2026
85bf6d0
refactor[osal]: Add factory pattern for singleton
Feb 27, 2026
71e0b45
feat[utils]: Add utils singleton
Feb 27, 2026
176f803
refactor[mpp_enc_args]: Move mpp_enc_args to utils
Feb 12, 2026
1ba2c5e
feat[mpp]: Add elem type in mpp_internal.h
Mar 3, 2026
5cc9709
feat[kmpp_obj]: Add s8/u8/arr for elem type
Mar 3, 2026
547dae7
fix[mpp_cfg_io]: Adapt cfg io array
Mar 3, 2026
660ad3c
refactor[base]: Refactor cfg to json/log
Mar 3, 2026
d7b44da
test[mpp_cfg_test]: Add comprehensive array type tests
HermanChen Mar 2, 2026
c4caf93
fix[dchs]: fix TSVC dual-core refs config issue
chencl9410 Feb 28, 2026
b4ca32b
fix[vepu511a]: Update ATF regs setup for HEVC
timkingh Mar 2, 2026
7ad0902
fix[vepu511a]: Update ATR regs setup for HEVC
timkingh Mar 4, 2026
1ddd9a2
fix[vepu511a]: Update anti-stripe regs setup for HEVC
timkingh Mar 5, 2026
0dbad89
fix[hdr_meta]: Add hdr meta pool with ref_cnt
HermanChen Mar 5, 2026
abbed95
fix[h265d]: Fix hvcc deadloop issue
HermanChen Mar 5, 2026
d37c3b1
fix[jpegd]: Fix oversized buf size calculated by mpp_sys_cfg
VicLiDev Mar 5, 2026
3b2cee5
feat[vdpu383/384b]: Enable fast parse support
VicLiDev Mar 4, 2026
8622060
fix[vepu511a]: Update SMEAR regs setup for HEVC
timkingh Mar 5, 2026
111ea1a
fix[vepu511a]: Update SAO anti-blur regs setup for HEVC
timkingh Mar 9, 2026
c2c1ee5
feat[vepu511a]: Add tuning procedure for HEVC
timkingh Mar 9, 2026
bc8e0bb
fix(osal): validate all dma_heap nodes before enabling dma_heap alloc…
Mar 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
107 changes: 107 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
#
# cache files
#
*~
*.swp
*.gc??

#
# gnu global files
#
GPATH
GRTAGS
GSYMS
GTAGS
ID
cscope.in.out
cscope.out
cscope.po.out
tags
.prjBuild.sh
.prjDebug.sh
prjBuild.sh
prjDebug.sh
debug.gdb

#
# GNU Autotools
#
aclocal.m4
autom4te.cache
config.h
config.h.in
config.h-new
config.log
config.status
config.guess
config.sub
config.rpath
configure
libtool
stamp-h
stamp-h.in
stamp-h1
ltmain.sh
missing
mkinstalldirs
compile
install-sh
depcomp
autoregen.sh
ABOUT-NLS
/INSTALL
_stdint.h
.dirstamp
/m4
.deps
.libs
*.lo
*.la
*.o
Makefile.in
Makefile
/m4
tmp-orc.c
*orc.h

#
# VS
#
Build
*.user
*.suo
*.ipch
*.sdf
*.opensdf
*.DS_Store

/test-driver
*.log
*.trs

/subprojects

#
# Building cache
#
/build
/mpp/version.h

#
# Debian
#
/obj-arm-linux-gnueabihf/
/obj-aarch64-linux-gnu/

#
# VSCode
#
.vscode/
.code-workspace

#
# Clangd
#
.clangd
.clang-format
compile_commands.json
Loading