1. fe36011 Fix Clang -Wunreachable-code-aggressive warnings by Wan-Teh Chang · 1 year, 10 months ago
  2. 32c2b16 aomdec.c: Verify we can scale a frame by Wan-Teh Chang · 1 year, 11 months ago
  3. 4b80045 tools_common.h: fix get_aom_{decoder,encoder}_count protos by James Zern · 1 year, 11 months ago
  4. c743cce y4menc: make colorspace8() static by James Zern · 1 year, 11 months ago
  5. ec6d7b2 tools_common,CodecInfo: add missing const by James Zern · 2 years, 1 month ago
  6. 8e54fcf tools_common,CodecInfo: fix interface fn ptr proto by James Zern · 2 years, 1 month ago
  7. 99fdc35 Set _img->bit_depth in y4m_input_fetch_frame() by Wan-Teh Chang · 2 years, 1 month ago
  8. becea2f Remove OS/2 support by Wan-Teh Chang · 2 years, 1 month ago
  9. 0b67d70 Fix input type detection in video_reader.c by Bohan Li · 2 years, 5 months ago
  10. 16f904b Support pipe input to aomdec. by Bohan Li · 2 years, 6 months ago
  11. f35e491 obudec,file_is_obu: rewind file on error by James Zern · 2 years, 6 months ago
  12. d510b7a obudec,file_is_obu: fix leak on failure by James Zern · 2 years, 6 months ago
  13. 64f68f0 .clang-format: update to clang-format-11 by clang-format · 2 years, 7 months ago
  14. eb8db9d md5_utils.c: add AOM_NO_UNSIGNED_SHIFT_CHECK by James Zern · 2 years, 7 months ago
  15. 151b52f webmdec,WebmInputContext: make timestamp_ns signed by James Zern · 2 years, 7 months ago
  16. 4a8de42 y4m_input_fetch_frame: fix ubsan null/zero offset warning by James Zern · 2 years, 8 months ago
  17. 57ff8ca Enable RC lib control of second pass encoding by Jingning Han · 2 years, 9 months ago
  18. b79f705 examples: add missing argv_dup alloc checks by James Zern · 2 years, 11 months ago
  19. a102db4 y4m_input_open: check allocs by James Zern · 2 years, 11 months ago
  20. 9ff0d95 tools_common,aom_img_read: change return type to bool by James Zern · 3 years ago
  21. 1ba4c90 aomdec/lightfield_decoder: add some allocation checks by James Zern · 3 years ago
  22. e0b3472 Write uint16_t samples without assuming byte order by Wan-Teh Chang · 3 years ago
  23. c5aa651 Fix chroma written for high bit depth monochrome. by Mark Wachsler · 3 years ago
  24. f2658a3 clear -Wextra-semi/-Wextra-semi-stmt warnings by James Zern · 3 years, 1 month ago
  25. d116cab Add NV12 support by Jerome Jiang · 3 years, 2 months ago
  26. 20660e5 tools_common.h: add AOM_TOOLS_FORMAT_PRINTF by James Zern · 3 years, 4 months ago
  27. 28fe8d2 Cosmetic changes. by Cheng Chen · 3 years, 6 months ago
  28. ab7f6f6 Define the AOM_NO_RETURN macro for MSVC by Wan-Teh Chang · 3 years, 6 months ago
  29. 3668fed Add the aom_tools_ prefix to our warn() function by Wan-Teh Chang · 3 years, 7 months ago
  30. 2deaf2a ivfdec: replace uses of warn with fprintf(stderr) by Christopher Degawa · 3 years, 7 months ago
  31. 15b3c6d ThreePass: Read bitstream and derive GOP length. by Bohan Li · 3 years, 8 months ago
  32. 70ed34d Ignore colocated chroma sample for reading in Y4M by Debargha Mukherjee · 4 years ago
  33. 2656f67 Avoid chroma resampling for 420mpeg2 input by Xiaoqing Zhu · 3 years, 9 months ago
  34. faa02f0 Remove disable_diagonal_intra from cfg_options_t by Wan-Teh Chang · 3 years, 11 months ago
  35. c491c66 AV1 RT: Introduce feature to control D45 to D203 intra modes by Fyodor Kyslov · 4 years ago
  36. b2d8258 Signal color-range in Y4M output by Elliott Karpilovsky · 4 years, 1 month ago
  37. cff8ac5 Relax constraints on Y4M header parsing by Elliott Karpilovsky · 4 years, 2 months ago
  38. 06023ae Relax constraints on Y4M header parsing by Elliott Karpilovsky · 4 years, 2 months ago
  39. dfcb5ff Relax constraints on Y4M header parsing by Elliott Karpilovsky · 4 years, 2 months ago
  40. df1c606 Add helper functions for argument processing. by Bohan Li · 4 years, 3 months ago
  41. 21f223d Do not truncate long options in arg_show_usage() by Wan-Teh Chang · 4 years, 4 months ago
  42. 85fef1d Revert "Use Linux man page formatting in arg_show_usage()" by Wan-Teh Chang · 4 years, 4 months ago
  43. 267e9b9 Use Linux man page formatting in arg_show_usage() by Wan-Teh Chang · 4 years, 4 months ago
  44. f49873d Match format strings to parameter types by Yaowu Xu · 4 years, 4 months ago
  45. 71a5fe7 Validate the has_val field of arg_def in arg_match by Wan-Teh Chang · 4 years, 6 months ago
  46. 8184503 Simplify control structures in arg_match() by Wan-Teh Chang · 4 years, 6 months ago
  47. 2fd0156 Document the has_val field of the arg_def_t struct by Wan-Teh Chang · 4 years, 6 months ago
  48. affabcd Remove two unnecessary strlen calls in arg_match by Wan-Teh Chang · 4 years, 6 months ago
  49. 4c2b30e Add support for PSNR calculation based on stream bit-depth by Aasaipriya Chandran · 4 years, 7 months ago
  50. 4e55eb7 Write encoder settings in WebM files by Elliott Karpilovsky · 4 years, 10 months ago
  51. fdca7c6 Fix memory behavior in write_webm_file_header by Elliott Karpilovsky · 4 years, 10 months ago
  52. 315c196 Don't copy aom_encoders[i] and aom_decoders[i] by Wan-Teh Chang · 4 years, 11 months ago
  53. 67e84d4 Fix windows build with aom_codec_iface_t changes by Elliott Karpilovsky · 4 years, 11 months ago
  54. cbe219b Simplify aomenc API - remove AvxInterface by Elliott Karpilovsky · 5 years ago
  55. 2df76f2 Fix potential resource leaks by Yaowu Xu · 5 years ago
  56. 7026d4b Add documentation for auxiliary codec structs by Elliott Karpilovsky · 5 years ago
  57. 5e87049 obudec_read_temporal_unit: fix buffered read w/annexb by James Zern · 5 years ago
  58. 0968868 Remove tx_size_search_method command line option by Yunqing Wang · 5 years ago
  59. 047b7c9 Move a typedef to aom_codec.h from aom_encoder.h by Yaowu Xu · 5 years ago
  60. 4d5dbb1 Rename variable pConfig to config by Yaowu Xu · 5 years ago
  61. 5eb6e24 Avoid redefinition of typedef by Yaowu Xu · 5 years ago
  62. 44276df add support of config file by Ryan · 5 years ago
  63. 19af145 Simplify framerate representation by Elliott Karpilovsky · 5 years ago
  64. bf3ca36 Revert "add config file options support" by James Zern · 5 years ago
  65. a70e67a add config file options support by Ryan · 5 years ago
  66. 6fdf934 Fix static analysis warnings by kyslov · 6 years ago
  67. 830b897 update .clang-format for clang-7 by Hien Ho · 6 years ago
  68. 3ae70c9 Handle unsupported bitstream while large-scale-tile=1 by Yunqing Wang · 6 years ago
  69. 0c96c11 Rename jnt_comp convolves to dist_wtd_comp by Debargha Mukherjee · 6 years ago
  70. 0f268b6 SequenceHeader: use uint8_t for binary flags by Yaowu Xu · 6 years ago
  71. 9b1252e Revert interface level enum change by Satish Kumar Suman · 6 years ago
  72. 330444d Fix monochrome raw output by elliottk · 6 years ago
  73. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 6 years ago
  74. 2ff32c1 ext-tile: add back the 1D tile output format by Yunqing Wang · 6 years ago
  75. ba7dfd5 ext-tile: support NV12 output format by Yunqing Wang · 6 years ago
  76. 3a607f7 Move aom_shift_img() to tools_common by Yunqing Wang · 6 years ago
  77. 6dbf774 Add warning when writing colocated chroma in Y4M by elliottk · 6 years ago
  78. f1570f0 Remove alpha channel references (unsupported) by elliottk · 6 years ago
  79. 4fc2e44 Fix '--yv12' option support in aomenc by Yaowu Xu · 6 years ago
  80. a993aa5 [normative] Respect obu_has_size_field with annexb by Jonathan Matthews · 6 years ago
  81. 16ac19f obudec: Modify buffer capacity only when appropriate. by Tom Finegan · 6 years ago
  82. bb8157b aomenc/webmenc: Check for errors. by Tom Finegan · 6 years ago
  83. 9ec2e3f obudec: Improve buffer size management. by Tom Finegan · 6 years ago
  84. 313547a obudec: Avoid problems when near buf capacity. by Tom Finegan · 6 years ago
  85. fb60e30 add msvc.h to fix Visual Studio build by elliottk · 6 years ago
  86. dc6e2c8 Mark some functions as static. by Wan-Teh Chang · 6 years ago
  87. b63b571 aomenc: respect chroma-sample-position for Y4M by elliottk · 6 years ago
  88. ec0833f Write AV1 CodecPrivate when outputting WebM. by Tom Finegan · 6 years ago
  89. 27d46e3 aomdec: respect chroma-sample-position by elliottk · 7 years ago
  90. 4137f7d Remove "const" from pointer parameters. by Wan-Teh Chang · 7 years ago
  91. d43b65b Fix typos; remove unused macros by elliottk · 7 years ago
  92. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  93. 6e2aac2 Fix y4m monochrome output; split raw/y4m logic by elliottk · 7 years ago
  94. 1d773ac Add av1C generation. by Tom Finegan · 7 years ago
  95. 31ee4ea Add webm support in video_reader.c by Peng Bin · 7 years ago
  96. 0d91c10 Add obu_util and reorganize OBU support code. by Tom Finegan · 7 years ago
  97. a6e4f96 lightfield_tile_list decoder: allow obu format by Jonathan Matthews · 7 years ago
  98. 7a864cc Declare the 'src' parameters as const. by Wan-Teh Chang · 7 years ago
  99. bf9d6d4 Enable TestVector test when CONFIG_LOWBITDEPTH=0 by Yaowu Xu · 7 years ago
  100. a8de881 Remove 'last_layer_id' from ObuDecInputContext by David Barker · 7 years ago