Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (103)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (11578)

  • aic : Fix decoding files with odd dimensions

    27 février 2015, par Vittorio Giovara
    aic : Fix decoding files with odd dimensions
    

    Normally the aic decoder finds the proper slice combination (multiple of
    some number less than 32) but in case of odd width, it resorts to the
    default values, which were actually swapped.
    The number of slices is modified to account for such odd width cases.

    CC : libav-stable@libav.org

    • [DH] libavcodec/aic.c
  • segment : Fix the failure paths

    5 janvier 2015, par Luca Barbato
    segment : Fix the failure paths
    

    A failure in segment_end() or segment_start() would lead to freeing
    a dangling pointer and in general further calls to seg_write_packet()
    or to seg_write_trailer() would have the same faulty behaviour.

    CC : libav-stable@libav.org
    Reported-By : luodalongde@gmail.com

    • [DH] libavformat/segment.c
  • dv : Add a guard to not overread the ppcm array

    5 août 2013, par Luca Barbato
    dv : Add a guard to not overread the ppcm array
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DH] libavformat/dv.c