Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (41)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7533)

  • tools/target_dec_fuzzer : Adjust wmapro threshold

    16 septembre 2023, par Michael Niedermayer
    tools/target_dec_fuzzer : Adjust wmapro threshold
    

    Fixes : Timeout
    Fixes : 62266/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMAPRO_fuzzer-5125460729921536

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dec_fuzzer.c
  • tools : Don't include the direct library names when linking

    28 septembre 2023, par Martin Storsjö
    tools : Don't include the direct library names when linking
    

    When linking the main tools, the object files to link are set up
    via the variable OBJS-<name>, but for the tools, we've only
    used the target's list of dependencies.

    In most cases, this has been fine, but it has caused specifying
    the libraries to link in a duplicate fashion ; the linking command
    has looked like this :

    $CC -Llibavutil ... tools/tool.o libavutil/libavutil.a -lavutil

    Normally, the libraries to link are handled with "-Llibavutil -lavutil" ;
    when linking the main fftools, this is how they are linked.

    In the case of the binaries under the "tools" directory (within the
    make variable TOOLS), we've passed the full set of dependencies
    to the linker, via $^, which does contain the names of the
    dependency libraries as well.

    When libraries are built as regular static libraries, or shared
    unix libraries, this has all worked fine. When libraries are
    built as DLLs for Windows, though, the norm is not to pass the
    actual DLL to the linker, but an import library.

    Mingw tools generally can handle linking directly against a DLL
    as well, but MSVC tools don't support that, and error out with
    a very cryptic error message :

    libavdevice\avdevice.dll : fatal error LNK1107 : invalid or corrupt file : cannot read at 0x2D8

    By omitting these parts of the dependencies, linking of these tool
    executables succeed in MSVC builds with shared libraries enabled.

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

    • [DH] Makefile
  • tools/target_dec_fuzzer : Adjust threshold for rtv1

    26 juillet 2023, par Michael Niedermayer
    tools/target_dec_fuzzer : Adjust threshold for rtv1
    

    Fixes : 60499/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RTV1_fuzzer-5020295866744832
    Fixes : Timeout

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dec_fuzzer.c