Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (87)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

Sur d’autres sites (8423)

  • Revision 36454 : uniformiser les inputs du formulaire de login

    19 mars 2010, par brunobergot@… — Log

    uniformiser les inputs du formulaire de login

  • avcodec/h264_mp4toannexb : Prepend SPS/PPS to buffering period SEI

    1er août 2024, par Josh Allmann
    avcodec/h264_mp4toannexb : Prepend SPS/PPS to buffering period SEI
    

    Encoders may emit a buffering period SEI without a corresponding
    SPS/PPS if the SPS/PPS is carried out-of-band, eg with avcc.

    During Annex B conversion, this may result in the SPS/PPS being
    inserted *after* the buffering period SEI but before the IDR NAL.

    Since the buffering period SEI references the SPS, the SPS/PPS
    needs to come first.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/bsf/h264_mp4toannexb.c
    • [DH] tests/ref/fate/h264-bsf-mp4toannexb
    • [DH] tests/ref/fate/h264_mp4toannexb_ticket2991
    • [DH] tests/ref/fate/segment-mp4-to-ts
  • avformat/sbgdec : Check for period overflow

    30 septembre 2023, par Michael Niedermayer
    avformat/sbgdec : Check for period overflow
    

    Fixes : signed integer overflow : 4481246996173000000 - -4778576820000000000 cannot be represented in type 'long'
    Fixes : 51896/clusterfuzz-testcase-minimized-ffmpeg_dem_SBG_fuzzer-5063670588899328

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

    • [DH] libavformat/sbgdec.c