Recherche avancée

Médias (91)

Autres articles (68)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

Sur d’autres sites (5160)

  • lavf : Replace the ASF demuxer

    15 juin 2015, par Alexandra Hájková
    lavf : Replace the ASF demuxer
    

    The old one is the result of the reverse engineering and guesswork.
    The new one has been written following the now-available specification.

    This work is part of Outreach Program for Women Summer 2014 activities
    for the Libav project.

    The fate references had to be changed because the old demuxer truncates
    the last frame in some cases, the new one handles it properly.
    The seek-test reference is changed because seeking works differently
    in the new demuxer. When seeking, the packet is not read from the stream
    directly, but it is rather constructed by the demuxer. That is why
    position is -1 now in the reference.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] Changelog
    • [DH] libavformat/asf.h
    • [DH] libavformat/asfdec.c
    • [DH] libavformat/asfenc.c
    • [DH] libavformat/version.h
    • [DH] tests/ref/fate/wmv8-drm-nodec
    • [DH] tests/ref/seek/lavf-asf
  • lavf : Replace the ASF demuxer

    15 juin 2015, par Alexandra Hájková
    lavf : Replace the ASF demuxer
    

    The old one is the result of the reverse engineering and guesswork.
    The new one has been written following the now-available specification.

    This work is part of Outreach Program for Women Summer 2014 activities
    for the Libav project.

    The fate references had to be changed because the old demuxer truncates
    the last frame in some cases, the new one handles it properly.
    The seek-test reference is changed because seeking works differently
    in the new demuxer. When seeking, the packet is not read from the stream
    directly, but it is rather constructed by the demuxer. That is why
    position is -1 now in the reference.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] Changelog
    • [DBH] libavformat/asf.h
    • [DBH] libavformat/asfdec.c
    • [DBH] libavformat/asfenc.c
    • [DBH] libavformat/version.h
    • [DBH] tests/ref/fate/wmv8-drm-nodec
    • [DBH] tests/ref/seek/lavf-asf
  • avcodec/nvenc : unify CBR filler data insertion for all codecs

    31 mars, par Cameron Gutman
    avcodec/nvenc : unify CBR filler data insertion for all codecs
    

    Previously, AV1 used filler data with CBR by default while H.264
    and HEVC may or may not depending on driver version. Make this
    consistent by using not filler data in CBR mode for all codecs.

    Since there are valid reasons to use CBR with or without filler,
    also add a cbr_padding option to allow users to override this.

    Signed-off-by : Cameron Gutman <aicommander@gmail.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_av1.c
    • [DH] libavcodec/nvenc_h264.c
    • [DH] libavcodec/nvenc_hevc.c
    • [DH] libavcodec/version.h