Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (112)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (10641)

  • avio : Copy URLContext generic options into child URLContexts

    28 février 2015, par Martin Storsjö
    avio : Copy URLContext generic options into child URLContexts
    

    Since all URLContexts have the same AVOptions, such AVOptions
    will be applied on the outermost context only and removed from the
    dict, while they probably make sense on all contexts.

    This makes sure that rw_timeout gets propagated to the innermost
    URLContext (to make sure it gets passed to the tcp protocol, when
    opening a http connection for instance).

    Alternatively, such matching options would be kept in the dict
    and only removed after the ffurl_connect call.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/avio.c
    • [DBH] libavformat/aviobuf.c
    • [DBH] libavformat/concat.c
    • [DBH] libavformat/crypto.c
    • [DBH] libavformat/gopher.c
    • [DBH] libavformat/hlsproto.c
    • [DBH] libavformat/http.c
    • [DBH] libavformat/icecast.c
    • [DBH] libavformat/md5proto.c
    • [DBH] libavformat/mmst.c
    • [DBH] libavformat/rtmpcrypt.c
    • [DBH] libavformat/rtmpproto.c
    • [DBH] libavformat/rtpproto.c
    • [DBH] libavformat/rtsp.c
    • [DBH] libavformat/rtspdec.c
    • [DBH] libavformat/sapdec.c
    • [DBH] libavformat/sapenc.c
    • [DBH] libavformat/smoothstreamingenc.c
    • [DBH] libavformat/srtpproto.c
    • [DBH] libavformat/tls.c
    • [DBH] libavformat/url.h
  • AAC encoder : TNS fixes on short windows

    17 janvier 2016, par Claudio Freire
    AAC encoder : TNS fixes on short windows
    

    TNS was computing filter coefficients incorrectly for short windows
    due to a few coefficient addressing bugs. Fixing them fixes lots of
    instability with transients (short windows).

    • [DH] libavcodec/aacenc_tns.c
  • Revision 6e5e75fa21 : Revert "Removing redundant variables from variance_test.cc." This reverts commi

    8 mai 2014, par James Zern

    Changed Paths :
     Modify /test/variance_test.cc



    Revert "Removing redundant variables from variance_test.cc."

    This reverts commit 4725ab7e51a69bf890856e524c6d78aadd97d64e.

    The constants are necessary to avoid breakage in vs9 builds :
    warning C4180 : qualifier applied to function type has no meaning ; ignored
    error C2436 : ’f2_’ : member function or nested class in constructor initializer
    list
    while compiling class template member function
    ’std::tr1::tuple::tuple(const int &,const int
    &,unsigned int (__cdecl &))’
    ..\test\variance_test.cc : see reference to class template instantiation
    ’std::tr1::tuple’ being compiled

    Change-Id : Ia218b74fc473d40f02fee84cb7009adfbe82e5a7