summaryrefslogtreecommitdiff
path: root/libavfilter/vf_separatefields.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_separatefields: switch to activatePaul B Mahol2019-05-161-8/+38
* avfilter/vf_separatefields: stop leaking last framePaul B Mahol2017-08-081-0/+8
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter/vf_separatefields: use the name 's' for the pointer to the private c...Ganesh Ajjanagadde2015-08-301-15/+15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_separatefields: do not reset pts to 0Paul B Mahol2013-10-121-23/+56
* avfilter: various cosmeticsPaul B Mahol2013-09-121-11/+11
* lavfi/separatefields: fix frame leakPaul B Mahol2013-08-211-1/+3
* avfilter/vf_separatefields: fix ;;Michael Niedermayer2013-07-201-1/+1
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-4/+3
* lavfi/separatefields: adjust tb to avoid rounding errors.Clément Bœsch2013-04-101-1/+3
* separatefields filterPaul B Mahol2013-04-101-0/+110