summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_kerndeint.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-3/+1
* avfilter: fix plane validity checksMichael Niedermayer2013-08-031-1/+1
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+1
* lavfi/kerndeint: switch to AVOption-based systemMatthieu Bouron2013-04-111-2/+0
* lavfi/kerndeint: use standard options parsing.Clément Bœsch2013-03-241-14/+4
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+7
* lavfi/kerndeint: move is_rgb_packed definition to the internal contextStefano Sabatini2013-02-161-1/+3
* lavfi/kerndeint: use aligned linesizes for the temporary buffer.Clément Bœsch2013-02-161-5/+10
* lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the tableHendrik Leppkes2013-02-151-1/+1
* lavfi/kerndeint: remove unused pixel_step.Clément Bœsch2013-01-061-2/+0
* lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-061-1/+1
* lavfi/kerndeint: get pix format description only once.Clément Bœsch2013-01-061-1/+2
* vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer2013-01-061-1/+6
* Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos2013-01-051-3/+7
* lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini2013-01-051-2/+2
* lavfi: add kerndeint filterStefano Sabatini2013-01-051-0/+318
OpenPOWER on IntegriCloud