Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

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.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (12128)

  • swscale/swscale_unscaled : add unscaled x2rgb10le to planar RGB

    3 novembre 2024, par James Almer
    swscale/swscale_unscaled : add unscaled x2rgb10le to planar RGB
    

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

    • [DH] libswscale/swscale_unscaled.c
    • [DH] tests/ref/pixfmt/gbrp10-x2bgr10le
    • [DH] tests/ref/pixfmt/gbrp10-x2rgb10le
  • swscale/swscale_unscaled : add unscaled rgb to planar rgba

    31 octobre 2024, par James Almer
    swscale/swscale_unscaled : add unscaled rgb to planar rgba
    

    The fate test reference changes are due to the conversion being a simple
    lossless deinterleave, instead of going through a RGB -> YUV -> RGB roundtrip.

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

    • [DH] libswscale/swscale_unscaled.c
    • [DH] tests/ref/fate/filter-overlay_gbrap_gbrap
    • [DH] tests/ref/fate/filter-overlay_gbrp_gbrap
    • [DH] tests/ref/fate/vbn-dxt1
  • sws/rgb2rgb : rework R-V V YUY2 to 4:2:2 planar

    9 novembre 2023, par Rémi Denis-Courmont
    sws/rgb2rgb : rework R-V V YUY2 to 4:2:2 planar
    

    This saves three scratch registers and three instructions per line. The
    performance gains are mostly negligible. The main point is to free up
    registers for further rework.

    • [DH] libswscale/riscv/rgb2rgb_rvv.S