Advanced search

Medias (91)

Other articles (22)

  • Submit bugs and patches

    13 April 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information: the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • List of compatible distributions

    26 April 2011, by

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Les autorisations surchargées par les plugins

    27 April 2010, by

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

On other websites (5558)

  • ffv1: Store a flag in the global header that indicates if all frames are keyframes

    27 April 2013, by Michael Niedermayer
    ffv1: Store a flag in the global header that indicates if all frames are keyframes
    

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1enc.c
  • avcodec/dovi_rpu: store entire config record

    22 March 2024, by Niklas Haas
    avcodec/dovi_rpu: store entire config record
    

    And make it public.

    For encoding, users may also be interested in the configured level and
    compatibility ID. So generalize the dv_profile field and just expose the
    whole configuration record.

    This makes the already rather reductive ff_dovi_update_cfg() function
    almost wholly redundant, since users can just directly assign
    DOVIContext.cfg.

    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/dovi_rpu.c
    • [DH] libavcodec/dovi_rpu.h
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/libdav1d.c
  • avcodec/cbs_h2645: use AVBufferRef to store list of active parameter sets

    9 May 2018, by James Almer
    avcodec/cbs_h2645: use AVBufferRef to store list of active parameter sets
    

    Removes unnecessary data copies, and partially fixes potential issues
    with dangling references held in said lists.

    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_h264.h
    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_h265.h