Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (49)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

Sur d’autres sites (10558)

  • libswresample/swresample : avoid s16p internal transfer format

    5 janvier 2023, par Paul B Mahol
    libswresample/swresample : avoid s16p internal transfer format
    

    Instead use float one by default for sample rate conversions.
    The s16p internal transfer format produces visible and hearable
    quantization artifacts.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    for S8 we continue to use S16 as it should have enough precision
    Fate is adjusted so bitexactness is maintained between mips/arm/x86
    if more tests became bit-inexact on some platform, the same change
    can be done to them

    The use of higher precision and float intermediates inevitably
    leads to more differences between platforms.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswresample/swresample.c
    • [DH] tests/fate/acodec.mak
    • [DH] tests/fate/lavf-container.mak
  • dcaenc : convert to lavu/tx

    30 octobre 2022, par Lynne
    dcaenc : convert to lavu/tx
    

    The encoder is fixed point, and uses an MDCT only for analysis. Due
    to the slightly different rounding, the encoder makes a different
    decision, so the tests have to be adjusted as well.

    • [DH] configure
    • [DH] libavcodec/dcaenc.c
    • [DH] tests/fate/acodec.mak
  • avcodec/adx : Move ff_adx_decode_header() to adxdec.c

    16 septembre 2022, par Andreas Rheinhardt
    avcodec/adx : Move ff_adx_decode_header() to adxdec.c
    

    Possible since 9325d88eba8038b3e2a4485e473a018410379e2d.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/adx.c
    • [DH] libavcodec/adx.h
    • [DH] libavcodec/adxdec.c