1. df1c606 Add helper functions for argument processing. by Bohan Li · 4 years, 3 months ago
  2. 21f223d Do not truncate long options in arg_show_usage() by Wan-Teh Chang · 4 years, 4 months ago
  3. 85fef1d Revert "Use Linux man page formatting in arg_show_usage()" by Wan-Teh Chang · 4 years, 4 months ago
  4. 267e9b9 Use Linux man page formatting in arg_show_usage() by Wan-Teh Chang · 4 years, 4 months ago
  5. f49873d Match format strings to parameter types by Yaowu Xu · 4 years, 4 months ago
  6. 71a5fe7 Validate the has_val field of arg_def in arg_match by Wan-Teh Chang · 4 years, 6 months ago
  7. 8184503 Simplify control structures in arg_match() by Wan-Teh Chang · 4 years, 6 months ago
  8. 2fd0156 Document the has_val field of the arg_def_t struct by Wan-Teh Chang · 4 years, 6 months ago
  9. affabcd Remove two unnecessary strlen calls in arg_match by Wan-Teh Chang · 4 years, 6 months ago
  10. 4c2b30e Add support for PSNR calculation based on stream bit-depth by Aasaipriya Chandran · 4 years, 7 months ago
  11. 4e55eb7 Write encoder settings in WebM files by Elliott Karpilovsky · 4 years, 10 months ago
  12. fdca7c6 Fix memory behavior in write_webm_file_header by Elliott Karpilovsky · 4 years, 10 months ago
  13. 315c196 Don't copy aom_encoders[i] and aom_decoders[i] by Wan-Teh Chang · 4 years, 11 months ago
  14. 67e84d4 Fix windows build with aom_codec_iface_t changes by Elliott Karpilovsky · 4 years, 11 months ago
  15. cbe219b Simplify aomenc API - remove AvxInterface by Elliott Karpilovsky · 5 years ago
  16. 2df76f2 Fix potential resource leaks by Yaowu Xu · 5 years ago
  17. 7026d4b Add documentation for auxiliary codec structs by Elliott Karpilovsky · 5 years ago
  18. 5e87049 obudec_read_temporal_unit: fix buffered read w/annexb by James Zern · 5 years ago
  19. 0968868 Remove tx_size_search_method command line option by Yunqing Wang · 5 years ago
  20. 047b7c9 Move a typedef to aom_codec.h from aom_encoder.h by Yaowu Xu · 5 years ago
  21. 4d5dbb1 Rename variable pConfig to config by Yaowu Xu · 5 years ago
  22. 5eb6e24 Avoid redefinition of typedef by Yaowu Xu · 5 years ago
  23. 44276df add support of config file by Ryan · 5 years ago
  24. 19af145 Simplify framerate representation by Elliott Karpilovsky · 5 years ago
  25. bf3ca36 Revert "add config file options support" by James Zern · 5 years ago
  26. a70e67a add config file options support by Ryan · 5 years ago
  27. 6fdf934 Fix static analysis warnings by kyslov · 6 years ago
  28. 830b897 update .clang-format for clang-7 by Hien Ho · 6 years ago
  29. 3ae70c9 Handle unsupported bitstream while large-scale-tile=1 by Yunqing Wang · 6 years ago
  30. 0c96c11 Rename jnt_comp convolves to dist_wtd_comp by Debargha Mukherjee · 6 years ago
  31. 0f268b6 SequenceHeader: use uint8_t for binary flags by Yaowu Xu · 6 years ago
  32. 9b1252e Revert interface level enum change by Satish Kumar Suman · 6 years ago
  33. 330444d Fix monochrome raw output by elliottk · 6 years ago
  34. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 6 years ago
  35. 2ff32c1 ext-tile: add back the 1D tile output format by Yunqing Wang · 6 years ago
  36. ba7dfd5 ext-tile: support NV12 output format by Yunqing Wang · 6 years ago
  37. 3a607f7 Move aom_shift_img() to tools_common by Yunqing Wang · 6 years ago
  38. 6dbf774 Add warning when writing colocated chroma in Y4M by elliottk · 6 years ago
  39. f1570f0 Remove alpha channel references (unsupported) by elliottk · 6 years ago
  40. 4fc2e44 Fix '--yv12' option support in aomenc by Yaowu Xu · 6 years ago
  41. a993aa5 [normative] Respect obu_has_size_field with annexb by Jonathan Matthews · 6 years ago
  42. 16ac19f obudec: Modify buffer capacity only when appropriate. by Tom Finegan · 6 years ago
  43. bb8157b aomenc/webmenc: Check for errors. by Tom Finegan · 6 years ago
  44. 9ec2e3f obudec: Improve buffer size management. by Tom Finegan · 6 years ago
  45. 313547a obudec: Avoid problems when near buf capacity. by Tom Finegan · 6 years ago
  46. fb60e30 add msvc.h to fix Visual Studio build by elliottk · 6 years ago
  47. dc6e2c8 Mark some functions as static. by Wan-Teh Chang · 6 years ago
  48. b63b571 aomenc: respect chroma-sample-position for Y4M by elliottk · 6 years ago
  49. ec0833f Write AV1 CodecPrivate when outputting WebM. by Tom Finegan · 6 years ago
  50. 27d46e3 aomdec: respect chroma-sample-position by elliottk · 7 years ago
  51. 4137f7d Remove "const" from pointer parameters. by Wan-Teh Chang · 7 years ago
  52. d43b65b Fix typos; remove unused macros by elliottk · 7 years ago
  53. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  54. 6e2aac2 Fix y4m monochrome output; split raw/y4m logic by elliottk · 7 years ago
  55. 1d773ac Add av1C generation. by Tom Finegan · 7 years ago
  56. 31ee4ea Add webm support in video_reader.c by Peng Bin · 7 years ago
  57. 0d91c10 Add obu_util and reorganize OBU support code. by Tom Finegan · 7 years ago
  58. a6e4f96 lightfield_tile_list decoder: allow obu format by Jonathan Matthews · 7 years ago
  59. 7a864cc Declare the 'src' parameters as const. by Wan-Teh Chang · 7 years ago
  60. bf9d6d4 Enable TestVector test when CONFIG_LOWBITDEPTH=0 by Yaowu Xu · 7 years ago
  61. a8de881 Remove 'last_layer_id' from ObuDecInputContext by David Barker · 7 years ago
  62. db7f0c5 Modify ivf reader functions by Yunqing Wang · 7 years ago
  63. b7f1f0c Simple changes to OBU header decoding code. by Wan-Teh Chang · 7 years ago
  64. 2af1509 Fix .obu decoding with --all-layers for S2T1 by Imdad Sardharwalla · 7 years ago
  65. dd3e2a5 Includes clean up. by Tom Finegan · 7 years ago
  66. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  67. 7790213 Tree clean up. by Tom Finegan · 7 years ago