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 (Collapse)Author
2014-10-14avfilter/vf_pp: add gbrp supportMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-13avfilter/vf_pp: support AV_PIX_FMT_GRAY8Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-13avfilter/vf_pp: add yuv 4:4:0 supportMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Fixes segfault when using sendcmd with drawtext. Since LIBAVFILTER_VERSION_MAJOR 5 FF_API_DRAWTEXT_OLD_TIMELINE evaluates to 0. Signed-off-by: Karl Kiniger <karl.kiniger@med.ge.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-07avfilter: add w/h parameters in timelineClément Bœsch
Fixes Ticket #4008.
2014-10-07avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-02avfilter: Properly check for failed format queryDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-10-02avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-09-27avfilter/signalstats: add more pixel formatsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-09-27libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241516 Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-09-27libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241517 Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-09-27libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241518 Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-09-21avfilter/vf_scale: Allow chroma samples to be above and to the left of luma ↵Michael Niedermayer
samples Found-by: Kierank Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-20avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-18vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun
The token 'vector' is a keyword in the Vector/SIMD Multimedia Extension data types and thus should not be used as a variable name. This fixes building on powerpc/ppc64el. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-17avfilter: remove obsolete FF_API_FILL_FRAME cruftJames Almer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2014-09-17avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2014-09-16avfilter/ass: add shaping optionClément Bœsch
The documentation is mostly based on ass.h public header.
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
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2014-09-10av_filter/x86/idet: use HADDD where appropriatePascal Massimino
Signed-off-by: James Almer <jamrial@gmail.com>
2014-09-09av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino
tested on http://ps-auxw.de/10bit-h264-sample/10bit-eldorado.mkv MMX: ~30% faster decoding overall SSE2:~40% faster Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-09avfilter/vf_cropdetect: Do not check lines or columns twice on black framesMichael Niedermayer
Idea from patch by: hjiodjf 97xgw46 <jfbvxt@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-06avfilter/af_silenceremove: remove dead codeMichael Niedermayer
Fixes CID1237284 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-06avfilter/ebur128: rework channel weighting definition codeClément Bœsch
Should fix CID1194399 (Bad bit shift operation)
2014-09-05add silenceremove filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-09-05vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley
paddq is an SSE2 instruction so it cannot be used for MMX. This was probably just a typo because the sums are dwords anyway. Reviewed-by: Pascal Massimino <pascal.massimino@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-05avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-05avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal
integration by Neil Birkbeck, with help from Vitor Sessak. core SSE2 loop by Skal (pascal.massimino@gmail.com) Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-02vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-09-02vf_deshake: reduce stack usage.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-31vf_drawtext: move "static const" before "struct".Reimar Döffinger
This is consistent with all other occurrences. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-31lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-30avfilter/vf_mp: remove incorrect usage of AVFrame.typeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-29Add missing "const" all over the place.Reimar Döffinger
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-23avfilter/showcqt: add fontcolor optionMuhammad Faiz
2014-08-23vidstabutils: improve documentationTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-23vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu
Also correctly namespace other functions in vidstabutils, and decrease difference from Libav. Initial-patch-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-21Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7'Michael Niedermayer
* commit '593aaee953f8b07c141ff115e67bae85ef0350c7': setpts: Add missing inttypes.h #include for PRId64 Conflicts: libavfilter/setpts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-21lavfi/apad: fix logic when whole_len or pad_len options are specifiedStefano Sabatini
In particular, allow pad_len and whole_len to have value set to 0, which means that no padding will be added. Previously a value set to 0 meant that that the filter had to pad forever. The new semantics is clearer, also simplifies scripting since the option value might be automatically computed, so that no checks need to be done in case it is 0. The old semantics was never documented and the logic was broken (the filter was always adding samples indefinitely), so this should not break backward compatibility.
2014-08-21avfilter/vf_lenscorrection: fix memleakMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-21setpts: Add missing inttypes.h #include for PRId64Diego Biurrun
Also convert a debug av_log() to av_dlog().
2014-08-21vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun
2014-08-21avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer
The only remaining floats are in the user interface, they are left as they should not cause a problem in practice Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-21avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer
there are some still left for 1 time initialization Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-21avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer
2014-08-21avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch