summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_phase.c
Commit message (Expand)AuthorAgeFilesLines
* vf_phase: Reduce the scope of several variablesTimothy Gu2016-01-311-8/+10
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vf_phase: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-201-1/+1
* avfilter/vf_phase: Add () to protect DIFF()s argumentsMichael Niedermayer2015-02-171-1/+1
* avfilter/phase: make the main loop readable.Clément Bœsch2014-05-081-4/+9
* avfilter/phase: add some constness for RO data pointers.Clément Bœsch2014-05-081-5/+5
* avfilter/phase: add timeline support.Clément Bœsch2014-05-081-0/+10
* avfilter/phase: avoid a memcpy per frame.Clément Bœsch2014-05-081-8/+4
* avfilter/phase: do not pass the whole context to analyze_plane().Clément Bœsch2014-05-081-4/+2
* avfilter/phase: add comment on the context cached frame.Clément Bœsch2014-05-081-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_phase: remove dead initializationPaul B Mahol2013-10-071-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+4
* lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-031-0/+320
OpenPOWER on IntegriCloud