summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_hqdn3d.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/hqdn3d: add slice thread optimizationJun Zhao2019-10-101-16/+40
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-1/+1
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-1/+1
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-1/+1
* | avfilter/vf_hqdn3d: Initialize the whole LUTMichael Niedermayer2015-05-271-2/+2
* | avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-4/+4
* | avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch2015-02-081-1/+1
* | Merge commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f'Michael Niedermayer2015-01-291-16/+26
|\ \ | |/
| * hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-291-16/+26
* | avfilter/vf_hqdn3: use av_malloc_array()Michael Niedermayer2014-05-141-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-051-0/+1
|\ \ | |/
| * avfilter: Add missing emms_c when neededLuca Barbato2014-03-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-6/+4
* | avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-111-9/+9
* | lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-7/+2
* | Merge commit '16a645adeb758207346a4bbf66766f02734c461e'Michael Niedermayer2013-05-171-0/+2
|\ \ | |/
| * vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+2
* | Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer2013-05-161-43/+43
|\ \ | |/
| * vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-42/+42
* | lavfi/hqdn3d: restore timeline feature.Clément Bœsch2013-05-121-3/+10
* | lavfi/hqdn3d: use macros instead of hardcoded indexes.Clément Bœsch2013-05-121-1/+2
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-2/+2
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-2/+3
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi/hqdn3d: remove timeline flag.Clément Bœsch2013-04-261-1/+0
* | lavfi: add timeline support.Clément Bœsch2013-04-231-1/+1
* | avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2013-04-121-1/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit '8c747d46f721cffa8ea51990805ad1d3a3a4fd0a'Michael Niedermayer2013-04-101-48/+32
|\ \ | |/
| * vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-091-48/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-131-3/+4
|\ \ | |/
| * hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-131-4/+4
* | Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536'Michael Niedermayer2013-03-131-1/+2
|\ \ | |/
| * vf_hqdn3d: fix uninitialized variable useAnton Khirnov2013-03-111-0/+1
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-9/+10
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-021-21/+4
|\ \ | |/
| * vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-011-21/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-311-1/+1
|\ \ | |/
| * Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-311-1/+1
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-20/+27
* | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch2012-12-031-3/+0
* | lavfi/hqdn3d: avoid use of uninitialized variable.Clément Bœsch2012-12-021-1/+1
* | vf_hqdn3d: fix permissionsMichael Niedermayer2012-11-281-1/+1
OpenPOWER on IntegriCloud