Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (58)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8949)

  • lavf : Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink

    17 novembre 2014, par Martin Storsjö
    lavf : Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink
    

    This makes sure that the internal utf8 path names are handled
    properly - the normal file handling functions assume path names
    are in the native codepage, which isn’t utf8.

    This assumes that the tools outside of lavf don’t use the mkdir
    definition. (The tools don’t do the same reading of command line
    parameters as wchar either - they probably won’t handle all possible
    unicode file parameters properly, but at least work more predictably
    if no utf8/wchar conversion is involved.)

    This is moved further down in os_support.h, since windows.h shouldn’t
    be included before winsock2.h, while io.h needs to be included before
    the manual defines for lseek functions.

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

    • [DH] libavformat/internal.h
    • [DH] libavformat/os_support.h
  • examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.

    27 novembre 2014, par Erik de Castro Lopo
    examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.
    
    • [DH] examples/c/decode/file/Makefile.am
    • [DH] examples/c/encode/file/Makefile.am
    • [DH] examples/cpp/decode/file/Makefile.am
    • [DH] examples/cpp/encode/file/Makefile.am
  • configure : fix the non pkg-config libmfx check on Windows

    9 novembre 2017, par James Almer
    configure : fix the non pkg-config libmfx check on Windows
    

    Based on a patch by Aaron Levinson.

    Reviewed-by : alevinsn
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure