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
2014-11-15avfilter/xbr: use function pointers for xbr[234]xClément Bœsch
2014-11-15avfilter/xbr: remove FATE test entry from @todoClément Bœsch
See 57688aecbd720f4b02acc65b5006b14b7dd6a9f4
2014-11-15avfilter/xbr: consistent copyright headerClément Bœsch
2014-11-15avfilter/xbr: make xbr[234]x a bit more consistentClément Bœsch
2014-11-15avfilter/xbr: misc style fixesClément Bœsch
2014-11-15avfilter/xbr: simplify left/up conditionsClément Bœsch
2014-11-15avfilter/xbr: misc cleanup in FILT[234] macrosClément Bœsch
2014-11-15avfilter/xbr: refactor src/dst pointers definitions into a macroClément Bœsch
2014-11-15avfilter/xbr: refactor the 21 pixels definition into a macroClément Bœsch
2014-11-15avfilter/xbr: mark source pointers as constClément Bœsch
2014-11-15avfilter/xbr: simplify width overread checksClément Bœsch
2014-11-15avfilter/xbr: use different macro names for each dimensionClément Bœsch
2014-11-15avfilter/xbr: avoid unecessary macro redirectionsClément Bœsch
2014-11-15avfilter/xbr: localize some filtering variablesClément Bœsch
2014-11-15avfilter/xbr: do not pass unchanging r2y to macrosClément Bœsch
2014-11-15lavfi/xbr: remove relicensing notice from copyright headerStefano Sabatini
The log is good enough for tracking those changes.
2014-11-15lavfi : change xBR filter to LGPLArwa Arif
Hyllian's message : "Hi, Put lgpl on this and use it as you wish. It's free!" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15avfilter/x86/vf_interlace: rewrite asmMichael Niedermayer
4775 decicycles -> 3688 decicycles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ↵Michael Niedermayer
ff_lowpass_line_sse2() Based-on: 2e1704059ae8625beda2ffde847ad22c5ba416dc by Kieran Kunhya Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15avfilter/tinterlace: Move lowpass_line to a separate function and call it ↵Michael Niedermayer
through a function pointer This permits replacing it by a optimized implementation Based-on / Idea-from: 2e1704059ae8625beda2ffde847ad22c5ba416dc by Kieran Kunhya Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15avfilter/tinterlace: split context definition into seperate header so it can ↵Michael Niedermayer
be used by future optimizations Idea from 2e1704059ae8625beda2ffde847ad22c5ba416dc from Kieran Kunhya Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15avfilter/vf_tinterlace: fix linesize vs. widthMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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_lut: gammaval709()Peter Ross
See http://www.itu.int/rec/R-REC-BT.709 Item 1.2, overall opto-electronic transfer characteristics at source Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-14avfilter/vf_tinterlace: fix frame rateAleksey Vasenev
Signed-off-by: Aleksey Vasenev <margtu-fivt@ya.ru> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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-11-10lavfi/xbr: apply misc cosmetical fixesStefano Sabatini
2014-11-10avfilter/xbr: drop yet another x2 referenceClément Bœsch
2014-11-10avfilter/xbr: fix filter description fieldClément Bœsch
2014-11-10avfilter/xbr: fix TODO entryClément Bœsch
2014-11-10avfilter/xbr: consistent use of @seeClément Bœsch
2014-11-10avfilter/vf_xbr: Uppercase first letter of context type for consistencyMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-10lavfi: add xbr filter xBRArwa Arif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-09avfilter/avf_showwaves: fix off by one error in loop conditionMarton Balint
It caused segfaults. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-06avfilter/af_aresample: remove unused variableMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-05avfilter/vf_idet: add a repeated field detectionKevin Mitchell
This can be useful for determining telecine. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-04avfilter/af_aresample: Limit data per inserted packetMichael Niedermayer
This avoids creating unwieldy large packets, which is allowed but does not seem to be a good idea Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-04avfilter/af_aresample: split flushing code outMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-03avfilter/vf_idet: use exp2()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-03avfilter/vf_idet: use av_rescale()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-03avfilter/vf_idet: fix rounding of av_dict_set_fxp()Michael Niedermayer
fixes the remainder overflowing beyond .999 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-03avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell
This can be useful for videos in which the interlacing pattern changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-02avfilter/vf_drawtext: use gm_time_r() for thread safteyMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-01avfilter/idet: add current frame classification to metadataKevin Mitchell
Fixes ticket 3832 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-01avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-26Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'Michael Niedermayer
* commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6': drawtext: Remove the ifdef for localtime_r Conflicts: libavfilter/vf_drawtext.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-26drawtext: Remove the ifdef for localtime_rMartin Storsjö
If it isn't available in the system, we've got a fallback to the normal localtime function, so normal code can assume it is available as long as time_internal.h is included. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-10-25avfilter: Read errno before av_log() as the callback from av_log() might ↵Michael Niedermayer
affect errno Signed-off-by: Michael Niedermayer <michaelni@gmx.at>