| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_extractplanes: add missing break; statement | Timo Rothenpieler | 2022-09-27 | 1 | -0/+1 |
* | avfilter/vf_extractplanes: add support for packed rgb float formats | Paul B Mahol | 2022-09-25 | 1 | -0/+8 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/vf_extractplanes: switch to activate() | Paul B Mahol | 2022-03-07 | 1 | -37/+68 |
* | avfilter/vf_extractplanes: unbreak "extracting" >8 depth gray formats | Paul B Mahol | 2022-02-17 | 1 | -1/+6 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_extractplanes: fix regression | Paul B Mahol | 2021-09-12 | 1 | -0/+1 |
* | avfilter/vf_extractplanes: stop marking alphaextract filter as dynamic outputs | Paul B Mahol | 2021-09-12 | 1 | -3/+10 |
* | avfilter/vf_extractplanes: Free outpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -13/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -3/+2 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_extractplanes: add float formats support | Paul B Mahol | 2021-02-07 | 1 | -2/+14 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -6/+6 |
* | avfilter/extractplanes: add support for 12-bit YUVA formats | Gyan Doshi | 2019-01-17 | 1 | -0/+2 |
* | avfilter/vf_extractplanes: use ff_outlink_get_status() | Paul B Mahol | 2018-11-03 | 1 | -4/+2 |
* | avfilter/vf_extractplanes: define higher depth formats with macro | Paul B Mahol | 2018-09-09 | 1 | -62/+35 |
* | avfilter/vf_extractplanes: define common 8-bit pixel formats | Paul B Mahol | 2018-09-09 | 1 | -34/+22 |
* | avfilter/vf_extractplanes: fix 14bit format extraction | Paul B Mahol | 2018-09-09 | 1 | -0/+8 |
* | avfilter/vf_extractplanes: add support for extracting planes with 14 depth | Paul B Mahol | 2018-05-05 | 1 | -0/+6 |
* | avfilter/vf_extractplanes: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | avfilter/vf_extractplanes: add 9 bitdepth support | Paul B Mahol | 2017-08-07 | 1 | -0/+20 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: make filter_frame non-recursive. | Nicolas George | 2016-12-18 | 1 | -1/+5 |
* | avfilter/vf_extractplanes: add extract support for 10bit and 12bit formats | Paul B Mahol | 2016-11-29 | 1 | -0/+38 |
* | lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts. | Carl Eugen Hoyos | 2016-03-07 | 1 | -0/+4 |
* | lavfi/extractplanes: Fix in_pixfmts. | Carl Eugen Hoyos | 2016-03-07 | 1 | -10/+32 |
* | lavfi/extractplanes: Move endianness calculation up. | Carl Eugen Hoyos | 2016-03-07 | 1 | -4/+4 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | lavfi: replace link.closed by link.status. | Nicolas George | 2015-12-22 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+5 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -4/+4 |
* | avfilter/vf_extractplanes: use faster path for input formats with only one co... | Paul B Mahol | 2015-07-01 | 1 | -1/+2 |
* | avfilter/vf_extractplanes: rename misleading variable | Paul B Mahol | 2015-07-01 | 1 | -3/+3 |
* | avfilter/vf_extractplanes: support more pixel formats | Paul B Mahol | 2015-07-01 | 1 | -0/+2 |
* | avfilter/vf_extractplanes: use the name 's' for the pointer to the private co... | Paul B Mahol | 2015-01-28 | 1 | -20/+20 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
* | avfilter: add av_cold to init() | Paul B Mahol | 2013-09-27 | 1 | -2/+2 |
* | Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0' | Michael Niedermayer | 2013-05-18 | 1 | -2/+2 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -6/+6 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -2/+2 |
* | lavfi: remove alphaextract special code | Paul B Mahol | 2013-05-09 | 1 | -0/+25 |
* | lavfi/extractplanes: packed rgb support | Paul B Mahol | 2013-05-08 | 1 | -6/+61 |
* | lavfi: add gbrap support to some filters | Paul B Mahol | 2013-05-08 | 1 | -1/+2 |
* | avfilter: add av_cold to uninit() | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
* | extractplanes filter | Paul B Mahol | 2013-05-03 | 1 | -0/+254 |