Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (58)

  • 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

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (11725)

  • avcodec/h263 : Fix global-buffer-overflow with noout flag2 set

    21 novembre 2021, par Andreas Rheinhardt
    avcodec/h263 : Fix global-buffer-overflow with noout flag2 set
    

    h263_get_motion_length() forgot to take an absolute value ;
    as a consequence, a negative index was used to access an array.
    This leads to potential crashes, but mostly it just accesses what
    is to the left of ff_mvtab (unless one uses ASAN), thereby defeating
    the purpose of the AV_CODEC_FLAG2_NO_OUTPUT because the sizes of
    the returned packets differ from the sizes the encoder would actually
    have produced.

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

    • [DH] libavcodec/h263.h
  • How to fix the error "duplicate symbol _LOG_BUFFER_LENGTH"

    25 mai 2019, par Florentin Lupascu

    I have a Unity project embedded into Swift 4 and when I build the project I get an error from a plugin named FFmpeg (used to record the screen) and the error is next :

    duplicate symbol _LOG_BUFFER_LENGTH in:
       /Users/developers/Library/Developer/Xcode/DerivedData/DemoApp-bszfgmzljpyourbdjoxkdabtilki/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/cmdutils.o
       /Users/developers/Library/Developer/Xcode/DerivedData/DemoApp-bszfgmzljpyourbdjoxkdabtilki/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/ffmpeg.o
    duplicate symbol _LOG_BUFFER_LENGTH in:
       /Users/developers/Library/Developer/Xcode/DerivedData/DemoApp-bszfgmzljpyourbdjoxkdabtilki/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/cmdutils.o
       /Users/developers/Library/Developer/Xcode/DerivedData/DemoApp-bszfgmzljpyourbdjoxkdabtilki/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/ffmpeg_wrapper.o
    duplicate symbol _LOG_BUFFER_LENGTH in:
       /Users/developers/Library/Developer/Xcode/DerivedData/DemoApp-bszfgmzljpyourbdjoxkdabtilki/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/cmdutils.o
       /Users/developers/Library/Developer/Xcode/DerivedData/DemoApp-bszfgmzljpyourbdjoxkdabtilki/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/intercept.o
    ld: 3 duplicate symbols for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    I want to specify that if I export the project from Unity to Xcode without to embed it is working perfectly with this Plugin.
    What can be the problem with this error ?

    Until now I tried next thing to remove the error but none helped me :

    • I checked if I have "-ObjC" in Xcode in "Other Linker Flags" and I don’t have.
    • I removed a duplicate library (“libil2cpp.a”) from "Link Binary With Libraries" (XCODE)
    • I changed ’No Common Blocks’ from Yes to No (under Targets->Build Settings->Apple LLVM - Code Generation )

    At the end I have the same error.
    Here is a print screen :

    Duplicate Symbol Errors

    Thank you so much if you spend your time to read this and any idea will be helpful.

  • aaccoder : respect cutoff when marking bands as PNS

    11 septembre 2015, par Rostislav Pehlivanov
    aaccoder : respect cutoff when marking bands as PNS
    

    Makes more sense as users usually set the -cutoff option
    to low pass filter the signal. The encoder will still over
    shoot slightly when encoding normal coefficients however
    that’s normal.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aaccoder.c