Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (58)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

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

Sur d’autres sites (8278)

  • avcodec/proresdec : Don't use LONG_BITSTREAM_READER

    23 février, par Andreas Rheinhardt
    avcodec/proresdec : Don't use LONG_BITSTREAM_READER
    

    Using LONG_BITSTREAM_READER means that every get_bits() call
    uses an AV_RB64() to ensure that cache always contains 32 valid bits
    (as opposed to the ordinary 25 guaranteed by reading 32 bits) ;
    yet this is unnecessary when unpacking alpha. So only use these
    64bit reads where necessary.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/proresdec.c
  • fftools/ffmpeg_opt : Remove unused alt_bsf

    12 mars, par Andreas Rheinhardt
    fftools/ffmpeg_opt : Remove unused alt_bsf
    

    Forgotten in 6325aede08d5c7086b3798cb7041299e1d07f93a.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg_opt.c
  • fate/subtitles : Use REMUX where appropriate

    12 avril 2022, par Andreas Rheinhardt
    fate/subtitles : Use REMUX where appropriate
    

    It also adds the missing depenencies on the file and pipe protocols
    and the framecrc muxer.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate/subtitles.mak