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
2015-01-26avfilter: Port mp=eq/eq2 to lavfiArwa Arif
2015-01-25avfilter/vf_mcdeint: Set no_bitstream=1Michael Niedermayer
2015-01-25avfilter/vf_mcdeint: fix gop_sizeMichael Niedermayer
2015-01-25avfilter/vf_uspp: fix gop_sizeMichael Niedermayer
2015-01-25avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/hMichael Niedermayer
2015-01-23avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer
2015-01-22avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer
2015-01-22avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer
2015-01-22avfilter/drawutils: Use av_malloc_array()Michael Niedermayer
2015-01-21avfilter/vf_showinfo: show timebase & framerate tooMichael Niedermayer
2015-01-21avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol
2015-01-20avfilter/af_join: swap av_mallocz_array() args for consistency with the proto...Paul B Mahol
2015-01-20avfilter/af_join: Use av_mallocz_array()Paul B Mahol
2015-01-20avfilter/af_ashowinfo: Use av_realloc_array()Michael Niedermayer
2015-01-20fix Makefile: remove ilpackPaul B Mahol
2015-01-20lavfi: remove mp=ilpackPaul B Mahol
2015-01-19avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer
2015-01-19avfilter/avfilter: allow idet like scale to have parameter changesMichael Niedermayer
2015-01-19avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer
2015-01-19avfilter/vf_idet: reduce noisyness if the filter has been auto insertedMichael Niedermayer
2015-01-18avfilter/showcqt: add gamma2 optionMuhammad Faiz
2015-01-17avfilter/vf_frei0r: fix build with DEBUG enabledMichael Niedermayer
2015-01-17avfilter/vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2015-01-17avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer
2015-01-15avfilter: add showpalette filterClément Bœsch
2015-01-15avfilter/edgedetect: fix indentClément Bœsch
2015-01-14avfilter: port qp filter from libmpcodecsPaul B Mahol
2015-01-13lavfi: remove mp=pp7Arwa Arif
2015-01-13lavfi: use ff_norm_qscale(), factorizeStefano Sabatini
2015-01-10avfilter/vf_pp7: Add GBRP pixel formatMichael Niedermayer
2015-01-10avfilter/vf_pp7: use av_malloc_array()Michael Niedermayer
2015-01-10avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling ...Michael Niedermayer
2015-01-10avfilter: Factorize the use of norm_qscale in pp7Arwa Arif
2015-01-10x86/vf_pp7: port dctB_mmx to yasmJames Almer
2015-01-09lavfi: port mp=pp7 to libavfilterArwa Arif
2015-01-08lavfi/boxblur: Readd 8bit colour spaces on big-endian.Carl Eugen Hoyos
2015-01-07Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'Michael Niedermayer
2015-01-07Merge commit '15ea222778caaec0877b3f9938140b707c931d96'Michael Niedermayer
2015-01-07Merge commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2'Michael Niedermayer
2015-01-07vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer
2015-01-07Merge commit '696141e898193311c994b399a8dc60713709092f'Michael Niedermayer
2015-01-06avfilter/buffer: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06lavfi: check av_strdup() return valuePaul B Mahol
2015-01-06avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer
2015-01-06avfilter/vf_yadif: detect telecine contentMichael Niedermayer
2015-01-05Merge remote-tracking branch 'origin/master'Michael Niedermayer
2015-01-05vf_interlace: remove the warning tag in the messageVittorio Giovara
2015-01-05vf_interlace: merge FIELD_LOWER checkVittorio Giovara
2015-01-05vf_interlace: also assert for heightVittorio Giovara
2015-01-05vf_interlace: use image width rather than linesizeVittorio Giovara