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

  • x264 : Support version 153

    26 décembre 2017, par Luca Barbato
    x264: Support version 153
    
    It has native simultaneus 8 and 10 bit support.
    
    • [DBH] libavcodec/libx264.c
  • w32pthreads : always use Vista+ API, drop XP support

    21 décembre 2017, par wm4
    w32pthreads: always use Vista+ API, drop XP support
    
    This removes the XP compatibility code, and switches entirely to SRW
    locks, which are available starting at Windows Vista.
    
    This removes CRITICAL_SECTION use, which allows us to add
    PTHREAD_MUTEX_INITIALIZER, which will be useful later.
    
    Windows XP is hereby not a supported build target anymore.
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] Changelog
    • [DBH] compat/w32pthreads.h
    • [DBH] configure
    • [DBH] libavcodec/pthread_frame.c
    • [DBH] libavcodec/pthread_slice.c
    • [DBH] libavfilter/pthread.c
  • mmaldec : Fix compilation after 2fcb0090

    20 décembre 2017, par Martin Storsjö
    mmaldec: Fix compilation after 2fcb0090
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/mmaldec.c
  • vaapi_h265 : Mark unused entries in RefPicList[01] as explicitly invalid

    17 décembre 2017, par Mark Thompson
    vaapi_h265: Mark unused entries in RefPicList[01] as explicitly invalid
    
    The iHD driver looks at entries beyond num_ref_idx_l[01]_active_minus1
    for unknown reasons.
    
    • [DBH] libavcodec/vaapi_encode_h265.c
  • vaapi_encode : Destroy output buffer pool before VA context

    17 décembre 2017, par Mark Thompson
    vaapi_encode: Destroy output buffer pool before VA context
    
    The buffers are created associated with the context, so they should be
    destroyed before the context is.  This is enforced by the iHD driver.
    
    • [DBH] libavcodec/vaapi_encode.c