Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (56)

  • 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 ;

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

Sur d’autres sites (9984)

  • avcodec/av1 : only set the private context pix_fmt field if get_pixel_format() succeeds

    22 mars 2022, par James Almer
    avcodec/av1 : only set the private context pix_fmt field if get_pixel_format() succeeds
    

    Otherwise get_pixel_format() will not be called when parsing a subsequent Sequence
    Header in non hwaccel enabled scenarios, allowing frame parsing when it shouldn't.

    This prevents the scenario seqhdr -> frame_hdr/redundant_frame_hdr -> seqhdr ->
    redundant_frame_hdr from having the latter redundant frame header parsed as if it
    was a frame header by the decoder because the former was discarded.
    Since CBS did not discard it, the latter redundant frame header is output with a
    zeroed AV1RawFrameHeader struct, which can have undesired results, like division
    by zero with fields normally guaranteed to be anything else.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/av1dec.c
  • avformat/rtsp : Support mode field of Transport header being sent in upper case

    15 janvier 2024, par Paul Orlyk
    avformat/rtsp : Support mode field of Transport header being sent in upper case
    

    Fixes server compatibility issues with rtspclientsink GStreamer plugin

    Signed-off-by : Paul Orlyk <paul.orlyk@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtsp.c
  • Revision 8710df8c49 : Merge "Removing source field from VP9_COMP."

    25 août 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h



    Merge "Removing source field from VP9_COMP."