aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_hwmap.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-171-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* Merge commit 'c6bc18bc121ea66df715123c59f7ef9542c0914a'Mark Thompson2018-02-121-1/+6
|\
| * vf_hwupload/hwmap: Support setting a fixed pool sizeMark Thompson2018-02-111-1/+6
| * vf_hwmap: Properly free a locally derived deviceMark Thompson2017-06-181-1/+7
| * vf_hwmap: Add missing error codeMark Thompson2017-06-181-0/+1
| * vf_hwmap: Add reverse mapping for hardware framesMark Thompson2017-04-301-7/+61
| * vf_hwmap: Add device derivationMark Thompson2017-04-301-18/+49
* | vf_hwmap: Pass mapping mode when deriving frames context on an existing deviceMark Thompson2017-11-221-1/+2
* | vf_hwmap: Properly free a locally derived deviceMark Thompson2017-06-181-1/+7
* | vf_hwmap: Add missing error codeMark Thompson2017-06-181-0/+1
* | vf_hwmap: Add reverse mapping for hardware framesMark Thompson2017-06-141-7/+61
* | vf_hwmap: Add device derivationMark Thompson2017-06-141-18/+49
* | Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch2017-03-301-21/+20
|/
* lavfi: Hardware map filterMark Thompson2016-11-031-0/+335