Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (96)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • avcodec/msvideo1 : Check for too small dimensions

    1er décembre 2018, par Michael Niedermayer
    avcodec/msvideo1 : Check for too small dimensions
    

    Such low resolution would result in empty output as a minimum of 4x4 is needed
    We could also check for multiple of 4 dimensions but that is not needed

    Fixes : Timeout
    Fixes : 11191/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSVIDEO1_fuzzer-5739529588178944

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/msvideo1.c
  • fate : fix hapqa-extract-nosnappy tests on small builds

    7 septembre 2018, par James Almer
    fate : fix hapqa-extract-nosnappy tests on small builds
    

    Fixes ticket #7324

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/hap.mak
    • [DH] tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov
    • [DH] tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov
  • libavcodec/ppc : Fix HEVC AltiVec routines with —enable-small

    21 juillet 2018, par A. Wilcox
    libavcodec/ppc : Fix HEVC AltiVec routines with —enable-small
    

    GCC requires the argument to vec_splat_u32 to be a literal. The easiest
    way to accomplish this is to change 'shift' to be const in scale (as it
    is in the transform routine above), and convert both routines to be
    inline. This way, GCC can coerce the values to literals.

    Tested on a 970 (Apple G5) and POWER9 (Talos II) ; passed fate and played
    a clip of Big Buck Bunny correctly.

    Fixes ticket #7048

    Signed-off-by : A. Wilcox <AWilcox@Wilcox-Tech.com>

    • [DH] libavcodec/ppc/hevcdsp.c