git.libav.org Git - libav.git/rss log
Libav master git repository
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 : Refcount all the things !
11 février 2018, par Mark Thompsoncbs: 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 -
configure : Group code that sets the license string with licensing checks
5 février 2018, par Diego Biurrun -
configure : Use test_ prefix for helper functions that do not set variables
4 février 2018, par Diego Biurrun