Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (47)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7334)

  • avcodec/cllc : Don't unnecessarily free VLC

    24 octobre 2020, par Andreas Rheinhardt
    avcodec/cllc : Don't unnecessarily free VLC
    

    The Canopus Lossless decoder uses several VLCs and if initializing the
    ith VLC fails, all the VLCs 0..i have been freed ; the ith VLC's table is
    initialized to NULL for this purpose. Yet it is totally unnecessary to
    free the ith VLC table at all : ff_init_vlc_sparse() cleans up after
    itself on error and if an error happens before ff_init_vlc_sparse(),
    the ith VLC hasn't been touched yet and doesn't need freeing.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/cllc.c
  • avformat/hls_sample_encryption : Always free AC3HeaderInfo on error

    31 juillet 2023, par Andreas Rheinhardt
    avformat/hls_sample_encryption : Always free AC3HeaderInfo on error
    

    The code currently presumes that a return value of AVERROR(ENOMEM)
    implies that ac3hdr could not be allocated, so it need not be freed.
    Yet any avpriv_ac3_parse_header() might allocate more than the
    AC3HeaderInfo internally (it doesn't currently), so simply free
    it unconditionally.

    Fixes Coverity issues #1492870 and #1492868.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/hls_sample_encryption.c
  • how can I play ffmpeg codecs not supported by MedicaPlayer ? [closed]

    1er septembre 2011, par Jun

    Currently, I'm using MediaPlayer to play mp4, 3gp videos and it works as it should do but now I need to play ffmpeg codecs too.

    In this case, do I have to develop my video player or is there any players from 3rd parties ?

    Thanks in advance.