Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (72)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

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

  • Merge commit ’3176217c60ca7828712985092d9102d331ea4f3d’

    12 juin 2016, par Clément Bœsch
    Merge commit ’3176217c60ca7828712985092d9102d331ea4f3d’
    

    * commit ’3176217c60ca7828712985092d9102d331ea4f3d’ :
    h264 : decouple h264_ps from the h264 decoder

    Main changes :

    - a local GetBitContext is created for the various
    ff_h264_decode_seq_parameter_set() attempts

    - just like the old code, remove_sps() is adjusted so it doesn’t remove
    the pps.

    Fixes decode with Ticket #631
    http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20111108/dae58f17/attachment.mp4
    but see next point as well.

    - ff_h264_update_thread_context() is updated to work even when SPS
    isn’t set as it breaks current skip_frame code. This makes sure we
    can still decode the sample from ticket #631 without the need for
    -flags2 +chunks. (Thanks to Michael)

    - keep sps,pps_ref pointers that stay alive even when the active
    pps/sps get removed from the available lists (patch by michaelni with
    additionnal frees in ff_h264_free_context() from mateo)

    - added a check on sps in avpriv_h264_has_num_reorder_frames() to fix
    crashes with mpegts_with_dvbsubs.ts from Ticket #4074
    http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket4074/mpegts_with_dvbsubs.ts

    - in h264_parser.c:h264_parse(), after the ff_h264_decode_extradata() is
    called, the pps and sps from the local parser context are updated with
    the pps and sps from the used h264context. This fixes fate-flv-demux.

    - in h264_slice.c, "PPS changed between slices" error is not triggered
    anymore in one condition as it makes fate-h264-xavc-4389 fails with
    THREADS=N (Thanks to Michael)

    Merged-by : Clément Bœsch <clement@stupeflix.com>
    Merged-by : Michael Niedermayer <michael@niedermayer.cc>
    Merged-by : Matthieu Bouron <matthieu.bouron@stupeflix.com>

    • [DH] libavcodec/dxva2_h264.c
    • [DH] libavcodec/h264.c
    • [DH] libavcodec/h264.h
    • [DH] libavcodec/h264_cabac.c
    • [DH] libavcodec/h264_cavlc.c
    • [DH] libavcodec/h264_direct.c
    • [DH] libavcodec/h264_loopfilter.c
    • [DH] libavcodec/h264_mb.c
    • [DH] libavcodec/h264_mb_template.c
    • [DH] libavcodec/h264_mvpred.h
    • [DH] libavcodec/h264_parser.c
    • [DH] libavcodec/h264_ps.c
    • [DH] libavcodec/h264_refs.c
    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/vaapi_h264.c
    • [DH] libavcodec/vdpau.c
    • [DH] libavcodec/vdpau_h264.c
    • [DH] libavcodec/videotoolbox.c
  • Anomalie #3809 : Impossibilité d’écrire "javascript :" ou "data :" dans le texte d’un article

    21 juillet 2016, par Eric Beliveau

    Non, je n’ai pas activé cette fonction. Je vais vérifier de nouveau à la sortie de la prochaine version puisque vous n’avez pas ce problème avec la svn.

    Petite précision, c’est en modifiant des articles déjà en ligne que j’ai observé le problème, je n’ai pas testé avec un nouvel article, c’est peut-être différent.

  • af_hdcd : Improve HDCD detection

    24 juillet 2016, par Burt P
    af_hdcd : Improve HDCD detection
    

    HDCD is now only considered detected if a valid packet
    is active in both channels simultaneously.

    Signed-off-by : Burt P <pburt0@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_hdcd.c