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

  • vaapi_decode : Ignore the profile when not useful

    4 septembre 2016, par Mark Thompson
    vaapi_decode: Ignore the profile when not useful
    
    Enables VP8 decoding - the decoder places the the bitstream version
    in the profile field, which we want to ignore.
    
    • [DBH] libavcodec/vaapi_decode.c
  • lavc/vaapi : Add VP8 decode hwaccel

    4 septembre 2016, par Mark Thompson
    lavc/vaapi: Add VP8 decode hwaccel
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/vaapi_vp8.c
    • [DBH] libavcodec/vp8.c
  • vp8 : Add hwaccel hooks

    4 septembre 2016, par Mark Thompson
    vp8: Add hwaccel hooks
    
    Also adds some extra fields to the main context structure that may
    be needed by a hwaccel decoder.
    
    • [DBH] libavcodec/vp8.c
    • [DBH] libavcodec/vp8.h
  • utvideodec : Support ULY4 and ULH4

    3 septembre 2016, par Paul B Mahol
    utvideodec: Support ULY4 and ULH4
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/utvideodec.c
    • [DBH] libavformat/riff.c
  • hevc : Change type of array stride parameters to ptrdiff_t

    1er septembre 2016, par Diego Biurrun
    hevc: Change type of array stride parameters to ptrdiff_t
    
    ptrdiff_t is the correct type for array strides and similar.
    
    • [DBH] libavcodec/hevc.c
    • [DBH] libavcodec/hevc_filter.c
    • [DBH] libavcodec/hevcdsp_template.c
    • [DBH] tests/checkasm/hevc_mc.c