summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell2014-10-202-6/+11
* libavfi: added option to vf_perspective to specify transformation by giving d...Nicholas Robbins2014-10-191-20/+65
* avfilter/vf_idet: add counts to frame metadataKevin Mitchell2014-10-191-0/+6
* Merge commit '0d989dbfc4bc5bc1d563e967449116a7a9865258'Michael Niedermayer2014-10-181-1/+4
|\
| * af_resample: check av_opt_set_dict return valueVittorio Giovara2014-10-181-1/+4
* | Merge commit '6d96c7ea89600655b1f18a3b12f3f041fa714152'Michael Niedermayer2014-10-181-1/+1
|\ \ | |/
| * vf_showinfo: Forward the av_image_get_linesize errorVittorio Giovara2014-10-181-1/+3
* | Merge commit 'f401792595dd7760f531e8a3bd2336e9033bd45a'Michael Niedermayer2014-10-181-1/+1
|\ \ | |/
| * vf_drawtext: Do not leak the mmapped textfileLuca Barbato2014-10-181-1/+4
* | Merge commit '6cbbf0592f4f3940aac7f687850d1b726a2ea836'Michael Niedermayer2014-10-181-1/+9
|\ \ | |/
| * resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry2014-10-181-1/+9
* | x86/vf_noise: move asm code to a separate fileJames Almer2014-10-174-155/+218
* | avfilter/vf_noise: Use a separate seed for each planeMichael Niedermayer2014-10-161-1/+1
* | avfilter/vf_noise: use per component rand_shiftMichael Niedermayer2014-10-161-6/+6
* | avfilter/vf_noise: move shift calculation to filter_frame()Michael Niedermayer2014-10-161-12/+15
* | avfilter/vf_noise: fix high resolution supportMichael Niedermayer2014-10-161-9/+13
* | avfilter/vf_pp: add gbrp supportMichael Niedermayer2014-10-142-1/+3
* | avfilter/vf_pp: support AV_PIX_FMT_GRAY8Michael Niedermayer2014-10-132-1/+3
* | avfilter/vf_pp: add yuv 4:4:0 supportMichael Niedermayer2014-10-122-1/+4
* | avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruftJames Almer2014-10-122-47/+0
* | vf_drawtext: add missing clear of pointers after av_expr_free()Karl Kiniger2014-10-111-0/+2
* | avfilter: add w/h parameters in timelineClément Bœsch2014-10-072-3/+20
* | avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-071-1/+1
* | avfilter: Properly check for failed format queryDerek Buitenhuis2014-10-021-1/+3
* | avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis2014-10-021-0/+5
* | avfilter/signalstats: add more pixel formatsPaul B Mahol2014-09-271-0/+3
* | libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-1/+8
* | libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-1/+7
* | libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-3/+6
* | avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s...Michael Niedermayer2014-09-212-5/+5
* | avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino2014-09-202-9/+9
* | vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun2014-09-182-26/+26
* | avfilter: remove obsolete FF_API_FILL_FRAME cruftJames Almer2014-09-173-64/+0
* | avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer2014-09-174-203/+0
* | avfilter/ass: add shaping optionClément Bœsch2014-09-162-1/+8
* | avfilter/ass: better log level mappingClément Bœsch2014-09-161-8/+8
* | avfilter/ass: make sure the log level are in available rangeClément Bœsch2014-09-161-1/+3
* | avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruftJames Almer2014-09-151-3/+0
* | av_filter/x86/idet: use HADDD where appropriatePascal Massimino2014-09-091-16/+3
* | av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino2014-09-094-14/+103
* | avfilter/vf_cropdetect: Do not check lines or columns twice on black framesMichael Niedermayer2014-09-091-2/+2
* | avfilter/af_silenceremove: remove dead codeMichael Niedermayer2014-09-061-5/+2
* | avfilter/ebur128: rework channel weighting definition codeClément Bœsch2014-09-061-11/+3
* | add silenceremove filterPaul B Mahol2014-09-054-2/+486
* | vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley2014-09-051-1/+1
* | avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino2014-09-053-31/+34
* | avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-045-32/+250
* | vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger2014-09-022-4/+8
* | vf_deshake: reduce stack usage.Reimar Döffinger2014-09-022-8/+8
* | vf_drawtext: move "static const" before "struct".Reimar Döffinger2014-08-311-2/+2
OpenPOWER on IntegriCloud