Recherche avancée

Médias (91)

Autres articles (95)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7483)

  • Build ffmpeg under Cygwin : Invalid relocation. Offset at address doesn't fit into 32 bits

    11 août 2022, par synner

    Trying to build ffmpeg-5.1 under Cygwin, "natively" i.e to be dependant under the cygwin DLL, not necessarily cross-compiling for pure Windows.

    


    I built separately a lot of the dependant libs.
Some of the libs were provided by the cygwin repo naturally.

    


    [ /usr/local/src/ffmpeg-5.1]λ ./configure --disable-shared --enable-static --extra-cflags="-I/usr/local/include" --extra-ldflags="-L/usr/local/lib" --enable-gpl --enable-nonfree --enable-openssl --enable-gcrypt --enable-libass --enable-libcaca --enable-libcelt --enable-libcdio --enable-libdav1d --enable-libfdk-aac --enable-libfontconfig --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libsoxr --enable-libssh --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libxml2 --enable-libzmq --enable-pic --disable-avdevice

install prefix            /usr/local
source path               .
C compiler                gcc
C library                 newlib
ARCH                      x86 (generic)
big-endian                no
runtime cpu detection     yes
standalone assembly       yes
x86 assembler             nasm
MMX enabled               yes
MMXEXT enabled            yes
3DNow! enabled            yes
3DNow! extended enabled   yes
SSE enabled               yes
SSSE3 enabled             yes
AESNI enabled             yes
AVX enabled               yes
AVX2 enabled              yes
AVX-512 enabled           yes
AVX-512ICL enabled        yes
XOP enabled               yes
FMA3 enabled              yes
FMA4 enabled              yes
i686 features enabled     yes
CMOV is fast              yes
EBX available             yes
EBP available             yes
debug symbols             yes
strip symbols             yes
optimize for size         no
optimizations             yes
static                    yes
shared                    no
postprocessing support    yes
network support           yes
threading support         pthreads
safe bitstream reader     yes
texi2html enabled         no
perl enabled              yes
pod2man enabled           yes
makeinfo enabled          yes
makeinfo supports HTML    yes
xmllint enabled           yes

...


    


    [ /usr/local/src/ffmpeg-5.1]λ ./ffmpeg -version
Cygwin runtime failure: /usr/local/src/ffmpeg-5.1/ffmpeg.exe: Invalid relocation.  Offset 0x7ffd7778b627 at address 0x100a92895 doesn't fit into 32 bits


    


    Suggestions for build options / root cause ?

    


  • dsputil : Move APE-specific bits into apedsp

    29 décembre 2013, par Diego Biurrun
    dsputil : Move APE-specific bits into apedsp
    
    • [DBH] libavcodec/apedec.c
    • [DBH] libavcodec/apedsp.h
    • [DBH] libavcodec/arm/Makefile
    • [DBH] libavcodec/arm/apedsp_init_arm.c
    • [DBH] libavcodec/arm/apedsp_neon.S
    • [DBH] libavcodec/arm/dsputil_init_neon.c
    • [DBH] libavcodec/arm/int_neon.S
    • [DBH] libavcodec/dsputil.c
    • [DBH] libavcodec/dsputil.h
    • [DBH] libavcodec/ppc/Makefile
    • [DBH] libavcodec/ppc/apedsp_altivec.c
    • [DBH] libavcodec/ppc/int_altivec.c
    • [DBH] libavcodec/x86/Makefile
    • [DBH] libavcodec/x86/apedsp.asm
    • [DBH] libavcodec/x86/apedsp_init.c
    • [DBH] libavcodec/x86/dsputil.asm
    • [DBH] libavcodec/x86/dsputil_init.c
  • avformat/mxfenc : Add Padding Bits

    5 avril 2018, par Michael Niedermayer
    avformat/mxfenc : Add Padding Bits
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxfenc.c
    • [DH] tests/ref/fate/concat-demuxer-extended-lavf-mxf
    • [DH] tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10
    • [DH] tests/ref/fate/concat-demuxer-simple1-lavf-mxf
    • [DH] tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10
    • [DH] tests/ref/fate/copy-trac4914
    • [DH] tests/ref/fate/mxf-reel_name
    • [DH] tests/ref/fate/time_base
    • [DH] tests/ref/lavf/mxf
    • [DH] tests/ref/lavf/mxf_d10
    • [DH] tests/ref/lavf/mxf_dv25
    • [DH] tests/ref/lavf/mxf_dvcpro50
    • [DH] tests/ref/lavf/mxf_opatom
    • [DH] tests/ref/lavf/mxf_opatom_audio
    • [DH] tests/ref/seek/lavf-mxf
    • [DH] tests/ref/seek/lavf-mxf_d10
    • [DH] tests/ref/seek/lavf-mxf_dv25
    • [DH] tests/ref/seek/lavf-mxf_dvcpro50
    • [DH] tests/ref/seek/lavf-mxf_opatom
    • [DH] tests/ref/seek/lavf-mxf_opatom_audio