Skip to content
Snippets Groups Projects
  1. Jan 26, 2024
  2. Jan 25, 2024
  3. Jan 24, 2024
    • Alaric Senat's avatar
      adaptive: use malloc for HTTP resources · 9884290f
      Alaric Senat authored and Steve Lhomme's avatar Steve Lhomme committed
      Fix an allocator mismatch for HTTP resources. They are destroyed via a
      free call in the C API via the `vlc_http_res_destroy` function.
      9884290f
    • Alaric Senat's avatar
      adaptive: fix normal time error code · 07b0f01f
      Alaric Senat authored and Steve Lhomme's avatar Steve Lhomme committed
      Returning `VLC_TICK_INVALID` will actually pass as a success as it is
      currently defined as 0.
      07b0f01f
    • Jonas Dittrich's avatar
      libavi: fix hang with zerosized strd chunks · 877450dc
      Jonas Dittrich authored and Kakadus's avatar Kakadus committed
      The fourcc and length needs to be skipped on empty strd chunks, otherwise the stream is not advanced, resulting in a hang.
      877450dc
    • Tristan Matthews's avatar
      contrib: aom: update to 3.8.1 · c553b12c
      Tristan Matthews authored and Steve Lhomme's avatar Steve Lhomme committed
      2024-01-17 v3.8.1
        This release includes several bug fixes. This release is ABI
        compatible with the last release. See
        https://aomedia.googlesource.com/aom/+log/v3.8.0..v3.8.1 for all the
        commits in this release.
      
        - Bug Fixes
          * aomedia:3520: get_cubic_kernel_dbl: Assertion `0 <= x && x < 1'
            failed.
          * aomedia:3526: alloc_compressor_data() is called during every
            aom_codec_control() call on the encoder.
          * aomedia:3527: aom/av1/encoder/mcomp.c:1810: av1_full_pixel_search:
            Assertion `ms_params->ms_buffers.ref->width ==
            ms_params->ms_buffers.src->width' failed.
          * aomedia:3534: libaom encoder crashed by AOM_USAGE_ALL_INTRA and
            AOM_EFLAG_NO_REF_LAST flags.
          * b/310455204: Recreate workers if necessary.
          * b/310548198: Update frame size in actual encoding.
          * b/314858909: Do not use adaptive error estimate.
          * Fix a hang of cmake on arm64 macOS with cmake 3.27.0 or later.
      c553b12c
  4. Jan 23, 2024
  5. Jan 22, 2024
Loading