Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (57)

  • 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 (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

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

Sur d’autres sites (10906)

  • Revision 6e3b34bdc3 : Removed a number of unnecessary check on ref_frame Since intra block decoding i

    20 juin 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    Removed a number of unnecessary check on ref_frame

    Since intra block decoding is handled by decode_sb_intra() separately.

    Change-Id : I42d757884714084c92fc23ec5d35d4dc946f4b15

  • ffv1enc_vulkan : restrict number of execution contexts to 1

    18 novembre 2024, par Lynne
    ffv1enc_vulkan : restrict number of execution contexts to 1
    

    This only leads to wasting memory in a single-threaded operation.
    Limit this to 1 for now and leave a comment.

    • [DH] libavcodec/ffv1enc_vulkan.c
  • avcodec/msmpeg4 : Inline number of motion vectors

    26 janvier 2021, par Andreas Rheinhardt
    avcodec/msmpeg4 : Inline number of motion vectors
    

    Both motion vector tables have the same number of elements, hence one
    can inline said number and remove the field containing the number of
    elements from the structure.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/msmpeg4data.c
    • [DH] libavcodec/msmpeg4data.h
    • [DH] libavcodec/msmpeg4dec.c
    • [DH] libavcodec/msmpeg4enc.c