Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-31avfilter: remove vf_mp.cPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-01-30lavfi: remove mp=softpulldownPaul B Mahol
It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-01-26avfilter/libmpcodecs: remove unused headersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-01-26lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini
mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
2015-01-20lavfi: remove mp=ilpackPaul B Mahol
Filter does not work, asserts here. scale=interl=1,format=yuv422p should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-01-13lavfi: remove mp=pp7Arwa Arif
The filter was ported to a native libavfilter filter in a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-12-24lavfi/mp: drop mp=fspp filterStefano Sabatini
It has been ported to libavfilter.
2014-12-12Delete mp=usppArwa Arif
2014-08-30avfilter/vf_mp: remove incorrect usage of AVFrame.typeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-03fix various typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-18avfilter/vf_mp: fix missing FF_API_XVMC checkVallimar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2013-09-19lavfi/mp: remove mp=qpPaul B Mahol
The filter does nothing. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-18lavfi/mp: remove mp=pullupPaul B Mahol
The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-16libavfilter/libmpcodecs: remove unused filesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-12avfilter: various cosmeticsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-06lavfi/mp: remove mp=filPaul B Mahol
The filter does not work correctly most of time. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-06lavfi/mp: remove mp=dintPaul B Mahol
There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-03lavfi/mp: remove mp=phasePaul B Mahol
The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-08-16avfilter/vf_mp: remove unused sws related functionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14lavfi/mp: remove mp=perspectivePaul B Mahol
The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-06-28avfilter/vf_mp: preserve pixel format when possibleMichael Niedermayer
Fixes Ticket2577 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-14lavfi/mp: remove mp=spp.Clément Bœsch
The filter was ported to a native libavfilter filter.
2013-06-05lavfi/mp: remove mp=sabStefano Sabatini
The filter was ported to a native libavfilter filter.
2013-06-02lavfi/mp: drop mcdeint wrapperStefano Sabatini
It was ported to a native libavfilter filter.
2013-05-23lavfi/mp: try to pass interlaced & tff flagsPaul B Mahol
This makes mp=softpulldown actually useful. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-16lavfi/mp: remove mp=ow wrapper.Clément Bœsch
Filter ported natively as owdenoise.
2013-05-11avfilter/vf_mp: remove unused functionMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini
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
2013-04-22lavfi: remove mp=down3drightPaul B Mahol
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>
2013-04-17lavfi: remove bad inverse telecine filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-13vf_mp: mp buffers are not compatible with the reference count systemMichael Niedermayer
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>
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
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>
2013-04-12lavfi/mp: switch to an AVOptions-based system.Clément Bœsch
2013-04-11lavfi: remove telecine libmpcodecs wrapperPaul B Mahol
Native, with more features, filter is available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-09lavfi: remove noise libmpcodecs wrapperPaul B Mahol
Native filter have reached similar performance. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-06avfilter/vf_mp: fix x86 cpu capsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-19lavfi: remove harddup libmpcodecs wrapperPaul B Mahol
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>
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
* 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>
2013-03-05lavfi/mp: drop mp=stereo3d filterPaul B Mahol
The filter has been natively integrated into libavfilter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-23vf_mp: Set pseudo palMichael Niedermayer
Fixes ticket2140 Fixes null pointer dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-17lavfi/mp: drop mp=kerndeint filterStefano Sabatini
The filter has been natively integrated into libavfilter.
2013-02-17lavfi/mp: drop mp=unsharp filterStefano Sabatini
The native filter is equivalent from the point of view of the features and of performances.
2013-02-14lavfi: remove softskip libmpcodecs wrapperPaul B Mahol
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>
2013-02-14lavfi: remove dsize libmpcodecs wrapperPaul B Mahol
Filter does nothing, and supposed funcionality is already available with native filter(s). Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-10lavfi: remove mp=il filterPaul B Mahol
Native il video filter is now available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-05libmpcodecs/vd_ffmpeg.h: remove, its unused and removed upstreamMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-28vf_mp: fix 'discards const qualifier from pointer target type'Michael Niedermayer
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>
2012-12-23lavfi: remove mp=pp filter.Clément Bœsch
Native pp filter is available. postproc dependency is also dropped from mp wrapper since it was the only filter needing that dependency.
2012-12-11lavfi: remove mp=denoise3d filter.Clément Bœsch
hqdn3d was meant to be a more efficient denoise3d filter, is supported natively, and is faster on my computer thanks to the ASM optimisations.