- 345489c vp10/resize: add missing alloc checks by James Zern · 9 years ago
- 7fe9675 vp10/encoder: add missing alloc checks by James Zern · 9 years ago
- 5d23339 vp10_cyclic_refresh_alloc: correct cleanup on error by James Zern · 9 years ago
- fdc977a vp10,encoder: relocate setjmp by James Zern · 9 years ago
- 8628898 vp10_receive_raw_frame: add missing setjmp by James Zern · 9 years ago
- f28ea3e Explicitly set tx_type for sub8x8 blocks by Debargha Mukherjee · 9 years ago
- 0f7dd40 Define a macro to replace hardcoded values by Zoe Liu · 9 years ago
- ebf2586 vp10: remove unused (read|write)_uniform by James Zern · 9 years ago
- 580e815 Refactor prob_diff_update_savings_search_model by hui su · 9 years ago
- bca1a35 Merge "Cleaned code in firstpass related to altref frame" by Zoe Liu · 9 years ago
- b6f1f36 Cleaned code in firstpass related to altref frame by Zoe Liu · 9 years ago
- 4f780e9 vp9/10: fix encoder crash on flush by James Zern · 9 years ago
- 9e61276 Cleaned a code in define_gf_group() for firstpass by Zoe Liu · 9 years ago
- dea6f52 Deduplicate sign cost for ONE/TWO/THREE/FOUR tokens by Alex Converse · 9 years ago
- d803e8a Fix encoder crashes and enc/dec mismatches 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
- eace551 Merge changes Icf9b57c3,I9e12da84,Idf5ee179 by Yaowu Xu · 9 years ago
- 9232f69 Merge "Fix a enc/dec mismatch under CONFIG_MISC_FIXES" by Yaowu Xu · 9 years ago
- 9930900 Fixed interval, fixed Q 1 pass test patch. by paulwilkins · 9 years ago
- 9ce611a 1 pass VBR mode bug fix. by paulwilkins · 9 years ago
- c710183 Fix a enc/dec mismatch under CONFIG_MISC_FIXES by Yaowu Xu · 9 years ago
- d36659c move vp9_avg to vpx_dsp by James Zern · 9 years ago
- f0bef77 Merge "Proper fix of a msvc complier warning" by Yaowu Xu · 9 years ago
- 4d2cfea Proper fix of a msvc complier warning by Yaowu Xu · 9 years ago
- 5a81c5c Merge changes Iece22223,Iefad9d8d by Yaowu Xu · 9 years ago
- 6786280 Fix two msvc build issues by Yaowu Xu · 9 years ago
- 221ed5e Fix enc/dec mismatches for aq-mode 1 and 2 by Yaowu Xu · 9 years ago
- 4e692bb Changes to exhaustive motion search. by paulwilkins · 9 years ago
- 9d85ce8 Fix bug when overlaying middle arfs in multi-arf groups. by paulwilkins · 9 years ago
- 06bdcea Merge "comment out range_check of fdct in dct.c" by Angie Chiang · 9 years ago
- 08b157d comment out range_check of fdct in dct.c by Angie Chiang · 9 years ago
- 5d3327e Remove palette from VP10 by hui su · 9 years ago
- b1fcd17 Fix unsigned overflow in rd_variance_adjustment. by Alex Converse · 9 years ago
- 6ab6ac4 Use accurate bit cost for uv_mode in UV intra mode RD selection by hui su · 9 years ago
- 255bcf8 Merge "misc fixes: Remove a wasted value." by Alex Converse · 9 years ago
- 6f229b3 Merge "Shrink probability remap tables." by Alex Converse · 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
- c1b2d41 Merge "Reorder code to be consistent accross branches" by Yaowu Xu · 9 years ago
- 9d8bde8 Reorder code to be consistent accross branches by Yaowu Xu · 9 years ago
- 811be0d Fix VS build. by Alex Converse · 9 years ago
- 65dd056 Merge "Optimize vpx_quantize_{b,b_32x32} assembler." by Debargha Mukherjee · 9 years ago
- e34c7e3 Merge "palette: Replace rand() call with custom LCG." by Alex Converse · 9 years ago
- 171fd89 palette: Replace rand() call with custom LCG. by Alex Converse · 9 years ago
- caeb10b Use explicit block position in foreach_transformed_block by Jingning Han · 9 years ago
- dbefcc0 Merge "vp10: don't allow comp_inter_inter on keyframes." by Ronald S. Bultje · 9 years ago
- a857728 Merge "vp10: fix tile size in remuxing step." by Ronald S. Bultje · 9 years ago
- 6a03250 vp10: don't allow comp_inter_inter on keyframes. by Ronald S. Bultje · 9 years ago
- 558d93f vp10: fix tile size in remuxing step. by Ronald S. Bultje · 9 years ago
- 56cfbee Merge "vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe." 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
- 96b69de Merge "VP10: some changes to palette mode" by Hui Su · 9 years ago
- 9cfba09 Optimize vpx_quantize_{b,b_32x32} assembler. by Geza Lore · 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
- 17c817a VP10: some changes to palette mode by hui su · 9 years ago
- aaf6f62 Fix palette mode in multi-thread encoding setting by hui su · 9 years ago
- 15cc8bc Merge "fix a msvc compiler warning" by Yaowu Xu · 9 years ago
- 8ced62f fix a msvc compiler warning by Yaowu Xu · 9 years ago
- 4727fa2 Fix two asan failures by Yaowu Xu · 9 years ago
- fe0396c Merge "Fix compiler warnings" by Hui Su · 9 years ago
- b9e31b5 Merge "VP10: Add palette mode part 1" by Hui Su · 9 years ago
- 6f31722 Fix compiler warnings 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
- fee146e vp10: don't write tile size marker bit if CONFIG_MISC_FIXES=0. 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
- 2e45ce1 vp10: update assertion/allocation for tokens. 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
- 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
- e40a448 Merge "comment out fdct32" by Angie Chiang · 9 years ago
- cc5dd3e Merge "vp9/10: improve support for render_width/height." by Ronald S. Bultje · 9 years ago
- 3db5721 Merge "Rename display_{size,width,height} to render_*." by Ronald S. Bultje · 9 years ago
- 7238492 Merge "vp10: code reference_mode in uncompressed header." by Ronald S. Bultje · 9 years ago
- 812945a vp9/10: improve support for render_width/height. by Ronald S. Bultje · 10 years ago
- db2056f Merge "vp9/10 encoder: prevent NULL access on failure" by James Zern · 10 years ago
- 36ffe64 Rename display_{size,width,height} to render_*. by Ronald S. Bultje · 10 years ago
- fcd6414 Merge "vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer." by Ronald S. Bultje · 10 years ago
- 690f662 Merge "vp10: remove MACROBLOCK.fwd_txm4x4 function pointer." by Ronald S. Bultje · 10 years ago
- 6a38210 comment out fdct32 by Angie Chiang · 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
- c74b33a vp10: remove MACROBLOCK.fwd_txm4x4 function pointer. by Ronald S. Bultje · 10 years ago
- cf8f655 vp9/10 encoder: prevent NULL access on failure by James Zern · 10 years ago
- e7c8b71 Revert "remove static from fdct4/8/16/32" by James Zern · 10 years ago
- 38cc168 Adjust rd calculation in choose_tx_size_from_rd by hui su · 10 years ago
- 36c4e8b Merge "remove static from fdct4/8/16/32" by Angie Chiang · 10 years ago
- 8903b9f remove static from fdct4/8/16/32 by Angie Chiang · 10 years ago
- d6be267 Create sub8x8 block inter prediction function by Jingning Han · 10 years ago