Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (81)

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

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

Sur d’autres sites (12108)

  • avcodec : add AV1 hardware accelerated decoder

    9 septembre 2020, par Fei Wang
    avcodec : add AV1 hardware accelerated decoder
    

    This AV1 decoder is currently only used for hardware accelerated decoding.
    It can be extended into a native decoder in the future, so set its name to
    "av1" and temporarily give it the lowest priority in the codec list.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/av1dec.h
    • [DH] libavcodec/version.h
    • [DH] tests/ref/fate/av1-annexb-demux
    • [DH] tests/ref/lavf-fate/av1.mkv
    • [DH] tests/ref/lavf-fate/av1.mp4
  • libavfilter/vf_cover_rect.c : free the allocated frame

    11 juin 2019, par Limin Wang
    libavfilter/vf_cover_rect.c : free the allocated frame
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_cover_rect.c
  • avformat/movenc : Check that cts fits in 32bit

    30 mars 2024, par Michael Niedermayer
    avformat/movenc : Check that cts fits in 32bit
    

    Fixes : Assertion av_rescale_rnd(start_dts, mov->movie_timescale, track->timescale, AV_ROUND_DOWN) <= 0 failed at libavformat/movenc.c:3694
    Fixes : poc2

    Found-by : Wang Dawei and Zhou Geng, from Zhongguancun Laboratory
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c