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

  • h264dec : add a CUVID hwaccel

    11 février 2017, par Anton Khirnov
    h264dec: add a CUVID hwaccel
    
    Some parts of the code are based on a patch by
    Timo Rothenpieler <timo@rothenpieler.org>
    
    • [DBH] Changelog
    • [DBH] avtools/avconv.h
    • [DBH] avtools/avconv_opt.c
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/cuvid.c
    • [DBH] libavcodec/cuvid.h
    • [DBH] libavcodec/cuvid_h264.c
    • [DBH] libavcodec/h264_slice.c
  • hevcdec : add a CUVID hwaccel

    11 février 2017, par Anton Khirnov
    hevcdec: add a CUVID hwaccel
    
    • [DBH] Changelog
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/cuvid.c
    • [DBH] libavcodec/cuvid_hevc.c
    • [DBH] libavcodec/hevcdec.c
  • aac : Validate the sbr sample rate before using the value

    11 février 2017, par Luca Barbato
    aac: Validate the sbr sample rate before using the value
    
    Avoid a floating point exception.
    
    Bug-Id: 1027
    CC: libav-stable@libav.org
    
    • [DBH] libavcodec/aacsbr.c
  • configure : Restructure the way check_pkg_config() operates

    11 février 2017, par Diego Biurrun
    configure: Restructure the way check_pkg_config() operates
    
    Have check_pkg_config() enable variables and set cflags and extralibs
    instead of relegating that task to require_pkg_config. This simplifies
    require_pkg_config(), is consistent with what other helper functions
    like check_lib() do and allows getting rid of some manual variable
    setting in places where check_pkg_config() is used.
    
    • [DBH] configure
  • configure : Check for xcb as well as xcb-shape before enabling libxcb

    11 février 2017, par Diego Biurrun
    configure: Check for xcb as well as xcb-shape before enabling libxcb
    
    Newer versions of libxcb have xcb-foo pkg-config files that do not declare
    their xcb dependency so that required linker flags will not be generated.
    
    • [DBH] configure