Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (80)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Revision d08b2ba172 : Allow for deblocking temporal-denoised signal. Allow for an option to selective

    13 juin 2014, par Marco Paniconi

    Changed Paths :
     Modify /vp8/encoder/denoising.c


     Modify /vp8/encoder/denoising.h


     Modify /vp8/encoder/encodeframe.c


     Modify /vp8/encoder/onyx_if.c


     Modify /vp8/encoder/pickinter.c


     Modify /vp8/encoder/rdopt.c


     Modify /vp8/encoder/rdopt.h



    Allow for deblocking temporal-denoised signal.

    Allow for an option to selectively apply the deblocking loop filter to the
    denoised
    raw block, based on the denoised state (no-filter, filter with zero motion, or
    filter with non-zero motion)
    of the current block and its upper and left denoised block.
    This helps to reduce some blocking artifacts from the motion-compensated
    denoising.

    Change-Id : I0ac4e70076df69a98c5391979e739a2681e24ae6

  • avcodec/ivi : Fix segfault on allocation error

    14 septembre 2020, par Andreas Rheinhardt
    avcodec/ivi : Fix segfault on allocation error
    

    If allocating the tiles array for indeo 4/5 fails, the context is in an
    inconsistent state, because the counter for the number of tiles is > 0.
    This will lead to a segfault when freeing the tiles' substructures.
    Fix this by setting the number of tiles to zero if the allocation was
    unsuccessful.

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

    • [DH] libavcodec/ivi.c
  • af_hdcd : Improve error detection logging

    29 juillet 2016, par Burt P
    af_hdcd : Improve error detection logging
    

    * Moves the filter context member out of state and into HDCDContext
    * More useful information when an error is detected
    * Gives a location near where the error was detected

    Signed-off-by : Burt P <pburt0@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_hdcd.c