Recherche avancée

Médias (91)

Autres articles (81)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (11947)

  • rtpdec_qt : Use a local variable instead of RTP_FLAG_KEY

    4 mars 2015, par Martin Storsjö
    rtpdec_qt : Use a local variable instead of RTP_FLAG_KEY
    

    The only case where RTP_FLAG_KEY actually is needed is
    in RDT, where such a flag needs to be passed via the
    rtpdec parse function’s flags parameter.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtpdec_qt.c
  • tls : Remove all the local polling loops

    10 novembre 2011, par Martin Storsjö
    tls : Remove all the local polling loops
    

    These aren’t necessary any longer.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/tls.c
  • avcodec/av1dec : export pixel format even if no hardware decoder is present

    7 septembre 2023, par James Almer
    avcodec/av1dec : export pixel format even if no hardware decoder is present
    

    And remove the AVOID_PROBING flag, given it's the last av1 decoder to be tested
    either way.
    This fixes a regression introduced in 1652f2492f88434010053289d946dab6a57e4d58,
    where even if forcing the native av1 decoder, if another decoder was present,
    like libdav1d or libaom-av1, they'd be used for probing and some fate tests
    would have different results.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/av1dec.c
    • [DH] tests/fate-run.sh
    • [DH] tests/fate/flvenc.mak
    • [DH] tests/fate/lavf-container.mak
    • [DH] tests/fate/mpegps.mak
    • [DH] tests/ref/fate/av1-annexb-demux
    • [DH] tests/ref/lavf-fate/av1.mkv
    • [DH] tests/ref/lavf-fate/av1.mp4