Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-14avfilter/vf_pp: add gbrp supportMichael Niedermayer
2014-10-13avfilter/vf_pp: support AV_PIX_FMT_GRAY8Michael Niedermayer
2014-10-13avfilter/vf_pp: add yuv 4:4:0 supportMichael Niedermayer
2014-10-12avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruftJames Almer
2014-10-12vf_drawtext: add missing clear of pointers after av_expr_free()Karl Kiniger
2014-10-07avfilter: add w/h parameters in timelineClément Bœsch
2014-10-07avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-10-02avfilter: Properly check for failed format queryDerek Buitenhuis
2014-10-02avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis
2014-09-27avfilter/signalstats: add more pixel formatsPaul B Mahol
2014-09-27libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-09-27libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-09-27libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-09-21avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s...Michael Niedermayer
2014-09-20avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino
2014-09-18vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun
2014-09-17avfilter: remove obsolete FF_API_FILL_FRAME cruftJames Almer
2014-09-17avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer
2014-09-16avfilter/ass: add shaping optionClément Bœsch
2014-09-16avfilter/ass: better log level mappingClément Bœsch
2014-09-16avfilter/ass: make sure the log level are in available rangeClément Bœsch
2014-09-15avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruftJames Almer
2014-09-10av_filter/x86/idet: use HADDD where appropriatePascal Massimino
2014-09-09av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino
2014-09-09avfilter/vf_cropdetect: Do not check lines or columns twice on black framesMichael Niedermayer
2014-09-06avfilter/af_silenceremove: remove dead codeMichael Niedermayer
2014-09-06avfilter/ebur128: rework channel weighting definition codeClément Bœsch
2014-09-05add silenceremove filterPaul B Mahol
2014-09-05vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley
2014-09-05avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino
2014-09-05avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal
2014-09-02vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger
2014-09-02vf_deshake: reduce stack usage.Reimar Döffinger
2014-08-31vf_drawtext: move "static const" before "struct".Reimar Döffinger
2014-08-31lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger
2014-08-30avfilter/vf_mp: remove incorrect usage of AVFrame.typeMichael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-23avfilter/showcqt: add fontcolor optionMuhammad Faiz
2014-08-23vidstabutils: improve documentationTimothy Gu
2014-08-23vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu
2014-08-21Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7'Michael Niedermayer
2014-08-21lavfi/apad: fix logic when whole_len or pad_len options are specifiedStefano Sabatini
2014-08-21avfilter/vf_lenscorrection: fix memleakMichael Niedermayer
2014-08-21setpts: Add missing inttypes.h #include for PRId64Diego Biurrun
2014-08-21vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun
2014-08-21avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer
2014-08-21avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer
2014-08-21avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer
2014-08-21avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch