Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (52)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (11512)

  • avcodec/mlpenc : Fix channel layouts

    17 septembre 2022, par Andreas Rheinhardt
    avcodec/mlpenc : Fix channel layouts
    

    The encoder actually creates files with side channels, not back
    channels. See thd_layout in mlp_parse.h.

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

    • [DH] libavcodec/mlpenc.c
  • avcodec/h261enc : Don't use (size_t)-1

    17 mars, par Andreas Rheinhardt
    avcodec/h261enc : Don't use (size_t)-1
    

    Fixes "runtime error : addition of unsigned offset to 0x765a09523a90
    overflowed to 0x765a09523a8e". This fixes all H.261 tests when run
    under UBsan.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/h261enc.c
  • avcodec/msmpeg4dec : Remove redundant check

    25 février, par Andreas Rheinhardt
    avcodec/msmpeg4dec : Remove redundant check
    

    Since d50635cd247e17fe16c63219b9ae80d45a8185b1 the
    dct_unquantize_h263_intra functions have set the number of
    coefficients to 63 in case of ac_pred, so ff_msmpeg4_decode_block()
    doesn't have to bump it on its own.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/msmpeg4dec.c