summaryrefslogtreecommitdiff
path: root/libavfilter/vf_kerndeint.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_kerndeint: 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/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/kerndeint: use AV_OPT_TYPE_BOOL for the previously missed optionsClément Bœsch2015-09-09
* avfilter/kerndeint: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-12-13
* kerndeint: remove dead assignmentsTimothy Gu2014-07-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: fix plane validity checksMichael Niedermayer2013-08-03
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi/kerndeint: switch to AVOption-based systemMatthieu Bouron2013-04-11
* lavfi/kerndeint: use standard options parsing.Clément Bœsch2013-03-24
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/kerndeint: move is_rgb_packed definition to the internal contextStefano Sabatini2013-02-16
* lavfi/kerndeint: use aligned linesizes for the temporary buffer.Clément Bœsch2013-02-16
* lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the tableHendrik Leppkes2013-02-15
* lavfi/kerndeint: remove unused pixel_step.Clément Bœsch2013-01-06
* lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-06
* lavfi/kerndeint: get pix format description only once.Clément Bœsch2013-01-06
* vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer2013-01-06
* Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos2013-01-05
* lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini2013-01-05
* lavfi: add kerndeint filterStefano Sabatini2013-01-05