Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (46)

  • 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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (11962)

  • Revision e5f715201a : Change to band calculation. Change band calculation back to simpler model based

    9 mai 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c



    Change to band calculation.

    Change band calculation back to simpler model based
    on the order in which coefficients are coded in scan order
    not the absolute coefficient positions.

    With the scatter scan experiment enabled the results were
    appear broadly neutral on derf (-0.028) but up a little on std-hd +0.134).

    Without the scatterscan experiment on the results were up derf as well.

    Change-Id : Ie9ef03ce42a6b24b849a4bebe950d4a5dffa6791

  • Revision e41fd6e3e2 : Fix bug in 4x4 band definition. Also some unused data structures/references rem

    23 mai 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/decoder/vp9_detokenize.c



    Fix bug in 4x4 band definition.

    Also some unused data structures/references removed.

    Change-Id : I295809e887173543e794250cb60ddaf1475ffd24

  • j2k : remove cblk from band

    27 mai 2013, par Michael Niedermayer
    j2k : remove cblk from band
    

    cblk is now in the same place as in jpeg2000, which will simplify
    merging the 2 decoders

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

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