summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-08-03avfilter: fix plane validity checksMichael Niedermayer11-14/+14
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer22-73/+73
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch21-44/+50
2013-04-10lavfi/kerndeint: switch to AVOption-based systemMatthieu Bouron3-7/+1
2013-03-24lavfi/kerndeint: use standard options parsing.Clément Bœsch1-14/+4
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-02-15lavfi/kerndeint: move is_rgb_packed definition to the internal contextStefano Sabatini1-1/+3
2013-02-15lavfi/kerndeint: use aligned linesizes for the temporary buffer.Clément Bœsch1-5/+10
2013-02-15lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the tableHendrik Leppkes1-1/+1
2013-01-06lavfi/kerndeint: remove unused pixel_step.Clément Bœsch1-2/+0
2013-01-06lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch3-2/+3
2013-01-06lavfi/kerndeint: get pix format description only once.Clément Bœsch1-1/+2
2013-01-06vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer1-1/+6
2013-01-05Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos2-3/+14
2013-01-05lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini2-3/+3
2013-01-05lavfi: add kerndeint filterStefano Sabatini11-3/+389