1. cebe6f0 Convert "vpx" to "aom" by Adrian Grange · 9 years ago
  2. fe5f8a8 rename files vp10_* to av1_* by Yaowu Xu · 9 years ago
  3. a872b06 Add AOM copyright header to all .c files by Adrian Grange · 9 years ago
  4. cfea7dd vp10/ -> av1/ by Yaowu Xu · 9 years ago[Renamed (98%) from vp10/decoder/decodeframe.c]
  5. bf4202e Rename vpx to aom by Yaowu Xu · 9 years ago
  6. e2511e1 Deringing cleanup: don't hardcode the number of levels by Jean-Marc Valin · 9 years ago
  7. 51b7a99 Adds the Daala deringing filter as experimental by Jean-Marc Valin · 9 years ago
  8. bb2727c Sort includess for "clpf.h" by Yaowu Xu · 9 years ago
  9. c297fd0 Add quantisation matrix range parameters. by Thomas · 9 years ago
  10. 0527894 Add encoder option and signaling for quant matrix control. by Thomas · 9 years ago
  11. 1c122c2 Add quant and dequant functions for new quant matrices. by Thomas · 9 years ago
  12. 95a8999 Enable CLPF by Steinar Midtskogen · 9 years ago
  13. 99e28b8 apply clang-format by clang-format · 9 years ago
  14. 7dd8b4c Correct comments that refer to VP9. by Yaowu Xu · 9 years ago
  15. 3246fc0 vp9->vpx in --enable-vp9-highbitdepth by Yaowu Xu · 9 years ago
  16. 9baa5c9 MAX_VP9_HEADER_SIZE -> MAX_VP10_HEADER_SIZE by Yaowu Xu · 9 years ago
  17. 03568c3 VP9_FRAME_MARKER -> VPX_FRAME_MARKER by Yaowu Xu · 9 years ago
  18. 4273a52 VP9->VPX in border pixel macros by Yaowu Xu · 9 years ago
  19. 761a708 VP9_INTERP_EXTEND -> VPX_INTERP_EXTEND by Yaowu Xu · 9 years ago
  20. a0900fd Remove experimental flag for ext_tx by Debargha Mukherjee · 9 years ago
  21. f7dfa4e Modifies inter/intra coding to allow all tx types by Debargha Mukherjee · 9 years ago
  22. 53a1165 vp10: only assume ONLY_4X4 if segmentation is disabled. by Ronald S. Bultje · 9 years ago
  23. e650129 Move bit_depth init out of setup_quantization by Yaowu Xu · 9 years ago
  24. c710183 Fix a enc/dec mismatch under CONFIG_MISC_FIXES by Yaowu Xu · 9 years ago
  25. 221ed5e Fix enc/dec mismatches for aq-mode 1 and 2 by Yaowu Xu · 9 years ago
  26. 5d3327e Remove palette from VP10 by hui su · 9 years ago
  27. 6a03250 vp10: don't allow comp_inter_inter on keyframes. by Ronald S. Bultje · 9 years ago
  28. dec4405 vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe. by Ronald S. Bultje · 9 years ago
  29. 2a388b5 vp10: write colorspace info for profile 0 intraonly frames. by Ronald S. Bultje · 9 years ago
  30. 60c58b5 vp10: per-segment lossless coding. by Ronald S. Bultje · 9 years ago
  31. c7dc1d7 vp10: add extended-intra prediction edges experiment. by Ronald S. Bultje · 9 years ago
  32. 1eb51a2 vp10: allow forward updates for keyframe y intra mode probabilities. by Ronald S. Bultje · 9 years ago
  33. d8f3bb1 vp10: merge keyframe/interframe uvintramode/partition probabilities. by Ronald S. Bultje · 9 years ago
  34. 6e5a116 vp10: make segmentation probs use generic probability model. by Ronald S. Bultje · 9 years ago
  35. aaf6f62 Fix palette mode in multi-thread encoding setting by hui su · 9 years ago
  36. b9e31b5 Merge "VP10: Add palette mode part 1" by Hui Su · 9 years ago
  37. 0017095 vp10: allow forward updates for uv_mode probabilities. by Ronald S. Bultje · 10 years ago
  38. 5f58982 vp10: allow bw adaptivity for skip/tx probabilities in keyframes. by Ronald S. Bultje · 10 years ago
  39. 5d011cb VP10: Add palette mode part 1 by hui su · 10 years ago
  40. 177e7b5 vp10: use subexp probability updates for MV probs. by Ronald S. Bultje · 10 years ago
  41. 7460798 vp10: use superframe marker index/size mechanism for tile size. by Ronald S. Bultje · 10 years ago
  42. 612104b vp10: extend range for delta Q values. by Ronald S. Bultje · 10 years ago
  43. ce37802 vp10: make render_width/height referenceable through ref frames. by Ronald S. Bultje · 10 years ago
  44. 812945a vp9/10: improve support for render_width/height. by Ronald S. Bultje · 10 years ago
  45. 36ffe64 Rename display_{size,width,height} to render_*. by Ronald S. Bultje · 10 years ago
  46. 8979e9e vp10: code reference_mode in uncompressed header. by Ronald S. Bultje · 10 years ago
  47. bab8d38 vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer. by Ronald S. Bultje · 10 years ago
  48. 50f9442 vp10: do sub8x8 block reconstruction in full subblocks. by Ronald S. Bultje · 10 years ago
  49. ed29c2f vp10: fix 4:2:2 chroma MVs for 8x4/4x4 blocks. by Ronald S. Bultje · 10 years ago
  50. 00a203b vp10: move coding of tx_mode element to the non-arithcoded header. by Ronald S. Bultje · 10 years ago
  51. a3df343 vp10: code sign bit before absolute value in non-arithcoded header. by Ronald S. Bultje · 10 years ago
  52. a5d930e vp10: don't reset contextual skip flag if block has no coefficients. by Ronald S. Bultje · 10 years ago
  53. eeb5ef0 Add support for color-range. by Ronald S. Bultje · 10 years ago
  54. ee825f9 Remove leftover of "frame_parallel_decoding" by Yaowu Xu · 10 years ago
  55. d1474f0 vp10: merge frame_parallel_decoding_mode and refresh_frame_context. by Ronald S. Bultje · 10 years ago
  56. ef73bbf vp10: remove duplicate frame_parallel_decode field. by Ronald S. Bultje · 10 years ago
  57. 62da0bf Make reset_frame_context an enum. by Ronald S. Bultje · 10 years ago
  58. d88cee3 Make update_map/temporal_update fields implicit for keyframes. by Ronald S. Bultje · 10 years ago
  59. ecd34e6 Unify coding order of MC filters between blocks and frame header. by Ronald S. Bultje · 10 years ago
  60. c5f1191 Include vpx_dsp_common.h when using VPXMIN/MAX by Johann · 10 years ago
  61. 5e16d39 vpx_dsp_common: add VPX prefix to MIN/MAX by James Zern · 10 years ago
  62. d88ca3c Fix a bug induced in f1d090e2f56e28b3218fb99f648bd5d59ae2f4b1 by hui su · 10 years ago
  63. d76e5b3 Refactoring on transform types by hui su · 10 years ago
  64. cd14e03 Merge "Refactor get_tx_type and get_scan" by Hui Su · 10 years ago
  65. 5eed74e Refactor get_tx_type and get_scan by hui su · 10 years ago
  66. c455919 Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES by Jingning Han · 10 years ago
  67. bbb9ca4 Merge "Change vp9_ prefix function names in vpx_scale to vpx_" by Jingning Han · 10 years ago
  68. 89af744 Change vp9_ prefix function names in vpx_scale to vpx_ by Jingning Han · 10 years ago
  69. d692f26 change vp10 to use a different sync code than vp9 by Yaowu Xu · 10 years ago
  70. cf9366e VP9Decoder -> VP10Decoder by Yaowu Xu · 10 years ago
  71. fc7cbd1 VP9_COMMON -> VP10->COMMON by Yaowu Xu · 10 years ago
  72. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (99%) from vp10/decoder/vp9_decodeframe.c]
  73. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago