aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer2015-01-231-0/+2
* avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer2015-01-221-1/+1
* avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer2015-01-221-0/+7
* avfilter/drawutils: Use av_malloc_array()Michael Niedermayer2015-01-221-1/+1
* avfilter/vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-01-211-1/+27
* avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol2015-01-211-0/+1
* avfilter/af_join: swap av_mallocz_array() args for consistency with the proto...Paul B Mahol2015-01-201-6/+6
* avfilter/af_join: Use av_mallocz_array()Paul B Mahol2015-01-201-6/+6
* avfilter/af_ashowinfo: Use av_realloc_array()Michael Niedermayer2015-01-201-1/+1
* fix Makefile: remove ilpackPaul B Mahol2015-01-201-1/+0
* lavfi: remove mp=ilpackPaul B Mahol2015-01-203-461/+1
* avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer2015-01-191-3/+2
* avfilter/avfilter: allow idet like scale to have parameter changesMichael Niedermayer2015-01-191-1/+2
* avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer2015-01-191-0/+12
* avfilter/vf_idet: reduce noisyness if the filter has been auto insertedMichael Niedermayer2015-01-191-3/+4
* avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-181-1/+4
* avfilter/vf_frei0r: fix build with DEBUG enabledMichael Niedermayer2015-01-171-3/+3
* avfilter/vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-01-171-0/+1
* avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer2015-01-161-1/+12
* avfilter: add showpalette filterClément Bœsch2015-01-154-2/+131
* avfilter/edgedetect: fix indentClément Bœsch2015-01-151-7/+7
* avfilter: port qp filter from libmpcodecsPaul B Mahol2015-01-143-0/+154
* lavfi: remove mp=pp7Arwa Arif2015-01-134-495/+1
* lavfi: use ff_norm_qscale(), factorizeStefano Sabatini2015-01-133-40/+3
* avfilter/vf_pp7: Add GBRP pixel formatMichael Niedermayer2015-01-101-0/+1
* avfilter/vf_pp7: use av_malloc_array()Michael Niedermayer2015-01-101-1/+1
* avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling ...Michael Niedermayer2015-01-101-0/+2
* avfilter: Factorize the use of norm_qscale in pp7Arwa Arif2015-01-102-13/+16
* x86/vf_pp7: port dctB_mmx to yasmJames Almer2015-01-094-69/+93
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-097-1/+537
* lavfi/boxblur: Readd 8bit colour spaces on big-endian.Carl Eugen Hoyos2015-01-081-1/+1
* Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'Michael Niedermayer2015-01-071-1/+1
|\
| * vf_interlace: remove the warning tag in the messageVittorio Giovara2015-01-051-1/+1
* | Merge commit '15ea222778caaec0877b3f9938140b707c931d96'Michael Niedermayer2015-01-061-2/+2
|\|
| * vf_interlace: merge FIELD_LOWER checkVittorio Giovara2015-01-051-2/+2
* | Merge commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2'Michael Niedermayer2015-01-061-1/+1
|\|
| * vf_interlace: also assert for heightVittorio Giovara2015-01-051-1/+1
* | vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer2015-01-061-6/+3
* | Merge commit '696141e898193311c994b399a8dc60713709092f'Michael Niedermayer2015-01-061-4/+5
|\|
| * vf_interlace: use image width rather than linesizeVittorio Giovara2015-01-051-4/+5
| * lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara2014-12-182-9/+12
| * vf_frei0r: do not increment string if it reached the endVittorio Giovara2014-12-081-1/+2
| * lavfi: Increase drawtext font size limitsМихаил Муковников2014-12-071-1/+1
| * vf_interlace: get rid of useless loadsKieran Kunhya2014-11-271-2/+0
* | avfilter/buffer: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-1/+1
* | lavfi: check av_strdup() return valuePaul B Mahol2015-01-064-0/+8
* | avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer2015-01-062-2/+43
* | avfilter/vf_yadif: detect telecine contentMichael Niedermayer2015-01-061-1/+5
* | Merge remote-tracking branch 'origin/master'Michael Niedermayer2015-01-051-12/+20
|\ \
| * | libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol2015-01-051-12/+20