Here is an update to aom 2.0.2.

2021-02-09 v2.0.2
  This release includes several bug fixes.

  - Bug fixes:
    Issue 2643: Modify the assertion in temporal filter intrinsics.

    Issue 2648: Fix unit test ThreadTestLarge.EncoderResultTest/49
    assertion failure.

    Issue 2869: Add -Wimplicit-function-declaration as C flag only.

    Issue 2878: Avoid memset in the av1_filter_intra_predictor module
    functions.

    Issue 2903: Fix a typo bug in apply_temporal_filter_planewise.

    Call av1_setup_frame_size() when dropping a frame in the
    encode_frame_to_data_rate() function in av1/encoder/encoder.c.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile    14 Dec 2020 06:09:52 -0000      1.7
+++ Makefile    11 Feb 2021 04:40:28 -0000
@@ -4,7 +4,7 @@ COMMENT=        Alliance for Open Media AV1 vid
 
 GH_ACCOUNT=    jbeich
 GH_PROJECT=    aom
-GH_TAGNAME=    v2.0.1
+GH_TAGNAME=    v2.0.2
 CATEGORIES=    multimedia
 
 SHARED_LIBS=   aom     2.0
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo    14 Dec 2020 06:09:52 -0000      1.7
+++ distinfo    11 Feb 2021 04:40:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (aom-2.0.1.tar.gz) = bSka6L1Hy5UEZEc3xvM8zdvx712DxCRs12tiK6kU/V4=
-SIZE (aom-2.0.1.tar.gz) = 3507738
+SHA256 (aom-2.0.2.tar.gz) = iB5okurAATAyGBB9LMpL9Gof5h1icSIHHk9tL8egLyU=
+SIZE (aom-2.0.2.tar.gz) = 3507798

Reply via email to