| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+10 |
* | avfilter/vf_pp: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | vf_pp: remove unnecessary free | Anton Khirnov | 2021-02-08 | 1 | -1/+0 |
* | lavfi/vf_pp: convert to the video_enc_params API | Anton Khirnov | 2021-01-01 | 1 | -4/+15 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+5 |
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel... | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | avfilter/vf_pp: add gbrp support | Michael Niedermayer | 2014-10-14 | 1 | -0/+2 |
* | avfilter/vf_pp: support AV_PIX_FMT_GRAY8 | Michael Niedermayer | 2014-10-13 | 1 | -0/+2 |
* | avfilter/vf_pp: add yuv 4:4:0 support | Michael Niedermayer | 2014-10-12 | 1 | -0/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | lavfi/pp: set out frame size. | Clément Bœsch | 2013-06-08 | 1 | -0/+2 |
* | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | lavfi: add timeline support. | Clément Bœsch | 2013-04-23 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/pp: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -4/+14 |
* | vf_pp: use new API to access qp table | Michael Niedermayer | 2013-03-15 | 1 | -3/+6 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -10/+9 |
* | lavfi: add pp filter. | Clément Bœsch | 2012-12-23 | 1 | -0/+172 |