Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (40)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (9477)

  • libavcodec/libx264 : fix reference frame computation based on level

    16 avril 2020, par Josh Brewster
    libavcodec/libx264 : fix reference frame computation based on level
    

    The current implementation allows passing levels to libavcodec as
    integers (such as "31" instead of "3.1").

    However, in this case, the maximum reference frame value per level was
    ignored because libavcodec converted the string to 310 instead of 31.

    Since libx264 has correctly parsed the level to int
    (x4->params.i_level_idc), we should rely on this value instead of
    attempting to parse the level string on our own.

    Signed-off-by : Josh Brewster <josh.brewster@protonmail.com>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavcodec/libx264.c
  • movenc : Set tfhd default sample flags based on actual samples, if possible

    6 mars 2015, par Martin Storsjö
    movenc : Set tfhd default sample flags based on actual samples, if possible
    

    This avoids assuming that e.g. audio samples are marked as
    sync samples.

    This allows omitting the sample flags from trun, if the default
    flags happen to be right for all the samples.

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

    • [DH] libavformat/movenc.c
  • avformat/mxfdec : Detect field_order based on video_line_map

    19 octobre 2016, par Tobias Rapp
    avformat/mxfdec : Detect field_order based on video_line_map
    

    Read video_line_map from MXF generic picture essence descriptor and use
    it to derive the coded field order. Use field_dominance to derive the
    display field order from coded field order. If field_dominance is not
    available the default value "1" is used as defined in SMPTE S377-1.

    Fixes field_order detection for a bunch of DV/DVCPRO files. The heuristic
    for deriving coded field order from video_line_map is inspired by
    MediaInfo.

    Signed-off-by : Tobias Rapp <t.rapp@noa-archive.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxfdec.c