Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (60)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8169)

  • avformat/mp3dec : use the common mechanism for skipping samples

    22 avril 2015, par wm4
    avformat/mp3dec : use the common mechanism for skipping samples
    

    The mp2 seek test results change. Whether to skip samples if the file
    had no LAME gapless tags was inconsistent. When seeking to the start
    of the file, 529 samples were skipped, but when playing from start,
    nothing was skipped. This commit changes the behavior on seek to skip
    nothing.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mp3dec.c
    • [DH] tests/ref/seek/acodec-mp2
  • avcodec/vp8 : Move codec-specific init code out of common init

    6 mars, par Andreas Rheinhardt
    avcodec/vp8 : Move codec-specific init code out of common init
    

    While just at it, also move the init functions inside
    the #if CONFIG_VP ?_DECODER (to avoid linking failures).
    While just at it, also declare these init functions
    as av_cold and uninline the remaining common init function.

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp8.c
  • Revision a88a0e88a4 : Merge "Moving get_token_alloc function from common to the encoder."

    3 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_int.h



    Merge "Moving get_token_alloc function from common to the encoder."