summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_pullup.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-7/+0
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+5
* avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on armMichael Niedermayer2014-08-011-3/+3
* avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARMMichael Niedermayer2014-06-291-1/+1
* avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer2014-06-251-4/+4
* avfilter/vf_pullup: fix gray8Michael Niedermayer2014-03-311-0/+2
* avfilter/vf_pullup: add comment to explain memset(0)Michael Niedermayer2014-03-261-1/+1
* avfilter/vf_pullup: zero freed memory for safteyMichael Niedermayer2014-03-261-0/+1
* vf_pullup: simplify, fix double free errorwm42014-03-261-12/+13
* avfilter/vf_pullup: fix memleak on errorMichael Niedermayer2013-12-131-2/+6
* avfilter/vf_pullup: Factor free_field_queue() outMichael Niedermayer2013-12-131-13/+17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_pullup: do not ignore frame field orderPaul B Mahol2013-10-031-1/+1
* avfilter/vf_pullup: remove junk_down nonsensePaul B Mahol2013-09-181-1/+1
* avfilter/vf_pullup: change log level to errorPaul B Mahol2013-09-181-1/+1
* avfilter/vf_pullup: fix memleak of metrics for last PullupFieldPaul B Mahol2013-09-181-6/+6
* avfilter/vf_pullup: make sure metric_plane is availablePaul B Mahol2013-09-181-2/+8
* avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-171-0/+762
OpenPOWER on IntegriCloud