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
2015-01-15avfilter: add showpalette filterClément Bœsch
2015-01-15avfilter/edgedetect: fix indentClément Bœsch
2015-01-14avfilter: port qp filter from libmpcodecsPaul B Mahol
2015-01-13lavfi: remove mp=pp7Arwa Arif
2015-01-13lavfi: use ff_norm_qscale(), factorizeStefano Sabatini
2015-01-10avfilter/vf_pp7: Add GBRP pixel formatMichael Niedermayer
2015-01-10avfilter/vf_pp7: use av_malloc_array()Michael Niedermayer
2015-01-10avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling ...Michael Niedermayer
2015-01-10avfilter: Factorize the use of norm_qscale in pp7Arwa Arif
2015-01-10x86/vf_pp7: port dctB_mmx to yasmJames Almer
2015-01-09lavfi: port mp=pp7 to libavfilterArwa Arif
2015-01-08lavfi/boxblur: Readd 8bit colour spaces on big-endian.Carl Eugen Hoyos
2015-01-07Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'Michael Niedermayer
2015-01-07Merge commit '15ea222778caaec0877b3f9938140b707c931d96'Michael Niedermayer
2015-01-07Merge commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2'Michael Niedermayer
2015-01-07vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer
2015-01-07Merge commit '696141e898193311c994b399a8dc60713709092f'Michael Niedermayer
2015-01-06avfilter/buffer: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06lavfi: check av_strdup() return valuePaul B Mahol
2015-01-06avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer
2015-01-06avfilter/vf_yadif: detect telecine contentMichael Niedermayer
2015-01-05Merge remote-tracking branch 'origin/master'Michael Niedermayer
2015-01-05vf_interlace: remove the warning tag in the messageVittorio Giovara
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
2015-01-05libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol
2015-01-05Factorize avpriv_mirror() outMichael Niedermayer
2015-01-05avfilter/vf_sab: fix filtering tiny imagesMichael Niedermayer
2015-01-01avfilter/vf_idet: Add 9, 12 and 14 bit pixel formatsMichael Niedermayer
2015-01-01avfilter/vf_idet: Use frame_requested instead of prevMichael Niedermayer
2014-12-31avfilter/vf_cropdetect: adjust Default threshold based on bit depthMichael Niedermayer
2014-12-31avfilter/vf_yadif: add >8bit planar rgb formatsMichael Niedermayer
2014-12-30avfilter/vf_uspp: clear AVPacket to not leave uninitialized memoryMichael Niedermayer
2014-12-30avfilter/framepack: use FF_CEIL_RSHIFT()Clément Bœsch
2014-12-30avfilter/vf_cropdetect: extend limit to cover 16bit pixel formatsMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: fix ; typosMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: support 9-16bit planar formatsMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loopMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: Unroll 1byte per sample loopMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: add RGB & RGBA supportMichael Niedermayer
2014-12-28avfilter/vf_cropdetect: add max_outliers parameterMichael Niedermayer
2014-12-27avfilter/vf_cropdetect: Factorize duplicated code using a macroMichael Niedermayer
2014-12-27avfilter/vf_blend: Fix AVClassMichael Niedermayer
2014-12-27lavfi: add tblend filterStefano Sabatini
2014-12-27avfilter/vf_cropdetect: add yuv440p and yuv410p supportMichael Niedermayer
2014-12-27avfilter/vf_fspp: Add GBRP and gray8 supportMichael Niedermayer
2014-12-26x86/vf_fspp: move pxor in store slice functions out of the loopJames Almer
2014-12-26x86/vf_fspp: port inline asm to yasmJames Almer
2014-12-26avfilter/vf_fspp: clarify commentMichael Niedermayer