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
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
It has no longer any effect.
2015-09-08avfilter/interlace: fix opt flagsClément Bœsch
2015-09-08avfilter/interlace: use AV_OPT_TYPE_BOOLClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-01-07Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'Michael Niedermayer
* commit '4438c256387a5845e5cdc5c14c43f4047b68301b': vf_interlace: remove the warning tag in the message Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-07Merge commit '15ea222778caaec0877b3f9938140b707c931d96'Michael Niedermayer
* commit '15ea222778caaec0877b3f9938140b707c931d96': vf_interlace: merge FIELD_LOWER check Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-07Merge commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2'Michael Niedermayer
* commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2': vf_interlace: also assert for height Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-07Merge commit '696141e898193311c994b399a8dc60713709092f'Michael Niedermayer
* commit '696141e898193311c994b399a8dc60713709092f': vf_interlace: use image width rather than linesize Conflicts: libavfilter/vf_interlace.c See: f043965cd5145d8540d55c013b0d809b6a874c53 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-05vf_interlace: remove the warning tag in the messageVittorio Giovara
The log level is already a warning.
2015-01-05vf_interlace: merge FIELD_LOWER checkVittorio Giovara
2015-01-05vf_interlace: also assert for heightVittorio Giovara
2015-01-05vf_interlace: use image width rather than linesizeVittorio Giovara
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
2014-12-02Revert "avfilter/vf_interlace: more accurate pts calculation"Michael Niedermayer
This reverts commit df8248f66e362c3015d95ac86d1917dde8dc0a0c. the revert produces a timebase and timestamps that are more close to what users expect Hoped-by: koda
2014-11-15Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc'Michael Niedermayer
* commit '2e1704059ae8625beda2ffde847ad22c5ba416dc': vf_interlace: Add SIMD for lowpass filter Conflicts: libavfilter/vf_interlace.c libavfilter/x86/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15vf_interlace: Add SIMD for lowpass filterKieran Kunhya
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-11-14avfilter/vf_interlace: more accurate pts calculationAleksey Vasenev
Signed-off-by: Aleksey Vasenev <margtu-fivt@ya.ru> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-01Merge commit '52269f48e835a52023656f8330262ae70e6061c4'Michael Niedermayer
* commit '52269f48e835a52023656f8330262ae70e6061c4': Revert "vf_interlace: deprecate lowpass option" Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-01Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara
This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4. A warning is introduced in case this option is used.
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
* commit '58400ac133bcfb6bf8196b4e5208bc178307739b': lavfi: name anonymous structs Conflicts: libavfilter/buffersink.c libavfilter/f_select.c libavfilter/src_movie.c libavfilter/vf_drawbox.c libavfilter/vf_drawtext.c libavfilter/vf_overlay.c libavfilter/vf_showinfo.c libavfilter/vf_unsharp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: vf_interlace: deprecate lowpass option Conflicts: libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2013-11-19Merge commit '3a16ec19d2426457419cb8a7304f97982699efda'Michael Niedermayer
* commit '3a16ec19d2426457419cb8a7304f97982699efda': vf_interlace: check one av_frame_clone allocation Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-19vf_interlace: check one av_frame_clone allocationVittorio Giovara
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-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-03Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'Michael Niedermayer
* commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76': vf_interlace: do not process an already interlaced frame Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-02vf_interlace: do not process an already interlaced frameVittorio Giovara
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-09-12avfilter: various cosmeticsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-08-28vf_interlace: fix file permissionsVittorio Giovara
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: vf_interlace: better handling of odd video size Conflicts: libavfilter/vf_interlace.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-12vf_interlace: better handling of odd video sizeMichael Niedermayer
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavfi: math typo in interlace filter Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-17lavfi: math typo in interlace filterVittorio Giovara
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-05-27lavfi/interlace: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-27lavfi/interlace: remove request frame hackPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
This should fix several issues with odd dimensions inputs. lut, vflip, pad and crop video filters also need to be checked for such issues. It's possible sws is also affected.
2013-04-17lavfi/interlace: remove exec permissions.Clément Bœsch
2013-04-16lavfi/interlace: remove now unused av_opt_free() callPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-12vf_interlace: fix frame rateMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: FATE: add a test for the interlace filter lavfi: new interlace filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c tests/fate/filter.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-11lavfi: new interlace filterVittorio Giovara
Signed-off-by: Anton Khirnov <anton@khirnov.net>