index
:
delta/libvpx.git
aylesbury
bali
baserock/v1.5.0
bitstream-analyzer
cayuga
dixie
eider
experimental
forest
frame_parallel
highbitdepth
indianrunnerduck
javanwhistlingduck
khakicampbell
longtailedduck
m29-baseline
m31-baseline
m49-2623
m52-2743
m54-2840
m56-2924
m66-3359
m68-3440
m69-3497
m71-3578
m72-3626
m74-3729
m75-3770
m78-3904
m84-4147
m88-4324
main
mandarinduck
master
mcw
mcw2
nextgen
nextgenv2
northernshoveler
orpington
pcs-2013
pekin
playground
quacking
ruddy
sandbox/Jingning/experimental
sandbox/Jingning/transcode
sandbox/Jingning/vpx
sandbox/aconverse@google.com/ansbench
sandbox/atna/dec_sem_sync
sandbox/awatry/initial_opencl_implementation
sandbox/debargha/playground
sandbox/hkuang/frame_parallel
sandbox/hkuang@google.com/decode
sandbox/hlundin/error-concealment
sandbox/holmer/error-concealment
sandbox/jimbankoski@google.com/proposed-aom
sandbox/jingning@google.com/decoder_test_suite
sandbox/jingning@google.com/experimental
sandbox/jkoleszar/cached-multibit
sandbox/jkoleszar/experimental-knobs
sandbox/jkoleszar/new-rate-control
sandbox/jkoleszar/new-rtcd
sandbox/jkoleszar/reuse-modemv
sandbox/jkoleszar/use-memcpy
sandbox/jzern@google.com/test
sandbox/luoyi@google.com/convolve
sandbox/slavarnway/test
sandbox/wangch@google.com/vp9
sandbox/yaowu@google.com/mergeaom
smew
stable-vp9-decoder
torrent
ugly-duckling
vp9-preview
chromium.googlesource.com: webm/libvpx
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vp9
/
encoder
/
vp9_encoder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add VpxTplGopStats
Jerome Jiang
2023-05-08
1
-1
/
+1
*
Unify implementation of CHECK_MEM_ERROR
Jerome Jiang
2023-05-08
1
-5
/
+5
*
CHECK_MEM_ERROR to return in vp9_set_roi_map
Jerome Jiang
2023-05-08
1
-3
/
+4
*
Add Vpx* prefix to Tpl{Block,Frame}Stats
Jerome Jiang
2023-05-04
1
-1
/
+1
*
Add codec control to export TPL stats
Jerome Jiang
2023-05-03
1
-0
/
+1
*
Move TplFrameStats to public header
Jerome Jiang
2023-05-01
1
-16
/
+0
*
Store tpl stats before propagation
Jerome Jiang
2023-04-20
1
-0
/
+18
*
Avoid redundant start MV SAD calculation
Deepa K G
2023-04-11
1
-0
/
+34
*
Skip trellis coeff opt based on tx block properties
Deepa K G
2023-03-19
1
-6
/
+87
*
Refactor logic of skipping trellis coeff opt
Deepa K G
2023-03-19
1
-0
/
+19
*
vp9_block.h: rename diff struct to Diff
James Zern
2023-02-22
1
-1
/
+1
*
Remove CONFIG_CONSISTENT_RECODE flag
chiyotsai
2023-02-10
1
-2
/
+0
*
Merge "Move TPL to a new file" into main
Yunqing Wang
2023-02-07
1
-0
/
+13
|
\
|
*
Move TPL to a new file
Yunqing Wang
2023-02-06
1
-0
/
+13
*
|
Remove duplicated VPX_SCALING declaration
Jerome Jiang
2023-02-06
1
-9
/
+2
|
/
*
Add encoder component timing information
Yunqing Wang
2023-01-27
1
-0
/
+101
*
Add codec control to set per frame QP
Jerome Jiang
2023-01-19
1
-0
/
+2
*
vp9-svc: Fixes to make SVC work with VBR
Marco Paniconi
2022-11-15
1
-1
/
+1
*
Reland "Add vp9 ref frame to flag map function"
Jianhui Dai
2022-01-19
1
-0
/
+7
*
Revert "Set unused reference frames to first ref"
Jerome Jiang
2022-01-11
1
-16
/
+6
*
Revert "Add vp9 ref frame to flag map function"
Jerome Jiang
2022-01-11
1
-10
/
+5
*
Add vp9 ref frame to flag map function
Jianhui Dai
2022-01-01
1
-5
/
+10
*
Set unused reference frames to first ref
Jianhui Dai
2021-12-11
1
-6
/
+16
*
Remove unused old FP_MB_STATS code
Yunqing Wang
2021-07-23
1
-8
/
+0
*
Clean up allow_partition_search_skip code
Yunqing Wang
2021-07-23
1
-3
/
+0
*
Add codec control for rtc external ratectrl lib
Jerome Jiang
2021-07-13
1
-0
/
+2
*
Add use_simple_encode_api to oxcf
Angie Chiang
2021-06-21
1
-0
/
+1
*
Add fields into RC for Vizier ML experiments.
Paul Wilkins
2021-03-03
1
-0
/
+1
*
Accumulate frame tpl stats and pass through rate control api
Cheng Chen
2020-11-09
1
-0
/
+19
*
Add ref frame info to vpx_rc_encodeframe_info_t
Angie Chiang
2020-10-20
1
-0
/
+5
*
Add vp9_extrc_init/create/delete
angiebird
2020-10-09
1
-6
/
+1
*
Add callback functions for external_rate_control
angiebird
2020-10-09
1
-3
/
+4
*
Add codec control for external rate control lib
angiebird
2020-10-02
1
-0
/
+7
*
Add codec control to disable loopfilter for vp9
Jerome Jiang
2020-10-02
1
-0
/
+8
*
Avoid re-allocating fp_motion_vector_info
angiebird
2020-08-10
1
-2
/
+9
*
Make target_frame_bits error margin configurable.
angiebird
2020-08-10
1
-1
/
+8
*
Add rq_history to encode_frame_result
angiebird
2020-08-07
1
-0
/
+12
*
Fix ObserveFirstPassMotionVectors()
angiebird
2020-08-07
1
-3
/
+11
*
Merge "Cosmetic changes for rate_ctrl experiment"
Angie Chiang
2020-08-06
1
-1
/
+1
|
\
|
*
Cosmetic changes for rate_ctrl experiment
angiebird
2020-08-05
1
-1
/
+1
*
|
L2E: Add ObserveFirstPassMotionVector
Cheng Chen
2020-08-03
1
-0
/
+26
|
/
*
Add recode loop logics for rate_ctrl experiment
angiebird
2020-08-03
1
-0
/
+37
*
Add init version of EncodeFrameWithTargetFrameBits()
angiebird
2020-07-20
1
-7
/
+21
*
Add GOP_COMMAND
angiebird
2020-05-26
1
-7
/
+33
*
Revert "Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9.""
Jerome Jiang
2020-04-24
1
-0
/
+2
*
Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9."
Jerome Jiang
2020-04-20
1
-2
/
+0
*
vp9: add rate control interface for RTC
Jerome Jiang
2020-04-06
1
-0
/
+8
*
Add ref_frame_info to encode_frame_result
angiebird
2020-03-03
1
-1
/
+16
*
Make external arf consistent with vp9
Cheng Chen
2020-02-24
1
-0
/
+14
*
Allow external arf to determine gop size
Cheng Chen
2020-02-24
1
-9
/
+0
[next]