summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
Commit message (Collapse)AuthorAge
* Delete mp=usppArwa Arif2014-12-12
|
* avfilter/vf_mp: remove incorrect usage of AVFrame.typeMichael Niedermayer2014-08-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fix various typosLou Logan2014-06-03
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_mp: fix missing FF_API_XVMC checkVallimar2013-11-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: do not export the filters from shared objects Conflicts: libavfilter/af_amix.c libavfilter/af_anull.c libavfilter/asrc_anullsrc.c libavfilter/f_select.c libavfilter/f_settb.c libavfilter/split.c libavfilter/src_movie.c libavfilter/vf_aspect.c libavfilter/vf_blackframe.c libavfilter/vf_colorbalance.c libavfilter/vf_copy.c libavfilter/vf_crop.c libavfilter/vf_cropdetect.c libavfilter/vf_drawbox.c libavfilter/vf_format.c libavfilter/vf_framestep.c libavfilter/vf_frei0r.c libavfilter/vf_hflip.c libavfilter/vf_libopencv.c libavfilter/vf_lut.c libavfilter/vf_null.c libavfilter/vf_overlay.c libavfilter/vf_scale.c libavfilter/vf_transpose.c libavfilter/vf_unsharp.c libavfilter/vf_vflip.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: remove mp=qpPaul B Mahol2013-09-19
| | | | | | The filter does nothing. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=pullupPaul B Mahol2013-09-18
| | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libavfilter/libmpcodecs: remove unused filesPaul B Mahol2013-09-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: various cosmeticsPaul B Mahol2013-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=filPaul B Mahol2013-09-05
| | | | | | The filter does not work correctly most of time. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=dintPaul B Mahol2013-09-05
| | | | | | | There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=phasePaul B Mahol2013-09-03
| | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mp: remove unused sws related functionsMichael Niedermayer2013-08-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: remove mp=perspectivePaul B Mahol2013-07-14
| | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mp: preserve pixel format when possibleMichael Niedermayer2013-06-28
| | | | | | Fixes Ticket2577 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: remove mp=spp.Clément Bœsch2013-06-14
| | | | The filter was ported to a native libavfilter filter.
* lavfi/mp: remove mp=sabStefano Sabatini2013-06-05
| | | | The filter was ported to a native libavfilter filter.
* lavfi/mp: drop mcdeint wrapperStefano Sabatini2013-06-01
| | | | It was ported to a native libavfilter filter.
* lavfi/mp: try to pass interlaced & tff flagsPaul B Mahol2013-05-22
| | | | | | This makes mp=softpulldown actually useful. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=ow wrapper.Clément Bœsch2013-05-16
| | | | Filter ported natively as owdenoise.
* avfilter/vf_mp: remove unused functionMichael Niedermayer2013-05-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini2013-04-28
| | | | | | | | | | From various tests, there is no evidence that the filter is faster than the native tinterlace, and it has several more limitations and a few bugs. See thread: Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper Date: Wed, 5 Sep 2012 00:26:01 +0200
* lavfi: remove mp=down3drightPaul B Mahol2013-04-22
| | | | | | | Same funcionality is provided by stereo3d=ab[2]{l,r}:sbs[2]{l,r}. Additional "features" are barely useful and cause crash or artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove bad inverse telecine filtersPaul B Mahol2013-04-17
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vf_mp: mp buffers are not compatible with the reference count systemMichael Niedermayer2013-04-13
| | | | | | | | We thus must copy each frame on the vf_mp output. This fixes artifacts with "ffplay -threads 1 dnxhdconv.mov -vf mp=eq2=1:1" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
| | | | | | | | | This is mostly automated global search and replace The deprecated aconvert filter is disabled, if it still has users it should be updated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi: remove telecine libmpcodecs wrapperPaul B Mahol2013-04-11
| | | | | | Native, with more features, filter is available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove noise libmpcodecs wrapperPaul B Mahol2013-04-08
| | | | | | Native filter have reached similar performance. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mp: fix x86 cpu capsMichael Niedermayer2013-04-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: remove harddup libmpcodecs wrapperPaul B Mahol2013-03-19
| | | | | | | It is supposed to be used with mencoder only and does nothing when used with ffmpeg. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7e350379f87e7f74420b4813170fe808e2313911': lavfi: switch to AVFrame. Conflicts: doc/filters.texi libavfilter/af_ashowinfo.c libavfilter/audio.c libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/buffersink.c libavfilter/buffersrc.c libavfilter/buffersrc.h libavfilter/f_select.c libavfilter/f_setpts.c libavfilter/fifo.c libavfilter/split.c libavfilter/src_movie.c libavfilter/version.h libavfilter/vf_aspect.c libavfilter/vf_bbox.c libavfilter/vf_blackframe.c libavfilter/vf_delogo.c libavfilter/vf_drawbox.c libavfilter/vf_drawtext.c libavfilter/vf_fade.c libavfilter/vf_fieldorder.c libavfilter/vf_fps.c libavfilter/vf_frei0r.c libavfilter/vf_gradfun.c libavfilter/vf_hqdn3d.c libavfilter/vf_lut.c libavfilter/vf_overlay.c libavfilter/vf_pad.c libavfilter/vf_scale.c libavfilter/vf_showinfo.c libavfilter/vf_transpose.c libavfilter/vf_vflip.c libavfilter/vf_yadif.c libavfilter/video.c libavfilter/vsrc_testsrc.c libavfilter/yadif.h Following are notes about the merge authorship and various technical details. Michael Niedermayer: * Main merge operation, notably avfilter.c and video.c * Switch to AVFrame: - afade - anullsrc - apad - aresample - blackframe - deshake - idet - il - mandelbrot - mptestsrc - noise - setfield - smartblur - tinterlace * various merge changes and fixes in: - ashowinfo - blackdetect - field - fps - select - testsrc - yadif Nicolas George: * Switch to AVFrame: - make rawdec work with refcounted frames. Adapted from commit 759001c534287a96dc96d1e274665feb7059145d by Anton Khirnov. Also, fix the use of || instead of | in a flags check. - make buffer sink and src, audio and video work all together Clément Bœsch: * Switch to AVFrame: - aevalsrc - alphaextract - blend - cellauto - colormatrix - concat - earwax - ebur128 - edgedetect - geq - histeq - histogram - hue - kerndeint - life - movie - mp (with the help of Michael) - overlay - pad - pan - pp - pp - removelogo - sendcmd - showspectrum - showwaves - silencedetect - stereo3d - subtitles - super2xsai - swapuv - thumbnail - tile Hendrik Leppkes: * Switch to AVFrame: - aconvert - amerge - asetnsamples - atempo - biquads Matthieu Bouron: * Switch to AVFrame - alphamerge - decimate - volumedetect Stefano Sabatini: * Switch to AVFrame: - astreamsync - flite - framestep Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com> Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: drop mp=stereo3d filterPaul B Mahol2013-03-05
| | | | | | The filter has been natively integrated into libavfilter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vf_mp: Set pseudo palMichael Niedermayer2013-02-23
| | | | | | | Fixes ticket2140 Fixes null pointer dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: drop mp=kerndeint filterStefano Sabatini2013-02-17
| | | | The filter has been natively integrated into libavfilter.
* lavfi/mp: drop mp=unsharp filterStefano Sabatini2013-02-17
| | | | | The native filter is equivalent from the point of view of the features and of performances.
* lavfi: remove softskip libmpcodecs wrapperPaul B Mahol2013-02-14
| | | | | | | It is supposed to be used with mencoder only and does nothing when used with ffmpeg. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove dsize libmpcodecs wrapperPaul B Mahol2013-02-14
| | | | | | | Filter does nothing, and supposed funcionality is already available with native filter(s). Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove mp=il filterPaul B Mahol2013-02-09
| | | | | | Native il video filter is now available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libmpcodecs/vd_ffmpeg.h: remove, its unused and removed upstreamMichael Niedermayer2013-02-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_mp: fix 'discards const qualifier from pointer target type'Michael Niedermayer2012-12-28
| | | | | | | args are not supposed to be changed by filters even if the argument is not marked as const. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: remove mp=pp filter.Clément Bœsch2012-12-23
| | | | | | | Native pp filter is available. postproc dependency is also dropped from mp wrapper since it was the only filter needing that dependency.
* lavfi: remove mp=denoise3d filter.Clément Bœsch2012-12-11
| | | | | hqdn3d was meant to be a more efficient denoise3d filter, is supported natively, and is faster on my computer thanks to the ASM optimisations.
* lavfi/mp: switch to ff_filter_frame.Clément Bœsch2012-12-06
|
* lavfi/mp: remove dead extern vf_info_t declarations.Clément Bœsch2012-12-06
|
* lavfi/mp: add ff_ prefix to exported symbolsanonymous2012-12-06
|
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
| | | | | | | | | | | | | | | | | * commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967': Remove pointless #undefs of previously forbidden functions. fate: Add dependencies for bmp, cdxl, dfa, mp3 Conflicts: doc/examples/muxing.c libavfilter/filtfmts.c libavutil/des.c libavutil/eval.c libavutil/log.c libavutil/parseutils.c tests/fate/mp3.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: fix invalid read with filters with no argument.Clément Bœsch2012-12-04
|
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
| | | | This is following 568c70e79ee267426c15ef4603c69703f6a5884a.
* lavfi: remove mp=geq filter.Clément Bœsch2012-11-11
| | | | Native geq video filter is now available.