Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (42)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5575)

  • lavc/pthread_frame : Update user context in ff_frame_thread_free

    27 décembre 2019, par Linjie Fu
    lavc/pthread_frame : Update user context in ff_frame_thread_free
    

    Resolution/format changes lead to re-initialization of hardware
    accelerations(vaapi/dxva2/..) with new hwaccel_priv_data in
    the worker-thread. But hwaccel_priv_data in user context won't
    be updated until the resolution changing frame is output.

    A termination with "-vframes" just after the reinit will lead to :
    1. memory leak in worker-thread.
    2. double free in user-thread.

    Update user context in ff_frame_thread_free with the last thread
    submit_packet() was called on.

    To reproduce :
    ffmpeg -hwaccel vaapi(dxva2) -v verbose -i
    fate-suite/h264/reinit-large_420_8-to-small_420_8.h264 -pix_fmt nv12
    -f rawvideo -vsync passthrough -vframes 47 -y out.yuv

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/pthread_frame.c
  • avcodec/h264 : Fix off by 1 context count

    7 juin 2016, par Michael Niedermayer
    avcodec/h264 : Fix off by 1 context count
    

    Fixes fate-h264-xavc-4389 with slice threads

    • [DH] libavcodec/h264.c
  • escape124 : pass context to av_log()

    23 mai 2013, par Paul B Mahol
    escape124 : pass context to av_log()
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/escape124.c