Changeset f6503c73


Ignore:
Timestamp:
04/20/2023 02:34:39 PM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
acea88c
Parents:
b09cdc5f
Message:

Add libaom to the book in support of libavif.

Tested with VLC, Parole, and ffmpeg.

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb09cdc5f rf6503c73  
    4040    -->
    4141   <listitem>
     42     <para>April 20th, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Add libaom in support of libavif. Fixes
     46         <ulink url="&blfs-ticket-root;17953">#17953</ulink>.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
     51   <listitem>
    4252     <para>April 19th, 2023</para>
    4353     <itemizedlist>
  • multimedia/libdriv/gst10-plugins-bad.xml

    rb09cdc5f rf6503c73  
    9898      <xref linkend="gst10-plugins-good"/> (for one test),
    9999      <xref linkend="lcms2"/>,
     100      <xref linkend="libaom"/>,
    100101      <xref linkend="libass"/>,
    101102      <xref linkend="libexif"/> (for one test),
     
    122123      <xref linkend="wpebackend-fdo"/>,
    123124      <xref linkend="x265"/>,
    124       <ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>,
     125      <!--<ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>,-->
    125126      <ulink url="https://bs2b.sourceforge.net/">bs2b</ulink>,
    126127      <ulink url="https://acoustid.org/chromaprint">Chromaprint</ulink>,
  • multimedia/libdriv/libdriv.xml

    rb09cdc5f rf6503c73  
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liba52.xml"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libao.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libaom.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libass.xml"/>
    4647  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcanberra.xml"/>
  • multimedia/videoutils/ffmpeg.xml

    rb09cdc5f rf6503c73  
    8888    <bridgehead renderas="sect4">Recommended</bridgehead>
    8989    <para role="recommended">
     90      <xref linkend="libaom"/>,
    9091      <xref linkend="libass"/>,
    9192      <xref linkend="fdk-aac"/>,
     
    194195            --enable-shared      \
    195196            --disable-debug      \
     197            --enable-libaom      \
    196198            --enable-libass      \
    197199            --enable-libfdk-aac  \
     
    379381    </para>
    380382    -->
     383
     384    <para>
     385      <parameter>--enable-libaom</parameter>: Enables AV1 audio and video
     386      decoding via <filename class="libraryfile">libaom</filename>.
     387    </para>
    381388
    382389    <para>
  • multimedia/videoutils/vlc.xml

    rb09cdc5f rf6503c73  
    130130      <xref linkend="faad2"/>,
    131131      <xref linkend="flac"/>,
     132      <xref linkend="libaom"/>,
    132133      <xref linkend="libass"/>,
    133134      <xref linkend="libmpeg2"/>,
     
    140141      <xref linkend="libvpx"/>,
    141142      <xref linkend="x264"/>,
    142       <ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>,
     143      <!--<ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>,-->
    143144      <ulink url="https://github.com/nkoriyama/aribb24">aribb24</ulink>,
    144145      <ulink url="https://code.videolan.org/videolan/dav1d">dav1d</ulink>,
  • packages.ent

    rb09cdc5f rf6503c73  
    10211021<!ENTITY liba52-version               "0.7.4">
    10221022<!ENTITY libao-version                "1.2.0">
     1023<!ENTITY libaom-version               "3.6.0">
    10231024<!ENTITY libass-version               "0.17.1">
    10241025<!ENTITY libcanberra-version          "0.30">
Note: See TracChangeset for help on using the changeset viewer.