Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (50)

  • 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

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (4881)

  • Error while build ffmpeg for iOS

    30 avril 2014, par AntonD

    I’m trying to build fmmpeg for iOS with the following config :

    ./configure --prefix=build/armv7 --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --enable-avutil --enable-avresample --enable-cross-compile --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk" --target-os=darwin --cc=gcc  --extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=6.0" --extra-ldflags="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=6.0" --arch=arm --cpu=cortex-a9 --enable-pic

    when i try to make it i’m receiving the follow error :

    AS  libavcodec/arm/vc1dsp_neon.o
    libavcodec/arm/vc1dsp_neon.S:751:10: error: unexpected token in argument list
     ra .dn d28.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:752:10: error: unexpected token in argument list
     rb .dn d29.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:753:10: error: unexpected token in argument list
     rc .dn d30.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:754:10: error: unexpected token in argument list
     rd .dn d31.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:757:14: error: invalid operand for instruction
           vmov ra, #4
                ^
    libavcodec/arm/vc1dsp_neon.S:758:14: error: invalid operand for instruction
           vmov rb, #53
                ^
    libavcodec/arm/vc1dsp_neon.S:759:14: error: invalid operand for instruction
           vmov rc, #18
                ^
    libavcodec/arm/vc1dsp_neon.S:760:14: error: invalid operand for instruction
           vmov rd, #3
                ^
    libavcodec/arm/vc1dsp_neon.S:864:10: error: unexpected token in argument list
     ra .dn d28.i16
            ^
    libavcodec/arm/vc1dsp_neon.S:865:10: error: unexpected token in argument list
     rb .dn d29.i16
            ^

    what could be the error ?

  • Revision eda179764f : Replace divide with look-up This commit replaces an integer divide with a table

    23 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_prob.c


     Modify /vp9/common/vp9_prob.h



    Replace divide with look-up

    This commit replaces an integer divide with a table-lookup. It is
    to improve decoding speed, and at the same time, to reduce possible
    complications with a bug in AMD Family 12h processors :

    "665 Integer Divide Instruction May Cause Unpredictable Behavior"

    Change-Id : I678b707a538798a923850bac467e66e847e6def7

  • avformat/mov : update extensions

    27 janvier 2020, par Gyan Doshi
    avformat/mov : update extensions
    

    Added all extensions used by the mov muxer family, except m4v which
    is also used for raw MPEG-4 Part 2 bitstreams

    • [DH] libavformat/mov.c