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
2017-02-11lavfi/minterpolate: Remove an unused variable.Carl Eugen Hoyos
2017-02-07avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko
2017-02-06avfilter/vf_midequalizer: Remove duplicate includeMichael Niedermayer
2017-02-06avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint
2017-02-05vf_scale_vaapi: Add missing return value checksMark Thompson
2017-02-05avfilter/ebur128: fix relative threshold calculation for multiple contextsMarton Balint
2017-02-05avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th...Marton Balint
2017-02-04avfilter: add midequalizer filterPaul B Mahol
2017-02-03avfilter/vf_unsharp: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_perspective: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_fieldhint: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_deshake: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_ciescope: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta
2017-01-31avfilter/overlay: add gbrp output formatPaul B Mahol
2017-01-30avfilter: add threshold filterPaul B Mahol
2017-01-30avfilter/showcqt: make minimum timeclamp option lowerMuhammad Faiz
2017-01-29lavfi: make ff_framequeue_skip_samples() more useful.Nicolas George
2017-01-29avfilter/vf_remap: add . at end of long descriptionPaul B Mahol
2017-01-28avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filt...Michael Niedermayer
2017-01-27avfilter/avf_showspectrum: fix 2 possible crashesPaul B Mahol
2017-01-26avfilter: add abitscope multimedia filterPaul B Mahol
2017-01-25avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ...Marton Balint
2017-01-24avfilter: add EIA-608 line extractorPaul B Mahol
2017-01-22avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list()Michael Niedermayer
2017-01-22avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf()Michael Niedermayer
2017-01-22avfilter/vf_palettegen: Fix leak and simplify codeMichael Niedermayer
2017-01-21avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer
2017-01-19avfilter:vf_drawtext: add new line space size set parameterSteven Liu
2017-01-12libavfilter/af_biquads: warn about clipping only after frame with clippingSergey Kudryashov
2017-01-12lavfi: remove stray semicolons.Nicolas George
2017-01-12lavfi: reindent after previous commit.Nicolas George
2017-01-12lavfi/buffersink: move to the new design.Nicolas George
2017-01-12lavfi: do not call ff_filter_frame() with activate.Nicolas George
2017-01-12lavfi: make two functions static.Nicolas George
2017-01-12lavfi: disallow ff_request_frame for filters using activate.Nicolas George
2017-01-12lavfi: add ff_inlink_request_frame().Nicolas George
2017-01-12lavfi: move ff_update_link_current_pts() into the utility functions.Nicolas George
2017-01-12lavfi: cosmetic: remove forward declaration.Nicolas George
2017-01-12lavfi: add AVFilter.activate.Nicolas George
2017-01-12lavfi: use the consume helpers in ff_filter_frame_to_filter().Nicolas George
2017-01-12lavfi: add helpers to consume frames from link FIFOs.Nicolas George
2017-01-12lavfi: pass min explicitly to samples_ready().Nicolas George
2017-01-12lavfi: add ff_inlink_evaluate_timeline_at_frame().Nicolas George
2017-01-12lavfi: add ff_inlink_process_commands().Nicolas George
2017-01-12lavfi: merge two variables after a recent commit.Nicolas George
2017-01-12lavfi: implement ff_inlink_make_frame_writable().Nicolas George
2017-01-12lavfi: export ff_filter_set_ready() to the library.Nicolas George
2017-01-12lavfi: add ff_inlink_acknowledge_status().Nicolas George
2017-01-12lavfi: document that AVFilterLink is not for applications.Nicolas George