summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_decimate.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_decimate: fix memory leaksPaul B Mahol2019-10-191-0/+10
* avfilter/vf_decimate: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+9
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer2016-03-131-1/+4
* Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer2016-03-131-9/+0
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George2016-01-031-3/+6
* avfilter/vf_decimate: fix typo in fractionMichael Niedermayer2015-12-141-1/+1
* avfilter/vf_decimate: Check that input parameters matchMichael Niedermayer2015-12-141-0/+9
* avfilter/vf_decimate: change ts_unit to AVRationalMichael Niedermayer2015-12-141-3/+3
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma optionsClément Bœsch2015-09-081-2/+2
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-2/+4
* avfilter/vf_decimate: Use av_malloc_array()Michael Niedermayer2014-07-111-1/+1
* libavfilter/decimate: Add pts of first frame to all frames.Carl Eugen Hoyos2013-10-311-2/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol2013-09-191-2/+2
* avfilter/vf_decimate: fix crash with gray8Paul B Mahol2013-09-191-1/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-2/+2
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-2/+1
* lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-141-0/+398
* lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-141-258/+0
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/decimate: switch to an AVOption-based systemStefano Sabatini2013-04-111-3/+0
* decimate: check for avctx ptr before closing.Clément Bœsch2013-03-311-2/+4
* lavfi/vf_decimate: use standard options parsing.Nicolas George2013-03-201-9/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-9/+8
* lavfi/decimate: use named optionsStefano Sabatini2013-02-201-22/+25
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-1/+1
* lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+0
* lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini2012-12-021-13/+6
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-22/+25
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-8/+8
* lavfi: port decimate libmpcodecs filterStefano Sabatini2012-08-311-0/+268
OpenPOWER on IntegriCloud