Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (72)

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

  • h264dsp : Factorize code into a new function, h264_find_start_code_candidate

    5 août 2013, par Ben Avison
    h264dsp : Factorize code into a new function, h264_find_start_code_candidate
    

    This performs the start code search which was previously part of
    h264_find_frame_end() - the most CPU intensive part of the function.

    By itself, this results in a performance regression :
    Before After
    Mean StdDev Mean StdDev Change
    Overall time 2925.6 26.2 3068.5 31.7 -4.7%

    but this can more than be made up for by platform-optimised
    implementations of the function.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/h264_parser.c
    • [DBH] libavcodec/h264dsp.c
    • [DBH] libavcodec/h264dsp.h
  • udp : Allow specifying multicast include/blocks as host names as well

    26 juillet 2013, par Ed Torbett
    udp : Allow specifying multicast include/blocks as host names as well
    

    Previously this only allowed literal IP addresses. When these
    are conveyed in a SDP file as in RFC4570, host names are allowed
    as well.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/udp.c
  • lavfi : add attribute_align_arg to all public entry points

    26 juillet 2013, par Hendrik Leppkes
    lavfi : add attribute_align_arg to all public entry points
    

    Previously it was partly only added to central functions called
    internally, however if GCC would inline these into the public fuction, the
    alignment attribute would not take effect.

    Instead, add it to all public entry points to avoid these problems.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavfilter/buffersink.c
    • [DH] libavfilter/buffersrc.c