README.chromium 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Name: Alliance for Open Media Video Codec
  2. Short Name: libaom
  3. URL: https://aomedia.googlesource.com/aom/
  4. Version: 3.4.0
  5. Date: Sunday August 07 2022
  6. Revision: 121f3851459d5ee2ca1b5b23c6187bda79984eb2
  7. CPEPrefix: cpe:/a:aomedia:aomedia:3.4.0
  8. License: BSD
  9. License File: source/libaom/LICENSE
  10. Security Critical: yes
  11. Description:
  12. Provides tools for:
  13. - creating AV1 bitstreams for storage and transmission.
  14. - decoding AV1 bitstreams for display.
  15. Please follow these steps to update libaom source code:
  16. 1. Update the code:
  17. roll_dep.py \
  18. -r <libaom OWNER> \
  19. --log-limit 20 \
  20. --roll-to <libaom hash> \
  21. src/third_party/libaom/source/libaom
  22. Use the generated commit message for the roll.
  23. 2. Generate the config files:
  24. # See prerequisites in file comments.
  25. ./cmake_update.sh
  26. This will also update this file with the new revision.
  27. Update 'Version' and 'CPEPrefix' in this file if necessary.
  28. 3. Amend the commit created by the first step:
  29. git commit -a --amend
  30. 4. Upload the change to Gerrit:
  31. git cl upload
  32. Run tryjobs:
  33. git cl try
  34. 5. Send out for review when all tryjobs pass. Submit it when +1 is granted.