| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avfilter: use avpriv_fopen_utf8() instead of plain fopen() | softworkz | 2022-05-24 | 1 | -1/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+5 |
* | avfilter/vf_deshake: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+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 |
* | avfilter/transform: Stop exporting internal functions | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+3 |
* | lavf, lavfi: Remove uses of sizeof(char). | Carl Eugen Hoyos | 2020-04-04 | 1 | -2/+2 |
* | lavfi: modify avfilter_get_matrix to support separate scale factors | Jarek Samic | 2019-08-22 | 1 | -2/+5 |
* | lavfi/deshake: fix deshake crash issue. | Jun Zhao | 2018-10-06 | 1 | -1/+1 |
* | lavfi/deshake: Check alignment before calling asm init function. | Carl Eugen Hoyos | 2018-03-20 | 1 | -4/+6 |
* | lavu,lavfi,ffmpeg: Remove experimental OpenCL API | Mark Thompson | 2017-11-22 | 1 | -22/+1 |
* | avfilter/vf_deshake: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -2/+5 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | lavfi/deshake: use FF_CEIL_RSHIFT() | Clément Bœsch | 2016-01-07 | 1 | -5/+5 |
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparators | Ganesh Ajjanagadde | 2015-11-03 | 1 | -2/+1 |
* | avfilter/vf_deshake: replace qsort with AV_QSORT | Ganesh Ajjanagadde | 2015-10-31 | 1 | -1/+2 |
* | avfilter/vf_deshake: use a void * comparator for consistency | Ganesh Ajjanagadde | 2015-10-24 | 1 | -3/+4 |
* | avfilter/deshake: use AV_OPT_TYPE_BOOL for opencl option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -4/+4 |
* | vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion | Andreas Cadhalpun | 2014-09-18 | 1 | -25/+25 |
* | vf_deshake: Avoid doing a malloc+free for every single frame. | Reimar Döffinger | 2014-09-02 | 1 | -4/+6 |
* | vf_deshake: reduce stack usage. | Reimar Döffinger | 2014-09-02 | 1 | -8/+5 |
* | avfilter/deshake: remove avcodec dependency | Clément Bœsch | 2014-08-05 | 1 | -12/+8 |
* | reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump | Michael Niedermayer | 2014-07-26 | 1 | -2/+2 |
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -2/+2 |
* | avfilter/vf_deshake: Use av_malloc_array() | Michael Niedermayer | 2014-07-11 | 1 | -1/+1 |
* | avfilter/vf_deshake: fix macro () | Michael Niedermayer | 2014-06-24 | 1 | -2/+2 |
* | avfilter/vf_deshake: dont pass the wrong context into the SAD functions | Michael Niedermayer | 2014-05-03 | 1 | -1/+1 |
* | avfilter/vf_deshake: fix loss of precission with odd resolutions | Michael Niedermayer | 2014-04-16 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_deshake: fix block_contrast() lower brightness value | Michael Niedermayer | 2013-10-07 | 1 | -1/+1 |
* | avfilter/deshake | Lenny Wang | 2013-10-07 | 1 | -1/+1 |
* | avfilter/vf_deshake: check rx | Michael Niedermayer | 2013-05-18 | 1 | -0/+5 |
* | deshake: fix off by 2 error | Michael Niedermayer | 2013-04-15 | 1 | -2/+2 |
* | vf_deshake: Fix crash with r*=64 | Michael Niedermayer | 2013-04-15 | 1 | -3/+5 |
* | 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 | -1/+1 |
* | lavfi/deshake: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -7/+0 |
* | vf_deshake: Reorder constant arguments in an if() statement. | Carl Eugen Hoyos | 2013-04-03 | 1 | -3/+3 |
* | deshake opencl based on comments on 20130402 3rd | highgod0401 | 2013-04-02 | 1 | -57/+60 |
* | lavfi/deshake: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -15/+7 |
* | 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 | -8/+8 |
* | lavfi/deshake: support named options. | Clément Bœsch | 2013-03-05 | 1 | -33/+51 |
* | vf_deshake: fix strict aliassing errors | Michael Niedermayer | 2012-12-29 | 1 | -4/+4 |
* | lavfi/deshake: remove usage of link->cur_buf. | Clément Bœsch | 2012-12-26 | 1 | -1/+0 |
* | lavfi: declare arrays that never change as static const | Paul B Mahol | 2012-12-21 | 1 | -1/+1 |