1. 35705d5 Complete CONFIG_ZERO_OFFSET_BITUPSHIFT config by Debargha Mukherjee · 1 year, 6 months ago
  2. 8d57041 Signal color-range in Y4M output by Elliott Karpilovsky · 4 years, 1 month ago
  3. 857e93f Remove disabled low bit-depth codepath by James Almer · 2 years, 10 months ago
  4. 41c6dd7 CI: Fix the CI Formatting by Vibhoothi · 3 years, 5 months ago
  5. 7319db5 Update BSD-3 license for AVM project and files by Krishna Rapaka · 3 years, 6 months ago
  6. 67e84d4 Fix windows build with aom_codec_iface_t changes by Elliott Karpilovsky · 4 years, 11 months ago
  7. cbe219b Simplify aomenc API - remove AvxInterface by Elliott Karpilovsky · 5 years ago
  8. 7026d4b Add documentation for auxiliary codec structs by Elliott Karpilovsky · 5 years ago
  9. 3ae70c9 Handle unsupported bitstream while large-scale-tile=1 by Yunqing Wang · 6 years ago
  10. 9b1252e Revert interface level enum change by Satish Kumar Suman · 6 years ago
  11. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 6 years ago
  12. 2ff32c1 ext-tile: add back the 1D tile output format by Yunqing Wang · 6 years ago
  13. ba7dfd5 ext-tile: support NV12 output format by Yunqing Wang · 6 years ago
  14. 3a607f7 Move aom_shift_img() to tools_common by Yunqing Wang · 6 years ago
  15. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  16. 7a864cc Declare the 'src' parameters as const. by Wan-Teh Chang · 7 years ago
  17. bf9d6d4 Enable TestVector test when CONFIG_LOWBITDEPTH=0 by Yaowu Xu · 7 years ago
  18. dd3e2a5 Includes clean up. by Tom Finegan · 7 years ago
  19. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  20. 7790213 Tree clean up. by Tom Finegan · 7 years ago[Renamed from tools_common.h]
  21. 61b71ab Remove CONFIG_OBU_NO_IVF macros. by Tom Finegan · 7 years ago
  22. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  23. 6c78883 Enable encode/decode of OBU streams without IVF by Cyril Concolato · 7 years ago
  24. cdcf4b0 Move aom_img_plane_width/height helpers to aom_image.h by Sebastien Alaiwan · 7 years ago
  25. ba02c24 Remove CONFIG_{DE,EN}CODERS from the CMake build. by Tom Finegan · 8 years ago
  26. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  27. 92ca095 Fix compile error in generic mode. by Tom Finegan · 8 years ago
  28. b643036 Fix compile warnings for target=armv7-android-gcc by James Zern · 8 years ago
  29. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  30. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  31. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  32. 6c4d83e top-level: apply clang-format by clang-format · 9 years ago
  33. 72889a2 Remove vp10's build dependency on vp9 by Yaowu Xu · 10 years ago
  34. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago
  35. 09acd26 vpxenc: Add support for pixel aspect ratio. by Frank Galligan · 10 years ago
  36. cad0eca Don't #define snprintf in VS 2015 or higher. by Johann · 10 years ago
  37. d1999cb tools_common.h: fix get_vpx_decoder_count() proto by James Zern · 10 years ago
  38. 5a73bbd tools_common.h: fix get_vpx_encoder_count() proto by James Zern · 10 years ago
  39. 59e7a47 tools_common.h: fix usage_exit() prototype by James Zern · 10 years ago
  40. 7a2a611 Refactoring of highbitdepth bitshift operations by Deb Mukherjee · 10 years ago
  41. e9b878c warnings.c : fixes dereference to null warning by Jim Bankoski · 11 years ago
  42. f332c63 Renames interface field in VpxInterface by Deb Mukherjee · 11 years ago
  43. 5820c5d Adds support for reading and writing 10/12-bit y4m by Deb Mukherjee · 11 years ago
  44. 79199e4 Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure. by Dmitry Kovalev · 11 years ago
  45. 82dc133 Adds support for reading and writing 10/12-bit y4m by Deb Mukherjee · 11 years ago
  46. 6c2e88e Rewrite encoder input format handling. by Alex Converse · 11 years ago
  47. e3578af examples: remove off_t overrides by James Zern · 11 years ago
  48. dae4cfc tools_common.h: (msvs) avoid redefining off_t by James Zern · 11 years ago
  49. 3bb2ae5 Merge "Adding sse_to_psnr function to tools_common.{h, c}." by Dmitry Kovalev · 11 years ago
  50. 2dad0e1 Adding sse_to_psnr function to tools_common.{h, c}. by Dmitry Kovalev · 11 years ago
  51. 4334c07 Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h. by Dmitry Kovalev · 11 years ago
  52. 2bdd43d Adding and reusing vpx_img_plane_{width, height}() functions. by Dmitry Kovalev · 11 years ago
  53. 70d9664 Adding API to get vpx encoder/decoder interface. by Dmitry Kovalev · 11 years ago
  54. 592936b Cleaning up {simple, twopass}_encoder examples. by Dmitry Kovalev · 11 years ago
  55. 7ec2769 Adapting simple_decoder to use new file reading API. by Dmitry Kovalev · 11 years ago
  56. cccadd2 Removing VP8_FOURCC_MASK & VP9_FOURCC_MASK. by Dmitry Kovalev · 11 years ago
  57. 2abe2d4 vpxdec: Relocate WebM input support. by Tom Finegan · 11 years ago
  58. 00a35aa vpx[dec|enc]: Extract IVF support from the apps. by Tom Finegan · 11 years ago
  59. e657919 vpx[dec|enc]: Clean up target OS based IO focused preproc abuse. by Tom Finegan · 11 years ago
  60. 03848f5 Move WebM writing support out of vpxenc.c. by Tom Finegan · 11 years ago
  61. c6b9039 Restyle code by John Koleszar · 13 years ago
  62. c377bf0 fix pipe support on windows by John Koleszar · 14 years ago