Recherche avancée

Médias (91)

Autres articles (85)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • configure : Use require_pkg_config for Speex

    24 juillet 2014, par Luca Barbato
    configure : Use require_pkg_config for Speex
    

    Distributors and integrators nowadays have less problems by leveraging
    pkg-config files than having to set custom CFLAGS and LDFLAGS.

    • [DH] configure
  • How to rotate a video file around an arbitrary angle using ffmpeg ? [closed]

    19 février 2013, par Listen To Your Body

    Arbitrary meaning everything but 0°, 90°, 180° and 270°.

    Arbitrary could be 64°.

  • mdec : stop preferring the simple IDCT.

    21 juin 2017, par Ronald S. Bultje
    mdec : stop preferring the simple IDCT.
    

    This was added in e3e3c82555e2382125195c1ba9f34b5a43299abc, probably
    as a workaround for the fact that the quant table was not permutated
    and the IDCT coefficients are, meaning that you'd only get correct
    reconstruction if the IDCT permutation was an identity matrix, which
    happens to be the case when you use the simple IDCT. The quant table
    permutation bug was fixed in 42dd1434bf6a7230e4175c08fcfabc3ba51a0463,
    meaning this workaround is no longer necessary.

    In practical terms, before 42dd1434bf6a7230e4175c08fcfabc3ba51a0463,
    the PSNR between decodes of the fate-mdec using simple (C) or simplemmx
    IDCTs was 35. After 42dd1434bf6a7230e4175c08fcfabc3ba51a0463, it's 90.

    • [DH] libavcodec/mdec.c