Recherche avancée

Médias (91)

Autres articles (82)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • Anomalie #3689 : Des messages d’erreurs qui ne semblent pas avoir lieu d’être

    14 août 2016, par marcimat ☺☮☯♫

    En relation : http://zone.spip.org/trac/spip-zone/changeset/99161
    Devrait possiblement améliorer, mais ne semble pas tout corriger.

  • avcodec/hevc : Track long and short term RPS size for VDPAU

    13 juin 2015, par Philip Langdale
    avcodec/hevc : Track long and short term RPS size for VDPAU
    

    Today, we track the short term RPS size for DXVA, but only if the
    SliceHeader RPS is being used. Otherwise it’s left uninitialized.

    NVIDIA’s VDPAU implementation requires that the size be accurately
    tracked even if an SPS RPS is being used. In this case, it’s really
    counting the size of the RPS idx information, but you end up with
    mangled output if the value is not accurate.

    VDPAU also needs the size of the long term RPS.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
  • How can I found FFmpeg Error code's meaning ?

    5 mai 2024, par Birds

    I have an issue using FFMPEG.

    &#xA;&#xA;

    avcodec_send_packet() is returning error code -12.

    &#xA;&#xA;

    I am trying to find what the meaning of -12 is.

    &#xA;&#xA;

    I found this page but I can't understand the calculation for -12 :

    &#xA;&#xA;

    How can I find out what this ffmpeg error code means ?

    &#xA;&#xA;

    Can anyone help me ?

    &#xA;&#xA;

    I'm using DXVA2 for decoding. and avcodec_send_packet() function is return -12 after the 20th frame.

    &#xA;&#xA;

    20th frame return

    &#xA;&#xA;

    image

    &#xA;&#xA;

    21st frame return

    &#xA;&#xA;

    image

    &#xA;