summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hqdn3d.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_hqdn3d: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/vf_hqdn3d: fix left shift of negative numbersValerii Zapodovnikov2021-06-05
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_hqdn3d: add support for commandsPaul B Mahol2019-11-29
* avfilter/vf_hqdn3d: add support for 12bit and 14bit yuv formatsPaul B Mahol2019-11-29
* lavfi/hqdn3d: add slice thread optimizationJun Zhao2019-10-10
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\|
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* | avfilter/vf_hqdn3d: Initialize the whole LUTMichael Niedermayer2015-05-27
* | avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* | avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch2015-02-08
* | Merge commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f'Michael Niedermayer2015-01-29
|\|
| * hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-29
* | avfilter/vf_hqdn3: use av_malloc_array()Michael Niedermayer2014-05-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-05
|\|
| * avfilter: Add missing emms_c when neededLuca Barbato2014-03-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-11
* | lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-27
* | Merge commit '16a645adeb758207346a4bbf66766f02734c461e'Michael Niedermayer2013-05-17
|\|
| * vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* | Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer2013-05-16
|\|
| * vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | lavfi/hqdn3d: restore timeline feature.Clément Bœsch2013-05-12
* | lavfi/hqdn3d: use macros instead of hardcoded indexes.Clément Bœsch2013-05-12
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-05
|\|
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi/hqdn3d: remove timeline flag.Clément Bœsch2013-04-26
* | lavfi: add timeline support.Clément Bœsch2013-04-23
* | avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2013-04-12
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '8c747d46f721cffa8ea51990805ad1d3a3a4fd0a'Michael Niedermayer2013-04-10
|\|
| * vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-13
|\|
| * hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-13
* | Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536'Michael Niedermayer2013-03-13
|\|