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