Sign in
aomedia
/
aom
/
3246fc04fbdfc3ace193616e1f35755e9f58ed6c
/
vp10
/
decoder
3246fc0
vp9->vpx in --enable-vp9-highbitdepth
by Yaowu Xu
· 9 years ago
9baa5c9
MAX_VP9_HEADER_SIZE -> MAX_VP10_HEADER_SIZE
by Yaowu Xu
· 9 years ago
03568c3
VP9_FRAME_MARKER -> VPX_FRAME_MARKER
by Yaowu Xu
· 9 years ago
4273a52
VP9->VPX in border pixel macros
by Yaowu Xu
· 9 years ago
761a708
VP9_INTERP_EXTEND -> VPX_INTERP_EXTEND
by Yaowu Xu
· 9 years ago
a0900fd
Remove experimental flag for ext_tx
by Debargha Mukherjee
· 9 years ago
f7dfa4e
Modifies inter/intra coding to allow all tx types
by Debargha Mukherjee
· 9 years ago
53a1165
vp10: only assume ONLY_4X4 if segmentation is disabled.
by Ronald S. Bultje
· 9 years ago
d9439fd
vp10: skip coding of txsz for lossless-segment blocks.
by Ronald S. Bultje
· 9 years ago
e650129
Move bit_depth init out of setup_quantization
by Yaowu Xu
· 9 years ago
c710183
Fix a enc/dec mismatch under CONFIG_MISC_FIXES
by Yaowu Xu
· 9 years ago
221ed5e
Fix enc/dec mismatches for aq-mode 1 and 2
by Yaowu Xu
· 9 years ago
5d3327e
Remove palette from VP10
by hui su
· 9 years ago
0f059d6
misc fixes: Remove a wasted value.
by Alex Converse
· 9 years ago
a736bf6
Shrink probability remap tables.
by Alex Converse
· 9 years ago
6a03250
vp10: don't allow comp_inter_inter on keyframes.
by Ronald S. Bultje
· 9 years ago
dec4405
vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe.
by Ronald S. Bultje
· 9 years ago
2a388b5
vp10: write colorspace info for profile 0 intraonly frames.
by Ronald S. Bultje
· 9 years ago
60c58b5
vp10: per-segment lossless coding.
by Ronald S. Bultje
· 9 years ago
c7dc1d7
vp10: add extended-intra prediction edges experiment.
by Ronald S. Bultje
· 9 years ago
1eb51a2
vp10: allow forward updates for keyframe y intra mode probabilities.
by Ronald S. Bultje
· 9 years ago
d8f3bb1
vp10: merge keyframe/interframe uvintramode/partition probabilities.
by Ronald S. Bultje
· 9 years ago
6e5a116
vp10: make segmentation probs use generic probability model.
by Ronald S. Bultje
· 9 years ago
aaf6f62
Fix palette mode in multi-thread encoding setting
by hui su
· 9 years ago
b9e31b5
Merge "VP10: Add palette mode part 1"
by Hui Su
· 9 years ago
0017095
vp10: allow forward updates for uv_mode probabilities.
by Ronald S. Bultje
· 9 years ago
5f58982
vp10: allow bw adaptivity for skip/tx probabilities in keyframes.
by Ronald S. Bultje
· 9 years ago
5b4805d
vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs().
by Ronald S. Bultje
· 9 years ago
5d011cb
VP10: Add palette mode part 1
by hui su
· 10 years ago
177e7b5
vp10: use subexp probability updates for MV probs.
by Ronald S. Bultje
· 9 years ago
3461e8c
vp10: skip unreachable cat6 token extrabits.
by Ronald S. Bultje
· 9 years ago
d77a84b
vp10: remove superframe size field for last frame in superframe.
by Ronald S. Bultje
· 9 years ago
7460798
vp10: use superframe marker index/size mechanism for tile size.
by Ronald S. Bultje
· 9 years ago
612104b
vp10: extend range for delta Q values.
by Ronald S. Bultje
· 9 years ago
ce37802
vp10: make render_width/height referenceable through ref frames.
by Ronald S. Bultje
· 9 years ago
812945a
vp9/10: improve support for render_width/height.
by Ronald S. Bultje
· 10 years ago
36ffe64
Rename display_{size,width,height} to render_*.
by Ronald S. Bultje
· 10 years ago
8979e9e
vp10: code reference_mode in uncompressed header.
by Ronald S. Bultje
· 10 years ago
bab8d38
vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer.
by Ronald S. Bultje
· 10 years ago
921c347
vp9/10 decoder_remove: check pbi pointer
by James Zern
· 10 years ago
50f9442
vp10: do sub8x8 block reconstruction in full subblocks.
by Ronald S. Bultje
· 10 years ago
ed29c2f
vp10: fix 4:2:2 chroma MVs for 8x4/4x4 blocks.
by Ronald S. Bultje
· 10 years ago
00a203b
vp10: move coding of tx_mode element to the non-arithcoded header.
by Ronald S. Bultje
· 10 years ago
a3df343
vp10: code sign bit before absolute value in non-arithcoded header.
by Ronald S. Bultje
· 10 years ago
a5d930e
vp10: don't reset contextual skip flag if block has no coefficients.
by Ronald S. Bultje
· 10 years ago
eeb5ef0
Add support for color-range.
by Ronald S. Bultje
· 10 years ago
e562c71
Merge "vp10: fix entropy counts for the hp bit."
by Ronald S. Bultje
· 10 years ago
c667593
Merge changes from topic 'fix-vp9-bitstream-test'
by James Zern
· 10 years ago
ee825f9
Remove leftover of "frame_parallel_decoding"
by Yaowu Xu
· 10 years ago
1e9e9ce
vp10: fix entropy counts for the hp bit.
by Ronald S. Bultje
· 10 years ago
d1474f0
vp10: merge frame_parallel_decoding_mode and refresh_frame_context.
by Ronald S. Bultje
· 10 years ago
ef73bbf
vp10: remove duplicate frame_parallel_decode field.
by Ronald S. Bultje
· 10 years ago
62da0bf
Make reset_frame_context an enum.
by Ronald S. Bultje
· 10 years ago
55f5d55
vp10: add extern "C" to headers
by James Zern
· 10 years ago
d88cee3
Make update_map/temporal_update fields implicit for keyframes.
by Ronald S. Bultje
· 10 years ago
ecd34e6
Unify coding order of MC filters between blocks and frame header.
by Ronald S. Bultje
· 10 years ago
c5f1191
Include vpx_dsp_common.h when using VPXMIN/MAX
by Johann
· 10 years ago
5e16d39
vpx_dsp_common: add VPX prefix to MIN/MAX
by James Zern
· 10 years ago
d88ca3c
Fix a bug induced in f1d090e2f56e28b3218fb99f648bd5d59ae2f4b1
by hui su
· 10 years ago
d76e5b3
Refactoring on transform types
by hui su
· 10 years ago
cd14e03
Merge "Refactor get_tx_type and get_scan"
by Hui Su
· 10 years ago
5eed74e
Refactor get_tx_type and get_scan
by hui su
· 10 years ago
c455919
Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES
by Jingning Han
· 10 years ago
bbb9ca4
Merge "Change vp9_ prefix function names in vpx_scale to vpx_"
by Jingning Han
· 10 years ago
89af744
Change vp9_ prefix function names in vpx_scale to vpx_
by Jingning Han
· 10 years ago
d692f26
change vp10 to use a different sync code than vp9
by Yaowu Xu
· 10 years ago
afb6b4b
VP9Common -> VP10Common
by Yaowu Xu
· 10 years ago
cf9366e
VP9Decoder -> VP10Decoder
by Yaowu Xu
· 10 years ago
fc7cbd1
VP9_COMMON -> VP10->COMMON
by Yaowu Xu
· 10 years ago
2dcefd9
Correct guard macros in header files
by Yaowu Xu
· 10 years ago
3acfe46
Sync vp10 with vpx_ports/system_state.h
by Jingning Han
· 10 years ago
54d66ef
Remove vp9_ prefix from vp10 files
by Jingning Han
· 10 years ago
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago