| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -1/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/f_select: Free outpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -7/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -9/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h | Limin Wang | 2020-06-19 | 1 | -3/+0 |
* | avfilter/f_select: yuv will use Y plane only for scenecut detect | Limin Wang | 2019-08-17 | 1 | -1/+5 |
* | avformat/f_select: add support for more pixel formats for scene change score ... | Limin Wang | 2019-07-22 | 1 | -1/+5 |
* | avformat/f_select: support scenecut with more pixel formats | Limin Wang | 2019-07-22 | 1 | -4/+30 |
* | lavfi/f_select: Cosmetics, move a function. | Carl Eugen Hoyos | 2019-01-10 | 1 | -23/+23 |
* | lavfi/f_select: Fix aselect filter standalone compilation. | Carl Eugen Hoyos | 2019-01-10 | 1 | -1/+1 |
* | avfilter/vf_select: use common scene sad functions | Marton Balint | 2018-11-11 | 1 | -19/+7 |
* | avfilter/f_select: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -1/+4 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -3/+3 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | lavfi/select: add support for concatdec_select option | Marton Balint | 2015-11-25 | 1 | -0/+27 |
* | lavfi/vf_select: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -11/+2 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -1/+8 |
* | avfilter/select: larger pixel sad computation | Clément Bœsch | 2014-08-14 | 1 | -2/+2 |
* | avfilter/select: re-align a few comments | Clément Bœsch | 2014-08-14 | 1 | -2/+2 |
* | avfilter/select: fix "t" eval variable comment | Clément Bœsch | 2014-08-05 | 1 | -1/+1 |
* | avfilter/select: remove optional avcodec dependency | Clément Bœsch | 2014-08-05 | 1 | -38/+12 |
* | avfilter/f_select: avoid double->int in debug output | Michael Niedermayer | 2014-07-30 | 1 | -4/+4 |
* | avfilter/f_select: Set var_values[VAR_KEY] correctly | Michael Niedermayer | 2014-07-30 | 1 | -0/+1 |
* | avfilter/f_select: avoid using doubles for equals checks and casts to enums | Michael Niedermayer | 2014-07-30 | 1 | -4/+3 |
* | reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump | Michael Niedermayer | 2014-07-26 | 1 | -3/+3 |
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -3/+3 |
* | avfilter/f_select: fix incompatible pointer type warning | Michael Niedermayer | 2014-05-05 | 1 | -1/+1 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
* | avfilter/f_select: fix loss of precission in SAD calculation | Michael Niedermayer | 2014-04-16 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -25/+23 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -2/+0 |
* | lavfi/select: unbreak compatibility with older PICT_TYPE syntax | Paul B Mahol | 2013-05-12 | 1 | -0/+20 |
* | lavfi/select: set forgotten VAR_PICT_TYPE_BI | Paul B Mahol | 2013-05-10 | 1 | -0/+1 |
* | lavfi: add frame counter into AVFilterLink and use it in filters. | Clément Bœsch | 2013-04-23 | 1 | -1/+1 |
* | lavfi/select: factorize options definition between select and aselect | Stefano Sabatini | 2013-04-17 | 1 | -19/+12 |
* | lavfi/select: add support for dynamic number of outputs | Stefano Sabatini | 2013-04-17 | 1 | -26/+41 |
* | lavfi/select: make select_frame() return void | Stefano Sabatini | 2013-04-17 | 1 | -5/+3 |
* | Add avpriv_dsputil_init() and use it in lavfi where relevant. | Clément Bœsch | 2013-04-14 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -5/+5 |
* | avfilter/f_select: use AVFrame metadata accessor function | Michael Niedermayer | 2013-04-11 | 1 | -1/+1 |
* | lavfi/aselect: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | Merge commit '95f1f56a21bc2f824af6fb97ca7ab35cdd0c401e' | Michael Niedermayer | 2013-04-10 | 1 | -13/+19 |
* | lavfi/select: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -8/+4 |
* | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -1/+0 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -30/+29 |
* | lavfi/select: correctly set prev_t and prev_pts | Stefano Sabatini | 2013-02-07 | 1 | -1/+3 |