Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (107)

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

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

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

  • lavfi/sr : Change the backend type from flags to int

    25 mai 2019, par Jun Zhao
    lavfi/sr : Change the backend type from flags to int
    

    native and tensorflow is exclusive, so change the type from
    flags to int.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/vf_sr.c
  • Use POC type 0 for AVC-Intra

    20 janvier 2015, par Kieran Kunhya
    Use POC type 0 for AVC-Intra
    

    Based on a patch from Capella Systems

    • [DH] encoder/set.c
  • lavc/libkvazaar : fix incompatible pointer type.

    20 août 2018, par Jun Zhao
    lavc/libkvazaar : fix incompatible pointer type.
    

    fix the waring : libavcodec/libkvazaar.c:210:27 : warning : passing argument 3 of ‘av_image_copy’ from incompatible pointer type [-Wincompatible-pointer-types]
    frame->data, frame->linesize,

    In file included from libavcodec/libkvazaar.c:31:0 :
    ./libavutil/imgutils.h:119:6 : note : expected ‘const uint8_t ** aka const unsigned char **’ but argument is of type ‘uint8_t * const* aka unsigned char * const*
    void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] libavcodec/libkvazaar.c