Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (49)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (7649)

  • avformat/yuv4mpegdec : increase header limit

    20 octobre 2022, par Chema Gonzalez
    avformat/yuv4mpegdec : increase header limit
    

    Allows demuxing UHD F1000000000:33333333 fps yuvj420p files

    ffmpeg (at HEAD as of now) is creating this :

    ```
    $ ffmpeg -y -i source.265 /tmp/foo.y4m >& /dev/null
    ...
    $ xxd /tmp/raw.y4m |less
    00000000 : 5955 5634 4d50 4547 3220 5731 3932 3020 YUV4MPEG2 W1920
    00000010 : 4831 3038 3020 4631 3030 3030 3030 3030 H1080 F100000000
    00000020 : 303a 3333 3333 3333 3333 2049 7020 4130 0:33333333 Ip A0
    00000030 : 3a30 2043 3432 306d 7065 6732 2058 5953 :0 C420mpeg2 XYS
    00000040 : 4353 533d 3432 304d 5045 4732 2058 434f CSS=420MPEG2 XCO
    00000050 : 4c4f 5252 414e 4745 3d4c 494d 4954 4544 LORRANGE=LIMITED
    00000060 : 0a46 5241 4d45 0a82 8282 8282 8282 8282 .FRAME..........
    ...
    ```

    Which cannot be parsed by the same ffmpeg decoder :
    ```
    $ ffmpeg -i /tmp/foo.y4m /tmp/bar.y4m
    ...
    [yuv4mpegpipe @ 0x2b69a40] Header too large.
    /tmp/foo.y4m : Invalid argument
    ```

    This is kicking the ball (per 0b1ff3265e9bdad3b4b6b97ced2f126cb3599568),
    but seems to work.

    • [DH] libavformat/yuv4mpegdec.c
  • fate : Limit Dolby Vision RPU test frame count

    3 janvier 2022, par Niklas Haas
    fate : Limit Dolby Vision RPU test frame count
    

    To avoid the ref for this growing to a very large size when attaching
    the parsed RPU side data. Since this sample does not have any dynamic
    metadata, two frames will serve just as well as 100.

    Signed-off-by : Niklas Haas <git@haasn.dev>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate/hevc.mak
    • [DH] tests/ref/fate/hevc-dv-rpu
  • avcodec/jpeg2000 : Remove CBLK limit

    26 juin 2015, par Michael Niedermayer
    avcodec/jpeg2000 : Remove CBLK limit
    

    This also reduces the amount of memory needed
    Fixes Ticket4672

    The new code seems slightly faster as well, probably due to better cache usage

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

    • [DH] libavcodec/j2kenc.c
    • [DH] libavcodec/jpeg2000.c
    • [DH] libavcodec/jpeg2000.h
    • [DH] libavcodec/jpeg2000dec.c