git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • fate : enable hevc tests

    21 octobre 2013, par Michael Niedermayer
    fate: enable hevc tests
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] tests/fate/hevc.mak
  • Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux.

    21 octobre 2013, par Carl Eugen Hoyos
    Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux.
    
    • [DH] libavutil/internal.h
  • ffprobe : fix consistency checks in parse_read_intervals()

    21 octobre 2013, par Stefano Sabatini
    ffprobe: fix consistency checks in parse_read_intervals()
    
    Move array size assert after the count increment, and avoid strchr() NULL
    dereference on p.
    
    Should fix FFmpeg coverity issue #1108581.
    
    • [DH] ffprobe.c
  • hevc : fix transform_skip which is only valid for 4x4(cherry picked from commit 740e5a...

    21 octobre 2013, par Mickaël Raulet
    hevc: fix transform_skip which is only valid for 4x4(cherry picked from commit 740e5a71e5121dbf3fabdc4fec97829c18ecc2d8)
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/hevcdsp_template.c
  • hevc : add wavefront parallel processing

    21 octobre 2013, par Mickaël Raulet
    hevc: add wavefront parallel processing
    
    cherry picked from commit b971f2c8fdc60f8bab605a6e8060492eb548a53a
    cherry picked from commit e57b0a2c915ce6b8a9d57b8292f6581f0680842e
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_cabac.c
    • [DH] libavcodec/hevc_filter.c
    • [DH] libavcodec/hevc_mvs.c
    • [DH] libavcodec/hevc_ps.c
    • [DH] libavcodec/hevc_refs.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevcpred_template.c