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
2013-05-16lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch
2013-05-15lavfi/histogram: logarithmic mode for levelsPaul B Mahol
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15Merge commit '096696ef0dd391d9430376d1444c1a3cde9171fd'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-15lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov
2013-05-15avfiltergraph: simplify inserting conversion filters.Anton Khirnov
2013-05-15lavfi/dctdnoiz: fix 10l typo in pr_height computation.Clément Bœsch
2013-05-15lavfi: add dctdnoiz filter.Clément Bœsch
2013-05-14libavfilter/Makefile: unbreak make alltoolsMichael Niedermayer
2013-05-14tools: add zmqsend tool, useful to test the zmq filtersStefano Sabatini
2013-05-14lavfi: add zmq filtersStefano Sabatini
2013-05-14lavfi/blend: timeline supportPaul B Mahol
2013-05-14lavfi: cosmetics: fix vertical alignment for pads in some filtersPaul B Mahol
2013-05-14vf_colorchannelmixer: round lut entries to nearestMichael Niedermayer
2013-05-14yadif: correct strides in filter_edges_16bitJames Darnley
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-05-13avfilter: Add 'drawgrid' video filterAndrey Utkin
2013-05-12lavfi/hqdn3d: restore timeline feature.Clément Bœsch
2013-05-12lavfi/hqdn3d: use macros instead of hardcoded indexes.Clément Bœsch
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-12lavfi/vflip: use FF_CEIL_RSHIFT for chroma w/h rounding.Clément Bœsch
2013-05-12lavfi/lut: use FF_CEIL_RSHIFT for chroma w/h rounding.Clément Bœsch
2013-05-12lavfi/select: unbreak compatibility with older PICT_TYPE syntaxPaul B Mahol
2013-05-11avfilter/af_astats: fix 64bit printf typeMichael Niedermayer
2013-05-11avfilter/vf_mp: remove unused functionMichael Niedermayer
2013-05-11vf_copy: silence "incompatible pointer type" warningMichael Niedermayer
2013-05-11lavfi/curves: avoid ctx pointer indirection.Clément Bœsch
2013-05-11Merge commit '16a4a18db089af8c432f1cdec62155000585b72c'Michael Niedermayer
2013-05-10lavfi/select: set forgotten VAR_PICT_TYPE_BIPaul B Mahol
2013-05-10lavfi: avectorscope filterPaul B Mahol
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-05-10lavfi/anull: remove redundant linesPaul B Mahol
2013-05-10lavfi: modify names of deshake_kernel.h and unsharp_kernel.hhighgod0401
2013-05-10lavfi/avfiltergraph: fix styleStefano Sabatini
2013-05-10lavfi/avfilter.h: fix typoStefano Sabatini
2013-05-10af_asyncts: fix offset calculationAnton Khirnov
2013-05-09lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.Clément Bœsch
2013-05-09lavfi/overlay: simpler up-rounded w/h computations.Clément Bœsch
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-09lavfi: remove alphaextract special codePaul B Mahol
2013-05-09Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e'Michael Niedermayer
2013-05-09avfilter: fix 2 warnings about discarding constMichael Niedermayer
2013-05-09avfilter/af_apad: Support AVFILTER_FLAG_SUPPORT_TIMELINEMichael Niedermayer
2013-05-09avfilter: Make enabled/disabled state available as a field of the AVFilterCon...Michael Niedermayer
2013-05-08lavfi/extractplanes: packed rgb supportPaul B Mahol
2013-05-08lavfi/colorchannelmixer: remove now redudant codePaul B Mahol
2013-05-08lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()Paul B Mahol
2013-05-08x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun