| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/vf_hflip: Move ff_hflip_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -87/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_hflip: Don't call av_pix_fmt_desc_get() twice | Andreas Rheinhardt | 2021-09-19 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi/hflip: Support Bayer pixel formats. | Carl Eugen Hoyos | 2020-08-25 | 1 | -1/+3 |
* | avfilter/vf_hflip : move context func init in ff_hflip_init | Martin Vignali | 2017-12-13 | 1 | -4/+10 |
* | avfilter: add hflip x86 SIMD | Paul B Mahol | 2017-12-04 | 1 | -47/+86 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter: hflip,swapuv,vflip: add timeline support | Paul B Mahol | 2016-08-28 | 1 | -1/+10 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+4 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | avfilter/hflip: Avoid using non public AV_PIX_FMT_NB | Michael Niedermayer | 2014-05-27 | 1 | -1/+1 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter/vf_hflip: support slice threading | Paul B Mahol | 2013-09-30 | 1 | -19/+40 |
* | | avfilter/vf_hflip: refactor plane dimensions calculation | Paul B Mahol | 2013-09-30 | 1 | -5/+10 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -6/+5 |
* | | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | | Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8' | Michael Niedermayer | 2013-05-16 | 1 | -8/+8 |
|\| |
|
| * | vf_hflip: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -8/+8 |
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -3/+3 |
* | | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -10/+10 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+7 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -8/+7 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -12/+21 |
* | | lavfi/hflip: support more formats | Paul B Mahol | 2013-02-25 | 1 | -29/+13 |
* | | vf_hflip: switch to filter_frame | Anton Khirnov | 2012-11-28 | 1 | -26/+23 |
* | | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 1 | -3/+3 |
|\| |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -3/+3 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -10/+22 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -9/+21 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -26/+26 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -24/+24 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -4/+4 |
|\| |
|
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -10/+10 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -9/+9 |
* | | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -0/+1 |
|\| |
|
| * | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -2/+4 |
|\| |
|