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 (Expand)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
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
2014-11-15lavfi : change xBR filter to LGPLArwa Arif
2014-11-15avfilter/x86/vf_interlace: rewrite asmMichael Niedermayer
2014-11-15avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer
2014-11-15avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...Michael Niedermayer
2014-11-15avfilter/tinterlace: split context definition into seperate header so it can ...Michael Niedermayer
2014-11-15avfilter/vf_tinterlace: fix linesize vs. widthMichael Niedermayer
2014-11-15avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2Michael Niedermayer
2014-11-15Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc'Michael Niedermayer
2014-11-15vf_interlace: Add SIMD for lowpass filterKieran Kunhya
2014-11-14avfilter/vf_lut: gammaval709()Peter Ross
2014-11-14avfilter/vf_tinterlace: fix frame rateAleksey Vasenev
2014-11-14avfilter/vf_interlace: more accurate pts calculationAleksey Vasenev
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
2014-11-10lavfi: add xbr filter xBRArwa Arif
2014-11-09avfilter/avf_showwaves: fix off by one error in loop conditionMarton Balint
2014-11-06avfilter/af_aresample: remove unused variableMichael Niedermayer
2014-11-05avfilter/vf_idet: add a repeated field detectionKevin Mitchell
2014-11-04avfilter/af_aresample: Limit data per inserted packetMichael Niedermayer
2014-11-04avfilter/af_aresample: split flushing code outMichael Niedermayer
2014-11-03avfilter/vf_idet: use exp2()Michael Niedermayer
2014-11-03avfilter/vf_idet: use av_rescale()Michael Niedermayer
2014-11-03avfilter/vf_idet: fix rounding of av_dict_set_fxp()Michael Niedermayer
2014-11-03avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell
2014-11-02avfilter/vf_drawtext: use gm_time_r() for thread safteyMichael Niedermayer
2014-11-01avfilter/idet: add current frame classification to metadataKevin Mitchell
2014-11-01avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell
2014-10-26Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'Michael Niedermayer
2014-10-26drawtext: Remove the ifdef for localtime_rMartin Storsjö
2014-10-25avfilter: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer