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

  • cbs_h264 : Move slice_group_id array out of PPS structure

    11 février 2018, par Mark Thompson
    cbs_h264: Move slice_group_id array out of PPS structure
    
    It's very large, and is only used in some FMO streams.
    
    • [DBH] libavcodec/cbs_h264.h
    • [DBH] libavcodec/cbs_h2645.c
    • [DBH] libavcodec/cbs_h264_syntax_template.c
  • cbs : Refcount all the things !

    11 février 2018, par Mark Thompson
    cbs: Refcount all the things!
    
    This makes it easier for users of the CBS API to get alloc/free right -
    all subelements use the buffer API so that it's clear how to free them.
    It also allows eliding some redundant copies: the packet -> fragment copy
    disappears after this change if the input packet is refcounted, and more
    codec-specific cases are now possible (but not included in this patch).
    
    • [DBH] libavcodec/cbs.c
    • [DBH] libavcodec/cbs.h
    • [DBH] libavcodec/cbs_h264.h
    • [DBH] libavcodec/cbs_h2645.c
    • [DBH] libavcodec/cbs_h265.h
    • [DBH] libavcodec/cbs_internal.h
    • [DBH] libavcodec/cbs_mpeg2.c
    • [DBH] libavcodec/cbs_mpeg2.h
    • [DBH] libavcodec/cbs_mpeg2_syntax_template.c
    • [DBH] libavcodec/h264_metadata_bsf.c
    • [DBH] libavcodec/h265_metadata_bsf.c
    • [DBH] libavcodec/mpeg2_metadata_bsf.c
    • [DBH] libavcodec/vaapi_encode_h264.c
    • [DBH] libavcodec/vaapi_encode_h265.c
    • [DBH] libavcodec/vaapi_encode_mpeg2.c
  • build : Ignore generated mpeg12framerate test binary

    9 février 2018, par Diego Biurrun
    build: Ignore generated mpeg12framerate test binary
    
    • [DBH] libavcodec/tests/.gitignore
  • configure : Group code that sets the license string with licensing checks

    5 février 2018, par Diego Biurrun
    configure: Group code that sets the license string with licensing checks
    
    This also moves the setting of the licensing string out of a block that
    is skipped when quiet operation is requested.
    
    • [DBH] configure
  • configure : Use test_ prefix for helper functions that do not set variables

    4 février 2018, par Diego Biurrun
    configure: Use test_ prefix for helper functions that do not set variables
    
    • [DBH] configure