1. 1b319b2 [NORMATIVE] Update decoder_peek_si_internal to match RAP spec. by Thomas Daede · 7 years ago
  2. a2f1728 ext-tile: output decoded tile list by Yunqing Wang · 7 years ago
  3. f1c07ce Allow multiple output frames from the decoder by David Barker · 7 years ago
  4. 3f9c1e2 ext_tile: handle ext-tile tile info better by Yunqing Wang · 7 years ago
  5. fb35601 Add decoder control to select all-layers mode by David Barker · 7 years ago
  6. 5027088 Remove unused "frame cache" structure by David Barker · 7 years ago
  7. 93b18f3 [NORMATIVE] ext_tile: set external references at the tile level by Yunqing Wang · 7 years ago
  8. e8df7ba decoder: Rework cm->frame_to_show usage by David Barker · 7 years ago
  9. fcd7166 ext_tile: add AV1D_EXT_TILE_DEBUG API by Yunqing Wang · 7 years ago
  10. cd28b20 Add "const" to the coded_tile_data by Yunqing Wang · 7 years ago
  11. 265d15d Add a decoder API call "AV1D_GET_TILE_DATA" by Yunqing Wang · 7 years ago
  12. 2af1509 Fix .obu decoding with --all-layers for S2T1 by Imdad Sardharwalla · 7 years ago
  13. 6791ad1 cmake: output aom_version.h in config sub dir. by Tom Finegan · 7 years ago
  14. 6a26b0c Set number of layers if is_reduced_header is true. by Wan-Teh Chang · 7 years ago
  15. f250f48 Remove the CONFIG_BUFFER_MODEL experiment flag. by Wan-Teh Chang · 7 years ago
  16. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  17. 38df4dc Check result when parsing operating point idc. by Tom Finegan · 7 years ago
  18. 33e9cd0 add decoder option to output all layers of scalable stream by Soo-Chul Han · 7 years ago
  19. f481d98 [NORMATIVE] Add tier signaling by Andrey Norkin · 7 years ago
  20. 84b22b8 Remove unneeded type casts. by Wan-Teh Chang · 7 years ago
  21. 6e87090 Validate temporal_unit_size and frame_unit_size. by Wan-Teh Chang · 7 years ago
  22. 21f4825 Use size_t for decode API input size parameters. by Tom Finegan · 7 years ago
  23. 6958297 Rename xxx_minus1 to xxx_minus_1 to match the spec. by Wan-Teh Chang · 7 years ago
  24. 0bae60c Fix handling of annexb + S2T1 format streams by David Barker · 7 years ago
  25. d2f317c modify scalability info according to operating point by Soo-Chul Han · 7 years ago
  26. d8f457a Add decoder option to select operating point by Frank Bossen · 7 years ago
  27. f7ca938 Make type conversion explicit by Yaowu Xu · 7 years ago
  28. 20a336d Add AV1_COPY_NEW_FRAME_IMAGE API call in decoder by Yunqing Wang · 7 years ago
  29. 7ecf815 av1_dx_iface: fix ambiguous var name. by Tom Finegan · 7 years ago
  30. 4450c76 Modify the decoder AV1_SET_REFERENCE API by Yunqing Wang · 7 years ago
  31. 4ea3c5e fix/augment scalability testing by Soo-Chul Han · 7 years ago
  32. be66804 Check data_sz before skipping a temporal delimiter. by Wan-Teh Chang · 7 years ago
  33. 5c0e80e Fix logic of decoder_peek_si_internal() by David Barker · 7 years ago
  34. acd41f9 [NORMATIVE] Send level for still pictures by Debargha Mukherjee · 7 years ago
  35. 112c582 Update decoder_peek_si_internal by Debargha Mukherjee · 7 years ago
  36. 8acdbfc replace Annex-B with Annex-B-prime by Soo-Chul Han · 7 years ago
  37. 29c46fb [NORMATIVE-DECODING] option of annex-b/non-annex-b bitstreams by Soo-Chul Han · 7 years ago
  38. c7119a7 Remove CONFIG_FILM_GRAIN and CONFIG_FILM_GRAINEX by Yaowu Xu · 7 years ago
  39. 7f313c0 Remove CONFIG_SCALABILITY by Yaowu Xu · 7 years ago
  40. 4352fed [NORMATIVE] Film grain for odd frame dimensions by Andrey Norkin · 7 years ago
  41. 1836abc Remove unused static functions. by Urvang Joshi · 7 years ago
  42. 5427be1 Remove CONFIG_OBU_SIZE_AFTER_HEADER preproc guards. by Tom Finegan · 7 years ago
  43. df5b291 Avoid memory OOB access in get_obu_length_field_size() by Hui Su · 7 years ago
  44. 811a5fc [NORMATIVE] Align scalability implementation with spec by Yaowu Xu · 7 years ago
  45. 9d9ec1f Remove CONFIG_OBU_SIZING preprocessor guards. by Tom Finegan · 7 years ago
  46. 03391a2 obu: Fix decoder_peek_si_interal for size_after_header by Vignesh Venkatasubramanian · 7 years ago
  47. 5521a18 Remove frame_parallel_decode option on decoder side. by Debargha Mukherjee · 7 years ago
  48. dd6ef6c Remove CONFIG_EXT_TILE macro by Yaowu Xu · 7 years ago
  49. f76ee51 Remove CONFIG_MFMV macro by Yaowu Xu · 7 years ago
  50. 13ee28c Add util function for reading OBU type. by Tom Finegan · 7 years ago
  51. 8ab2bba Remove CONFIG_FRAME_SIZE macro. by Tom Finegan · 7 years ago
  52. 2ccf4b9 Remove CONFIG_EXT_PARTITION config flag by Debargha Mukherjee · 7 years ago
  53. f277ca3 Fix decoder_peek_si_internal with obu_sizing enabled. by Tom Finegan · 7 years ago
  54. 0d639a9 Remove CONFIG_LOOP_RESTORATION config flag by Debargha Mukherjee · 7 years ago
  55. 9cbc235 Dead code removal: superframe index parsing. by Tom Finegan · 7 years ago
  56. 2a5575e Re-enable EXT_TILE unit tests by Yunqing Wang · 7 years ago
  57. d29ea97 Remove CONFIG_OBU macro by Yaowu Xu · 7 years ago
  58. e11b68d Remove CONFIG_EXT_QM by Yaowu Xu · 7 years ago
  59. cc6e0e1 Adding config file parsing implementation by Maxym Dmytrychenko · 7 years ago
  60. f858986 add scalability experiment by Soo-Chul Han · 7 years ago
  61. 6f1c2f7 Film grain synthesis algorithm by Andrey Norkin · 7 years ago
  62. 28e9ce2 Adding timing info to sequence headers by Andrey Norkin · 7 years ago
  63. 47cc255 Remove deadline by Sean DuBois · 7 years ago
  64. 8695e98 Revert "add scalability experiment" by Tom Finegan · 7 years ago
  65. 2eeadab add scalability experiment by Soo-Chul Han · 7 years ago
  66. af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
  67. 8ae64a9 ext_tile: Not to write large_scale_tile bit to bitstream by Yunqing Wang · 7 years ago
  68. 0c3545b Disallow 4:4:0 subsampling by David Barker · 7 years ago
  69. e526769 Rearrange the colorspace/mono deocde logic a bit by Debargha Mukherjee · 7 years ago
  70. f340fec No colorspace for mono-video f/ CICP compatibility by Debargha Mukherjee · 7 years ago
  71. f9a50ea Update profile/bitdepth/sampling in header by Debargha Mukherjee · 7 years ago
  72. 9e69463 CICP colorspace signaling by Andrey Norkin · 7 years ago
  73. 64c2311 Inline function 'read_marker' by Sebastien Alaiwan · 7 years ago
  74. 2b1ec18 Drop support for decryption by Sebastien Alaiwan · 7 years ago
  75. b02d0b1 Re-enable obu (HLS R19) by default by Yaowu Xu · 7 years ago
  76. a14de5b Revert "enable obu (HLS R19) by default" by Yaowu Xu · 7 years ago
  77. 0dc0ddc enable obu (HLS R19) by default by Soo-Chul Han · 7 years ago
  78. 317002f Monochrome control now in colorspace header by Imdad Sardharwalla · 7 years ago
  79. 730c805 Added monochrome option to the decoder. by Imdad Sardharwalla · 7 years ago
  80. e0b1599 Plumb in a "monochrome" flag by Rupert Swarbrick · 7 years ago
  81. 38427e8 remove writing/parsing superframe index with new HLS by Soo-Chul Han · 7 years ago
  82. 7193f02 Implement approved version of FRAME_SIZE experiment by Arild Fuldseth (arilfuld) · 7 years ago
  83. 568bf10 Move a call to free by Yaowu Xu · 7 years ago
  84. e83fcfe Hide coding details of fid_length/delta_fid_length by Frederic Barbier · 7 years ago
  85. 6cc1fd3 Refactor motion field mv buffer by Jingning Han · 7 years ago
  86. 5e70a11 Deduplicate use_reference_buffer/frame_id_numbers_present_flag by David Barker · 7 years ago
  87. 778023d Add sequence (kf) level flag for reference buffer by Debargha Mukherjee · 8 years ago
  88. 3e22da3 Remove unused bytes from uncompressed header. by Thomas Daede · 8 years ago
  89. 65c00ae initial implementation of HLS based on R18 by Soo-Chul Han · 8 years ago
  90. 497d195 Normalize set/get reference ctrls to use ref frame index. by Thomas Daede · 8 years ago
  91. 6bec6ec Fix stream info peeking by Sebastien Alaiwan · 8 years ago
  92. c2502b5 Make ext_tile compatible with reference_buffer by Yunqing Wang · 8 years ago
  93. eeb08a9 Make EXT_TILE compatible with TILE_GROUPS by Yunqing Wang · 8 years ago
  94. 85b4900 Don't desync with the default encoder configuration. by Thomas Daede · 8 years ago
  95. e4c6fc1 Encode superframes in front by Sebastien Alaiwan · 8 years ago
  96. 8b7a4e1 Fix unit tests with --disable-lowbitdepth by Sebastien Alaiwan · 8 years ago
  97. 76fb126 Experiment: adding the source video information signaling (Netflix) by anorkin · 8 years ago
  98. afe71d9 Remove the aom_codec_stream_info_t size field. by Ralph Giles · 8 years ago
  99. d8cd55f ext_tile: add 2 tile encoding modes by Yunqing Wang · 8 years ago
  100. 2cf03b1 Add a simple frame data inspection API. by Nathan E. Egge · 8 years ago