Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (69)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • 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

Sur d’autres sites (11763)

  • dnn-layer-mathbinary-test : add unit test for subtraction

    21 mars 2020, par Guo, Yejun
    dnn-layer-mathbinary-test : add unit test for subtraction
    

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] tests/dnn/.gitignore
    • [DH] tests/dnn/Makefile
    • [DH] tests/dnn/dnn-layer-mathbinary-test.c
    • [DH] tests/fate/dnn.mak
  • avcodec/hevc, h2645_parse : Fix HEVC NAL unit names and constants

    18 mars 2020, par Andreas Rheinhardt
    avcodec/hevc, h2645_parse : Fix HEVC NAL unit names and constants
    

    This commit fixes the names and constants of the reserved NAL units
    with nal_unit_type 22 resp. 23. They were "IRAP_IRAP_VLC2x", but are
    actually "RSV_IRAP_VLC2x".

    This also required a change to cbs_h265_syntax_template.c.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/cbs_h265_syntax_template.c
    • [DH] libavcodec/h2645_parse.c
    • [DH] libavcodec/hevc.h
  • h264_mp4toannexb : Copy one NAL unit at a time

    14 décembre 2019, par Andreas Rheinhardt
    h264_mp4toannexb : Copy one NAL unit at a time
    

    If processing an input NAL unit triggers the insertion of data from
    extradata in front of said NAL unit, the output packet is grown (i.e.
    reallocated) once to accomodate both the new extradata as well as the
    input NAL unit itself ; this has been changed : In such a situation, the
    packet is now grown twice. While this is bad for performance, it allows
    to simplify the code and ultimately to stop reallocating the packet
    altogether.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264_mp4toannexb_bsf.c