Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11770)

  • lavc/vaapi_encode : add tile slice encoding support

    12 mai 2020, par Linjie Fu
    lavc/vaapi_encode : add tile slice encoding support
    

    Add functions to initialize tile slice structure and make tile slice :
    - vaapi_encode_init_tile_slice_structure
    - vaapi_encode_make_tile_slice

    Tile slice is not allowed to cross the boundary of a tile due to
    the constraints of media-driver. Currently adding support for one
    slice per tile.

    N x N tile encoding is supposed to be supported with the the
    capability of ARBITRARY_MACROBLOCKS slice structures.

    N X 1 tile encoding should also work in ARBITRARY_ROWS slice
    structure.

    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>

    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
  • lavc/vaapi_encode_h265 : add h265 tile encoding support

    12 mai 2020, par Linjie Fu
    lavc/vaapi_encode_h265 : add h265 tile encoding support
    

    Default to enable uniform_spacing_flag. Guess level by the tile
    rows/cols. Supported for ICL+ platforms.

    Also add documentations.

    To encode with 4 rows 2 columns :
    ffmpeg ... -c:v hevc_vaapi -tiles 4x2 ...
    ffmpeg ... -c:v hevc_vaapi -tile_rows 4 -tile_cols 2 ...

    Suggested-by : Jun Zhao <mypopydev@gmail.com>
    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>

    • [DH] doc/encoders.texi
    • [DH] libavcodec/vaapi_encode_h265.c
  • lavc/hevcdec : Fix the parsing for use_integer_mv_flag

    16 février 2023, par Linjie Fu
    lavc/hevcdec : Fix the parsing for use_integer_mv_flag
    

    According to 7.3.6.1, use_integer_mv_flag should be parsed if
    motion_vector_resolution_control_idc equals to 2. If not present, it
    equals to motion_vector_resolution_control_idc.

    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>
    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/hevcdec.h