Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 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 (...)

Sur d’autres sites (13384)

  • lavc/vvc_refs : Define VVC_FRAME_FLAG* to h header

    28 octobre 2024, par Fei Wang
    lavc/vvc_refs : Define VVC_FRAME_FLAG* to h header
    

    So that hardware decoder can use the flags too.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vvc/refs.c
    • [DH] libavcodec/vvc/refs.h
  • avcodec/av1_vaapi : fixed a decoding corruption issue

    2 novembre 2022, par Ruijing Dong
    avcodec/av1_vaapi : fixed a decoding corruption issue
    

    In av1_spec.pdf page 38/669, there is a sentence below :

    if ( frame_type == KEY_FRAME && show_frame )
    for ( i = 0 ; i < NUM_REF_FRAMES ; i++)
    RefValid[ i ] = 0
    ......

    ......

    This shows that the condition of invalidating current
    DPB frames should be the coming frame_type is KEY_FRAME plus
    show_frame is equal to 1. Otherwise, some of the frames
    in sequence after KEY_FRAME still refer to the reference frames
    before KEY_FRAME, and if these before KEY_FRAME reference
    frames were invalidated, these frames could not find their
    reference frames, and it could cause image corruption.

    Mesa fix is in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19386

    Reviewed-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : Ruijing Dong <ruijing.dong@amd.com>

    • [DH] libavcodec/vaapi_av1.c
  • avcodec/cbs_av1 : Allow specifying obu size byte length

    11 septembre 2023, par Fei Wang
    avcodec/cbs_av1 : Allow specifying obu size byte length
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Reviewed-by : Neal Gompa <ngompa13@gmail.com>

    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_av1.h