Sign in
aomedia
/
aom
/
17db5d00be2f005f11428edf0fd23265d04d100f
/
vp8
dfd89f2
Adding a frame parallel decoding mode
by Deb Mukherjee
· 12 years ago
bc45f23
Upstream changes from Chromium Android Clang build.
by Frank Galligan
· 12 years ago
879cb7d
Merge vp9-preview changes into experimental branch
by John Koleszar
· 12 years ago
bdca030
Use seg/ref/mode offsets in loop_filter_partial.
by Marco Paniconi
· 12 years ago
16810c1
Merge branch 'vp9-preview' of review:webm/libvpx
by John Koleszar
· 12 years ago
9dab3ce
add emmintrin_compat.h for builds with gcc < 4
by James Zern
· 12 years ago
2876569
Changed MAX_PSNR to 100
by Yaowu Xu
· 12 years ago
fd67115
Merge "Bug fix: use correct count_mb_ref_frame_usage"
by Scott LaVarnway
· 12 years ago
57e12be
Bug fix: use correct count_mb_ref_frame_usage
by Scott LaVarnway
· 12 years ago
a0ad16e
Moved error_bins to macroblock struct
by Scott LaVarnway
· 12 years ago
2cd48bd
Merge "Moved zbin_mode_boost to macroblock struct"
by Scott LaVarnway
· 12 years ago
cc91d65
Update correct macroblock quantize_b function ptrs
by Scott LaVarnway
· 12 years ago
74efda4
Moved zbin_mode_boost to macroblock struct
by Scott LaVarnway
· 12 years ago
3a19eeb
Moved zbin_over_quant to macroblock struct
by Scott LaVarnway
· 12 years ago
000c841
Moved denoiser frame copy/updates out of loopfilter thread
by Scott LaVarnway
· 12 years ago
bc10eab
Merge "added work buffer for denoiser"
by Scott LaVarnway
· 12 years ago
ef2248a
added work buffer for denoiser
by Scott LaVarnway
· 12 years ago
a36d9a4
Move vp8_scale_frame to vpx namespace
by Johann
· 12 years ago
1009f76
Use 'vpx_scale' consistently
by Johann
· 12 years ago
9a3de88
Disable background update on non-base layer frames
by Adrian Grange
· 12 years ago
a905672
Remove ARM optimizations from VP9
by Johann
· 12 years ago
4a9b954
Update ARM for vpx_scale changes
by Johann
· 12 years ago
f2b36a4
Removed check_gf_quality()
by Scott LaVarnway
· 12 years ago
bfca084
Moving mbs_tested_so_far, mode_test_hit_counts to macroblock struct
by Scott LaVarnway
· 12 years ago
34591b5
Remove ARM optimizations from VP9
by Johann
· 12 years ago
0d793cc
Update ARM for vpx_scale changes
by Johann
· 12 years ago
9961ad4
Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"
by Scott LaVarnway
· 12 years ago
7891fb5
Merge "Moving count_mb_ref_frame_usage to macroblock struct"
by Scott LaVarnway
· 12 years ago
3e3fffe
a vp8 warning to boot.
by Jim Bankoski
· 12 years ago
1760c39
Revert "make: flatten object file directories"
by John Koleszar
· 12 years ago
464b1df
Updates to qp-regulate and rate correction factor.
by Marco Paniconi
· 12 years ago
6b1d95d
Merge "vp8_intra_pred_y_tm_sse2: save/restore xmm registers"
by James Zern
· 12 years ago
510557e
removed the idct rtcd idct calls
by Jim Bankoski
· 12 years ago
9cc6f07
Merge "vp8_loop_filter_bh_y_sse2: save/restore xmm registers"
by John Koleszar
· 12 years ago
17718fb
vp8_filter_block1d4_h6_ssse3: add missing xmm restore
by James Zern
· 12 years ago
0d80584
vp8_loop_filter_bh_y_sse2: save/restore xmm registers
by James Zern
· 12 years ago
b52288a
vp8_intra_pred_y_tm_sse2: save/restore xmm registers
by James Zern
· 12 years ago
7c7801e
Each make file is responsible for its own directory
by Johann
· 12 years ago
a9c7597
support building vp8 and vp9 into a single lib
by John Koleszar
· 12 years ago
b72373d
make: flatten object file directories
by John Koleszar
· 12 years ago
83e8f2f
Merge "use calloc() instead of malloc()"
by John Koleszar
· 12 years ago
7b8dfcb
Rough merge of master into experimental
by John Koleszar
· 12 years ago
4d9791e
Incorrect parameter passed into vp8_stuff_mb
by Scott LaVarnway
· 12 years ago
69d0748
Moving count_mb_ref_frame_usage to macroblock struct
by Scott LaVarnway
· 12 years ago
80fe472
Merge "Removed mb_norm_activity_map"
by Scott LaVarnway
· 12 years ago
fe91e47
Moving rd_thresh_mult, rd_threshes to macroblock struct
by Scott LaVarnway
· 12 years ago
0a3eec8
use calloc() instead of malloc()
by Pascal Massimino
· 12 years ago
78bf828
Removed mb_norm_activity_map
by Scott LaVarnway
· 12 years ago
ee28bb8
Moving _error counts to macroblock struct
by Scott LaVarnway
· 12 years ago
01824d1
Moving MVcount to macroblock struct
by Scott LaVarnway
· 12 years ago
95390b2
Moving ymode_count, uv_mode_count to macroblock struct
by Scott LaVarnway
· 12 years ago
03c0af8
Moved skip_true_count to macroblock struct
by Scott LaVarnway
· 12 years ago
7ee44ee
Moving coef_counts to macroblock struct
by Scott LaVarnway
· 12 years ago
ca003fb
Merge "Removed unnecessary VP8_COMP *cpi parameters"
by Scott LaVarnway
· 12 years ago
9016fa2
Removed unnecessary VP8_COMP *cpi parameters
by Scott LaVarnway
· 12 years ago
8a6a7ae
vp8dx_receive_compressed_data() cleanup
by Scott LaVarnway
· 12 years ago
96e5939
Use vp8_clear_system_state helper function
by Johann
· 13 years ago
6106b72
variance.h uses defines in vpx_config.h
by Johann
· 13 years ago
fd3078f
postproc_sse2: avoid reading off the end of the limits array
by John Koleszar
· 13 years ago
861a6bb
postproc: allocate enough memory for limits buffer
by John Koleszar
· 13 years ago
4cf4c94
Fix to rd cost computation for mv bias.
by Marco Paniconi
· 13 years ago
52bddd4
Clean up error return code in alloccommon.c
by Yunqing Wang
· 13 years ago
f6886c4
post-proc: fix 0 or negative threshold handling
by Yunqing Wang
· 13 years ago
d21070a
multi-res: disable intra on forced ref frames
by John Koleszar
· 13 years ago
81fd7ac
Merge "multi-res: add parent_ref_valid flag"
by John Koleszar
· 13 years ago
4de7aed
multi-res: add parent_ref_valid flag
by John Koleszar
· 13 years ago
8b698e8
Merge "post-proc: deblock filter optimization"
by Yunqing Wang
· 13 years ago
4c53bac
post-proc: deblock filter optimization
by Yunqing Wang
· 13 years ago
30d8ba5
multi-res: work around reference mismatch
by John Koleszar
· 13 years ago
0e213fb
fix uninitialized value in multi-res encoding
by John Koleszar
· 13 years ago
7ca5982
Merge "rtcd/win32: use InitializeCriticalSection explicitly"
by John Koleszar
· 13 years ago
9bbab8e
rtcd/win32: use InitializeCriticalSection explicitly
by John Koleszar
· 13 years ago
6f35b19
Disable keyframe in real time that's placed one frame after a cut.
by Jim Bankoski
· 13 years ago
9704cde
Resetting of the cyclic_refresh_mode_index:
by Marco Paniconi
· 13 years ago
d539c1d
Reset the cyclic_refresh_mode_index to 0 on resize.
by Marco Paniconi
· 13 years ago
ab98103
Merge "disable segmentation on enhancement layers"
by Jim Bankoski
· 13 years ago
eb49210
Merge "Move frame allocations out of vp8_decode_frame()"
by Scott LaVarnway
· 13 years ago
4e72915
Merge "Removed bc and bc2 vp8_readers from VP8D_COMP"
by Scott LaVarnway
· 13 years ago
f4316f3
Move frame allocations out of vp8_decode_frame()
by Scott LaVarnway
· 13 years ago
0211cd8
rtcd/win32: prefer win32 primatives to pthreads
by John Koleszar
· 13 years ago
22141d9
disable segmentation on enhancement layers
by Jim Bankoski
· 13 years ago
b501251
Update to cyclic refresh:
by Marco Paniconi
· 13 years ago
5979b89
Update to cyclic refresh.
by Marco Paniconi
· 13 years ago
c03cc3a
Removed bc and bc2 vp8_readers from VP8D_COMP
by Scott LaVarnway
· 13 years ago
e278673
Moved vp8dx_get_raw_frame() call to vp8_get_frame()
by Scott LaVarnway
· 13 years ago
154f1c2
Merge "Changed setup intra recon to be row based"
by Scott LaVarnway
· 13 years ago
57c7e45
Merge "Moved mb_no_coeff_skip flag read"
by Scott LaVarnway
· 13 years ago
a082467
Moved mb_no_coeff_skip flag read
by Scott LaVarnway
· 13 years ago
260f507
Removed pre_mvc
by Scott LaVarnway
· 13 years ago
648cfcb
Changed setup intra recon to be row based
by Scott LaVarnway
· 13 years ago
08cf9fa
Merge "valgrind found motion vectors which exceeded frame boundaries"
by Jim Bankoski
· 13 years ago
7b7ca65
fix valgrind mem leak on garbage decode
by Jim Bankoski
· 13 years ago
818b103
valgrind found motion vectors which exceeded frame boundaries
by Scott LaVarnway
· 13 years ago
2ff6d35
valgrind caught uninitialized cond
by Jim Bankoski
· 13 years ago
c6fd0a5
Adjusting thresholds in mfqe post-processing
by Deb Mukherjee
· 13 years ago
7e9a519
Merge "Encoder denoiser performance improvement"
by Yunqing Wang
· 13 years ago
64075c9
Encoder denoiser performance improvement
by Yunqing Wang
· 13 years ago
7177c32
Merge "silent one more compiler warning"
by Yaowu Xu
· 13 years ago
446d85e
silent one more compiler warning
by Yaowu Xu
· 13 years ago
c533f2a
Merge "Added error checking to vp8cx_create_encoder_threads()"
by Scott LaVarnway
· 13 years ago
Next »