Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (83)

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

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

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (11930)

  • 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
  • Revision 6a464eca05 : Speed up mode search depending on relative ref frame position This commit enabl

    18 août 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Speed up mode search depending on relative ref frame position

    This commit enables the encoder to record the location of the
    center frame to generate alter reference frame. It then allows to
    skip checking prediction modes of other reference frame types when
    it comes to encode this frame.

    The speed 3 runtime is reduced for the test sequences :
    bus at CIF 1000 kbps, 9791 ms -> 9446 ms, i.e., 3.5% speed-up,
    pedestrian at 1080p 2000 kbps, 184043 ms -> 175730 ms, i.e., 4.5%
    speed-up.

    No compression performance change observed.

    Change-Id : Iacfde3bcc1445964e7a241f239bd6ea11cb94bd1