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
2014-11-05avfilter/vf_idet: add a repeated field detectionKevin Mitchell
2014-11-04avfilter/af_aresample: Limit data per inserted packetMichael Niedermayer
2014-11-04avfilter/af_aresample: split flushing code outMichael Niedermayer
2014-11-03avfilter/vf_idet: use exp2()Michael Niedermayer
2014-11-03avfilter/vf_idet: use av_rescale()Michael Niedermayer
2014-11-03avfilter/vf_idet: fix rounding of av_dict_set_fxp()Michael Niedermayer
2014-11-03avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell
2014-11-02avfilter/vf_drawtext: use gm_time_r() for thread safteyMichael Niedermayer
2014-11-01avfilter/idet: add current frame classification to metadataKevin Mitchell
2014-11-01avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell
2014-10-26Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'Michael Niedermayer
2014-10-26drawtext: Remove the ifdef for localtime_rMartin Storsjö
2014-10-25avfilter: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer
2014-10-25Merge commit 'ac84c1ce24a285f9cf16d4297bce73b1c4a6e435'Michael Niedermayer
2014-10-25avfilter: check filter link validityVittorio Giovara
2014-10-22avfilter/vf_idet: Fixes issue with idet not flushing last frame.Neil Birkbeck
2014-10-21lavfi/concat: accept a single segmentStefano Sabatini
2014-10-21lavfi/afade: fix cur_sample computationStefano Sabatini
2014-10-21Merge commit 'd1afd3e1d6e43f4d37ae147091f270124ac48e04'Michael Niedermayer
2014-10-20avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell
2014-10-20vf_format: check input validityVittorio Giovara
2014-10-19libavfi: added option to vf_perspective to specify transformation by giving d...Nicholas Robbins
2014-10-19avfilter/vf_idet: add counts to frame metadataKevin Mitchell
2014-10-19Merge commit '0d989dbfc4bc5bc1d563e967449116a7a9865258'Michael Niedermayer
2014-10-18Merge commit '6d96c7ea89600655b1f18a3b12f3f041fa714152'Michael Niedermayer
2014-10-18Merge commit 'f401792595dd7760f531e8a3bd2336e9033bd45a'Michael Niedermayer
2014-10-18af_resample: check av_opt_set_dict return valueVittorio Giovara
2014-10-18vf_showinfo: Forward the av_image_get_linesize errorVittorio Giovara
2014-10-18vf_drawtext: Do not leak the mmapped textfileLuca Barbato
2014-10-18Merge commit '6cbbf0592f4f3940aac7f687850d1b726a2ea836'Michael Niedermayer
2014-10-18resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry
2014-10-17x86/vf_noise: move asm code to a separate fileJames Almer
2014-10-16avfilter/vf_noise: Use a separate seed for each planeMichael Niedermayer
2014-10-16avfilter/vf_noise: use per component rand_shiftMichael Niedermayer
2014-10-16avfilter/vf_noise: move shift calculation to filter_frame()Michael Niedermayer
2014-10-16avfilter/vf_noise: fix high resolution supportMichael Niedermayer
2014-10-14avfilter/vf_pp: add gbrp supportMichael Niedermayer
2014-10-13avfilter/vf_pp: support AV_PIX_FMT_GRAY8Michael Niedermayer
2014-10-13avfilter/vf_pp: add yuv 4:4:0 supportMichael Niedermayer
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
2014-10-07avfilter: add w/h parameters in timelineClément Bœsch
2014-10-07avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-10-02avfilter: Properly check for failed format queryDerek Buitenhuis
2014-10-02avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis
2014-09-27avfilter/signalstats: add more pixel formatsPaul B Mahol
2014-09-27libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-09-27libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-09-27libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-09-21avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s...Michael Niedermayer