Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (26)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5683)

  • avformat/flacenc : Check length in flac_write_block_comment()

    11 mai 2015, par Michael Niedermayer
    avformat/flacenc : Check length in flac_write_block_comment()
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/flacenc.c
  • Revert "Revert "vf_yadif : move x86 init code to x86/yadif.c""

    4 janvier 2014, par Robert Krüger
    Revert "Revert "vf_yadif : move x86 init code to x86/yadif.c""
    

    This reverts commit 975110a85ef8e794fdc041455ff41b0ad30bc01e.

    Signed-off-by : Robert Krüger <krueger@lesspain.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_yadif.c
    • [DH] libavfilter/x86/Makefile
    • [DH] libavfilter/x86/vf_yadif_init.c
    • [DH] libavfilter/yadif.h
  • How do I fix "undefined reference" errors in my Qt-Creator project while linking the ffmpeg library "libav" ?

    25 décembre 2022, par VCoder12345

    I'm currently trying to use the libav library from FFmpeg in my Qt-Creator project, but I get over a thousand "undefined reference to ..." errors and I have no idea what I'm doing wrong. The errors don't depend on the actual code, because I changed it a few times, but as long as I use methods of the library these errors occur.&#xA;I have also tried to run the code in Visual Studio and that worked.

    &#xA;

    My project-file looks like this :

    &#xA;

    QT -= gui&#xA;&#xA;CONFIG &#x2B;= c&#x2B;&#x2B;11 console&#xA;CONFIG -= app_bundle&#xA;&#xA;# You can make your code fail to compile if it uses deprecated APIs.&#xA;# In order to do so, uncomment the following line.&#xA;#DEFINES &#x2B;= QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0&#xA;INCLUDEPATH &#x2B;= D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\include&#xA;&#xA;SOURCES &#x2B;= \&#xA;    Main.cpp&#xA;&#xA;# Default rules for deployment.&#xA;qnx: target.path = /tmp/$${TARGET}/bin&#xA;else: unix:!android: target.path = /opt/$${TARGET}/bin&#xA;!isEmpty(target.path): INSTALLS &#x2B;= target&#xA;&#xA;QMAKE_CXXFLAGS &#x2B;= -D__STDC_CONSTANT_MACROS&#xA;&#xA;LIBS &#x2B;= -lMfuuid&#xA;LIBS &#x2B;= -lStrmiids&#xA;LIBS &#x2B;= -lMfplat&#xA;LIBS &#x2B;= -lBcrypt&#xA;LIBS &#x2B;= -lSecur32&#xA;LIBS &#x2B;= -lWs2_32&#xA;LIBS &#x2B;= -pthread&#xA;LIBS &#x2B;= -L"D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib"&#xA;LIBS &#x2B;= -lavdevice&#xA;LIBS &#x2B;= -lavfilter&#xA;LIBS &#x2B;= -lavformat&#xA;LIBS &#x2B;= -lavcodec&#xA;LIBS &#x2B;= -lswresample&#xA;LIBS &#x2B;= -lswscale&#xA;LIBS &#x2B;= -lavutil&#xA;&#xA;HEADERS &#x2B;= \&#xA;    wrapper.h&#xA;

    &#xA;

    The library files are stored at D :\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib. The errors I get when running the program look something like this (extract).

    &#xA;

    :-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/aviobuf.o):(.text$mn&#x2B;0x16): undefined reference to `__security_cookie&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/aviobuf.o):(.xdata[$unwind$ff_read_string_to_bprint_overwrite]&#x2B;0x1c): more undefined references to `__GSHandlerCheck&#x27; follow&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/4xm.o):(.text$mn&#x2B;0x250): undefined reference to `__security_check_cookie&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.text$mn&#x2B;0x2fe): undefined reference to `sscanf&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.text$mn&#x2B;0x33f): undefined reference to `sscanf&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.text$mn&#x2B;0x65b): undefined reference to `__report_rangecheckfailure&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.text$mn&#x2B;0x18): undefined reference to `__security_cookie&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.text$mn&#x2B;0x97): undefined reference to `__security_check_cookie&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.text$mn&#x2B;0x14d): undefined reference to `__report_rangecheckfailure&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.xdata[$unwind$yuv4_read_header]&#x2B;0x20): undefined reference to `__GSHandlerCheck&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/yuv4mpegdec.o):(.xdata[$unwind$yuv4_read_packet]&#x2B;0x18): undefined reference to `__GSHandlerCheck&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/xwma.o):(.text$mn&#x2B;0x14): undefined reference to `__security_cookie&#x27;&#xA;:-1: Fehler: D:\Programme\ffmpeg-source\ffmpeg-5.1.2\vs2019_build\lib/libavformat.a(libavformat/xwma.o):(.text$mn&#x2B;0x2e0): undefined reference to `__security_check_cookie&#x27;&#xA;...&#xA;

    &#xA;

    Is a library missing ? Am I including the lMfuuid, Strmiids, Mfplat, etc. the wrong way ? If you have any idea I would be very grateful. I'm really confused. I'm using the MinGW64 compiler.

    &#xA;