- fe36011 Fix Clang -Wunreachable-code-aggressive warnings by Wan-Teh Chang · 1 year, 10 months ago
- 32c2b16 aomdec.c: Verify we can scale a frame by Wan-Teh Chang · 1 year, 11 months ago
- 4b80045 tools_common.h: fix get_aom_{decoder,encoder}_count protos by James Zern · 1 year, 11 months ago
- c743cce y4menc: make colorspace8() static by James Zern · 1 year, 11 months ago
- ec6d7b2 tools_common,CodecInfo: add missing const by James Zern · 2 years, 1 month ago
- 8e54fcf tools_common,CodecInfo: fix interface fn ptr proto by James Zern · 2 years, 1 month ago
- 99fdc35 Set _img->bit_depth in y4m_input_fetch_frame() by Wan-Teh Chang · 2 years, 1 month ago
- becea2f Remove OS/2 support by Wan-Teh Chang · 2 years, 1 month ago
- 0b67d70 Fix input type detection in video_reader.c by Bohan Li · 2 years, 5 months ago
- 16f904b Support pipe input to aomdec. by Bohan Li · 2 years, 6 months ago
- f35e491 obudec,file_is_obu: rewind file on error by James Zern · 2 years, 6 months ago
- d510b7a obudec,file_is_obu: fix leak on failure by James Zern · 2 years, 6 months ago
- 64f68f0 .clang-format: update to clang-format-11 by clang-format · 2 years, 7 months ago
- eb8db9d md5_utils.c: add AOM_NO_UNSIGNED_SHIFT_CHECK by James Zern · 2 years, 7 months ago
- 151b52f webmdec,WebmInputContext: make timestamp_ns signed by James Zern · 2 years, 7 months ago
- 4a8de42 y4m_input_fetch_frame: fix ubsan null/zero offset warning by James Zern · 2 years, 8 months ago
- 57ff8ca Enable RC lib control of second pass encoding by Jingning Han · 2 years, 9 months ago
- b79f705 examples: add missing argv_dup alloc checks by James Zern · 2 years, 11 months ago
- a102db4 y4m_input_open: check allocs by James Zern · 2 years, 11 months ago
- 9ff0d95 tools_common,aom_img_read: change return type to bool by James Zern · 3 years ago
- 1ba4c90 aomdec/lightfield_decoder: add some allocation checks by James Zern · 3 years ago
- e0b3472 Write uint16_t samples without assuming byte order by Wan-Teh Chang · 3 years ago
- c5aa651 Fix chroma written for high bit depth monochrome. by Mark Wachsler · 3 years ago
- f2658a3 clear -Wextra-semi/-Wextra-semi-stmt warnings by James Zern · 3 years, 1 month ago
- d116cab Add NV12 support by Jerome Jiang · 3 years, 2 months ago
- 20660e5 tools_common.h: add AOM_TOOLS_FORMAT_PRINTF by James Zern · 3 years, 4 months ago
- 28fe8d2 Cosmetic changes. by Cheng Chen · 3 years, 6 months ago
- ab7f6f6 Define the AOM_NO_RETURN macro for MSVC by Wan-Teh Chang · 3 years, 6 months ago
- 3668fed Add the aom_tools_ prefix to our warn() function by Wan-Teh Chang · 3 years, 7 months ago
- 2deaf2a ivfdec: replace uses of warn with fprintf(stderr) by Christopher Degawa · 3 years, 7 months ago
- 15b3c6d ThreePass: Read bitstream and derive GOP length. by Bohan Li · 3 years, 8 months ago
- 70ed34d Ignore colocated chroma sample for reading in Y4M by Debargha Mukherjee · 4 years ago
- 2656f67 Avoid chroma resampling for 420mpeg2 input by Xiaoqing Zhu · 3 years, 9 months ago
- faa02f0 Remove disable_diagonal_intra from cfg_options_t by Wan-Teh Chang · 3 years, 11 months ago
- c491c66 AV1 RT: Introduce feature to control D45 to D203 intra modes by Fyodor Kyslov · 4 years ago
- b2d8258 Signal color-range in Y4M output by Elliott Karpilovsky · 4 years, 1 month ago
- cff8ac5 Relax constraints on Y4M header parsing by Elliott Karpilovsky · 4 years, 2 months ago
- 06023ae Relax constraints on Y4M header parsing by Elliott Karpilovsky · 4 years, 2 months ago
- dfcb5ff Relax constraints on Y4M header parsing by Elliott Karpilovsky · 4 years, 2 months ago
- 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