Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (69)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (11576)

  • lavc/qsvenc : add support for external bitrate control for HEVC

    13 février 2020, par Linjie Fu
    lavc/qsvenc : add support for external bitrate control for HEVC
    

    Enables option for hevc_qsv encoder :
    -extbrc

    Improvements in BD-Rate could be observed with extbrc on.

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Zhong Li <zhongli_dev@126.com>

    • [DH] libavcodec/qsvenc.c
  • vaapi_h265 : Fix slice header writing

    30 septembre 2016, par Mark Thompson
    vaapi_h265 : Fix slice header writing
    

    This was not observed earlier because the only syntax element which
    it normally misses with the current setup is slice_qp_delta, but that
    is always going to be zero (in IDR frames QP isn’t varied on the
    slice) which will always exp-golomb code as a single 1 bit. The
    immediately following part is the byte alignment, which is always a 1
    bit followed by 0s which are ignored, so as long as the bitstream is
    never aligned at that point we will never notice because the only
    difference is that an ignored bit is a 1 instead of a 0.

    • [DBH] libavcodec/vaapi_encode_h265.c
  • avformat/mpjpegdec : silence unused variable/function warnings

    16 septembre 2015, par Ganesh Ajjanagadde
    avformat/mpjpegdec : silence unused variable/function warnings
    

    Silences a -Wunused-variable and -Wunused-function observed under GCC 5.2.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavformat/mpjpegdec.c