| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_channelmap: Check for missing argument in get_channel_idx() | Michael Niedermayer | 2015-01-23 | 1 | -0/+2 |
* | avfilter/avf_showcqt: use av_malloc_array() | Michael Niedermayer | 2015-01-22 | 1 | -1/+1 |
* | avfilter/drawutils: Check for av_malloc* failures | Michael Niedermayer | 2015-01-22 | 1 | -0/+7 |
* | avfilter/drawutils: Use av_malloc_array() | Michael Niedermayer | 2015-01-22 | 1 | -1/+1 |
* | avfilter/vf_showinfo: show timebase & framerate too | Michael Niedermayer | 2015-01-21 | 1 | -1/+27 |
* | avfilter/vf_lenscorrection: support 8bit planar RGB formats | Paul B Mahol | 2015-01-21 | 1 | -0/+1 |
* | avfilter/af_join: swap av_mallocz_array() args for consistency with the proto... | Paul B Mahol | 2015-01-20 | 1 | -6/+6 |
* | avfilter/af_join: Use av_mallocz_array() | Paul B Mahol | 2015-01-20 | 1 | -6/+6 |
* | avfilter/af_ashowinfo: Use av_realloc_array() | Michael Niedermayer | 2015-01-20 | 1 | -1/+1 |
* | fix Makefile: remove ilpack | Paul B Mahol | 2015-01-20 | 1 | -1/+0 |
* | lavfi: remove mp=ilpack | Paul B Mahol | 2015-01-20 | 3 | -461/+1 |
* | avfilter/vf_idet: factorize av_frame_free(&idet->prev) | Michael Niedermayer | 2015-01-19 | 1 | -3/+2 |
* | avfilter/avfilter: allow idet like scale to have parameter changes | Michael Niedermayer | 2015-01-19 | 1 | -1/+2 |
* | avfilter/vf_idet: flush internal buffers on parameter changes | Michael Niedermayer | 2015-01-19 | 1 | -0/+12 |
* | avfilter/vf_idet: reduce noisyness if the filter has been auto inserted | Michael Niedermayer | 2015-01-19 | 1 | -3/+4 |
* | avfilter/showcqt: add gamma2 option | Muhammad Faiz | 2015-01-18 | 1 | -1/+4 |
* | avfilter/vf_frei0r: fix build with DEBUG enabled | Michael Niedermayer | 2015-01-17 | 1 | -3/+3 |
* | avfilter/vf_frei0r: also set AVFilterLink.frame_rate | Michael Niedermayer | 2015-01-17 | 1 | -0/+1 |
* | avfilter/vf_framepack: Check and update frame_rate | Michael Niedermayer | 2015-01-16 | 1 | -1/+12 |
* | avfilter: add showpalette filter | Clément Bœsch | 2015-01-15 | 4 | -2/+131 |
* | avfilter/edgedetect: fix indent | Clément Bœsch | 2015-01-15 | 1 | -7/+7 |
* | avfilter: port qp filter from libmpcodecs | Paul B Mahol | 2015-01-14 | 3 | -0/+154 |
* | lavfi: remove mp=pp7 | Arwa Arif | 2015-01-13 | 4 | -495/+1 |
* | lavfi: use ff_norm_qscale(), factorize | Stefano Sabatini | 2015-01-13 | 3 | -40/+3 |
* | avfilter/vf_pp7: Add GBRP pixel format | Michael Niedermayer | 2015-01-10 | 1 | -0/+1 |
* | avfilter/vf_pp7: use av_malloc_array() | Michael Niedermayer | 2015-01-10 | 1 | -1/+1 |
* | avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling ... | Michael Niedermayer | 2015-01-10 | 1 | -0/+2 |
* | avfilter: Factorize the use of norm_qscale in pp7 | Arwa Arif | 2015-01-10 | 2 | -13/+16 |
* | x86/vf_pp7: port dctB_mmx to yasm | James Almer | 2015-01-09 | 4 | -69/+93 |
* | lavfi: port mp=pp7 to libavfilter | Arwa Arif | 2015-01-09 | 7 | -1/+537 |
* | lavfi/boxblur: Readd 8bit colour spaces on big-endian. | Carl Eugen Hoyos | 2015-01-08 | 1 | -1/+1 |
* | Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b' | Michael Niedermayer | 2015-01-07 | 1 | -1/+1 |
|\ |
|
| * | vf_interlace: remove the warning tag in the message | Vittorio Giovara | 2015-01-05 | 1 | -1/+1 |
* | | Merge commit '15ea222778caaec0877b3f9938140b707c931d96' | Michael Niedermayer | 2015-01-06 | 1 | -2/+2 |
|\| |
|
| * | vf_interlace: merge FIELD_LOWER check | Vittorio Giovara | 2015-01-05 | 1 | -2/+2 |
* | | Merge commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2' | Michael Niedermayer | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | vf_interlace: also assert for height | Vittorio Giovara | 2015-01-05 | 1 | -1/+1 |
* | | vfilter/vf_tinterlace: Fix issues with linesize and cols | Michael Niedermayer | 2015-01-06 | 1 | -6/+3 |
* | | Merge commit '696141e898193311c994b399a8dc60713709092f' | Michael Niedermayer | 2015-01-06 | 1 | -4/+5 |
|\| |
|
| * | vf_interlace: use image width rather than linesize | Vittorio Giovara | 2015-01-05 | 1 | -4/+5 |
| * | lavfi: always check av_expr_parse_and_eval() return value | Vittorio Giovara | 2014-12-18 | 2 | -9/+12 |
| * | vf_frei0r: do not increment string if it reached the end | Vittorio Giovara | 2014-12-08 | 1 | -1/+2 |
| * | lavfi: Increase drawtext font size limits | Михаил Муковников | 2014-12-07 | 1 | -1/+1 |
| * | vf_interlace: get rid of useless loads | Kieran Kunhya | 2014-11-27 | 1 | -2/+0 |
* | | avfilter/buffer: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-06 | 1 | -1/+1 |
* | | lavfi: check av_strdup() return value | Paul B Mahol | 2015-01-06 | 4 | -0/+8 |
* | | avfilter/vf_idet: Add analyze_interlaced_flag mode | Michael Niedermayer | 2015-01-06 | 2 | -2/+43 |
* | | avfilter/vf_yadif: detect telecine content | Michael Niedermayer | 2015-01-06 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'origin/master' | Michael Niedermayer | 2015-01-05 | 1 | -12/+20 |
|\ \ |
|
| * | | libavfilter/vf_blend: do not unconditionally compile both filters | Paul B Mahol | 2015-01-05 | 1 | -12/+20 |