summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pullup.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_pullup: 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
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on armMichael Niedermayer2014-08-01
* avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARMMichael Niedermayer2014-06-29
* avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer2014-06-25
* avfilter/vf_pullup: fix gray8Michael Niedermayer2014-03-31
* avfilter/vf_pullup: add comment to explain memset(0)Michael Niedermayer2014-03-26
* avfilter/vf_pullup: zero freed memory for safteyMichael Niedermayer2014-03-26
* vf_pullup: simplify, fix double free errorwm42014-03-26
* avfilter/vf_pullup: fix memleak on errorMichael Niedermayer2013-12-13
* avfilter/vf_pullup: Factor free_field_queue() outMichael Niedermayer2013-12-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_pullup: do not ignore frame field orderPaul B Mahol2013-10-03
* avfilter/vf_pullup: remove junk_down nonsensePaul B Mahol2013-09-18
* avfilter/vf_pullup: change log level to errorPaul B Mahol2013-09-18
* avfilter/vf_pullup: fix memleak of metrics for last PullupFieldPaul B Mahol2013-09-18
* avfilter/vf_pullup: make sure metric_plane is availablePaul B Mahol2013-09-18
* avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-17