git.libav.org Git - libav.git/rss log

Libav master git repository

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

Les articles publiés sur le site

  • http: Reset compressed header flag when starting to read a request

    20 juillet 2017, par Jacek Jendrzej
    http: Reset compressed header flag when starting to read a request
    
    This fixes redirects, where the original redirect response indicated
    support for compression, while the actual redirected content didn't.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/http.c
  • hevc : Make sure to update the current frame transfer characteristic

    20 juillet 2017, par Vittorio Giovara
    hevc: Make sure to update the current frame transfer characteristic
    
    Otherwise the first decoded frame will still be tagged with the
    original transfer instead of the alternative one.
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] libavcodec/hevcdec.c
  • lavf/vf_deinterlace_qsv : Enable the qsv deinterlace vpp

    20 juillet 2017, par Huang, Zhengxu
    lavf/vf_deinterlace_qsv: Enable the qsv deinterlace vpp
    
    The current qsv deinterlace module does not work at all because MSDK needs user to pass
    extra parameters to enable hint functions,such as denoise,deinterlace,composition and so on.
    
    Usage:-hwaccel qsv -r 25 -c:v h264_qsv -i in -vf deinterlace_qsv=bob -b 2M
          -maxrate 3M -c:v h264_qsv -y out.h264
    
    Signed-off-by: ChaoX A Liu <chaox.a.liu@gmail.com>
    Signed-off-by: Zhengxu Huang <zhengxu.maxwell@gmail.com>
    Signed-off-by: Andrew Zhang <huazh407@gmail.com>
    Change-Id: I9e7ddcf884f2788c2820f6c98affacfb9d8f3287
    Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
    
    • [DBH] libavfilter/vf_deinterlace_qsv.c
  • png : Support RGBA64 pixel format

    16 juillet 2017, par Luca Barbato
    png: Support RGBA64 pixel format
    
    • [DBH] libavcodec/pngdec.c
  • png : Report more details regarding unsupported pixel formats

    16 juillet 2017, par Luca Barbato
    png: Report more details regarding unsupported pixel formats
    
    • [DBH] libavcodec/pngdec.c