Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8089)

  • avcodec/mpeg12dec : Fix uninitialized data in fate-sub-cc-scte20

    28 juin 2020, par Limin Wang
    avcodec/mpeg12dec : Fix uninitialized data in fate-sub-cc-scte20
    

    The issue is introduced in a705bcd763e344fa, please tested with below command line :
    make V=1 fate-sub-cc-scte20 TARGET_EXEC="valgrind —error-exitcode=1"

    Reported-by : Martin Storsjö <martin@martin.st>
    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/mpeg12dec.c
  • avformat/rtpdec_rfc4175 : fix interlace format

    3 février 2022, par Patrick Keroulas
    avformat/rtpdec_rfc4175 : fix interlace format
    

    In previous state, a new frame was allocated on each timestamp step,
    i.e. each frame/field transition. However, for interlace, a new frame
    should be allocated on 1st field, completed with the 2nd and finally
    freed.

    This commit fixes the frame allocation and the detection of missing RTP
    markers.

    Signed-off-by : Patrick Keroulas <patrick.keroulas@radio-canada.ca>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/rtpdec_rfc4175.c
  • tests : Fix bash errors in lavf_container tests.

    28 août 2019, par Andrey Semashev
    tests : Fix bash errors in lavf_container tests.
    

    Because the lavf_container is sometimes called with only 2 arguments,
    fate tests produce bash errors like this :

    tests/fate-run.sh : 299 : test : = : unexpected operator

    This commit fixes this.

    Reviewed-by : Limin Wang <lance.lmwang@gmail.com>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate-run.sh