Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (33)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

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

  • Revision eeae6f946d : fix a problem where an invalid mv used in search The commit added reset of pred

    16 septembre 2013, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_rdopt.c



    fix a problem where an invalid mv used in search

    The commit added reset of pred_mv at the beginning of each SB64x64
    partition mv search, also limited the usage of pred_mv only when
    search on the largest partition is already done. This is to fix
    a crash at speed 1/2 encoder where an invalid mv is used in mv
    search.

    Change-Id : I39010177da76d054e3c90b7899a44feb2e3a5b1b

  • avformat/hlsenc : fix fmp4 single init file problem

    18 mars 2018, par Steven Liu
    avformat/hlsenc : fix fmp4 single init file problem
    

    fix ticket : #7021

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • libavcodec/qsvenc : fix a memory leak problem

    20 janvier 2022, par Wenbin Chen
    libavcodec/qsvenc : fix a memory leak problem
    

    "qf->frame" ref to input frame but it isn't released. av_frame_unref()
    is added before refering qf->frame to new frame to make sure the previous
    reference is released.

    Reported-by : Mark Samuelson <Mark.Samuelson@sonicfoundry.com>
    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvenc.c