Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-12lavfi/tests/filtfmts: include internal.h.Nicolas George
2017-01-12lavfi/buffersink: add accessors for the stream properties.Nicolas George
2017-01-12lavfi, ffmpeg: simplify filter names.Nicolas George
2017-01-12lavfi: use an audio frame pool for each link of the filtergraphMatthieu Bouron
2017-01-12lavfi/framepool: cosmetic style fixesMatthieu Bouron
2017-01-12lavfi/framepool: re-indent after previous commitMatthieu Bouron
2017-01-12lavfi/framepool: add audio supportMatthieu Bouron
2017-01-12lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron
2017-01-11avfilter/vf_libopencv: fix resource leak in read_shape_frame_filterSteven Liu
2017-01-09avfilter/af_sofalizer: speed and clean up fast convolution a littlePaul B Mahol
2017-01-08avfilter/af_dynaudnorm: fix hang with too short inputPaul B Mahol
2017-01-07lavfi/selectivecolor: add a link to algorithm explanationsClément Bœsch
2017-01-06avfilter/asrc_flite: Fix textbuf leakMichael Niedermayer
2017-01-06avfilter/vf_shuffleframes: allow also dropping framesPaul B Mahol
2017-01-04avfilter/avf_aphasemeter: fix memleaksPaul B Mahol
2017-01-02avfilter/vf_pad: Fix segfault if reconfiguration failsMichael Niedermayer
2016-12-31lavfi/selectivecolor: rename adjust_range to scaleClément Bœsch
2016-12-30avfilter/vf_pad: Add eval=frame supportMichael Niedermayer
2016-12-28avfilter/avf_aphasemeter: make video output optionalPaul B Mahol
2016-12-28lavfi/selectivecolor: simplify crazy mid val computationsClément Bœsch
2016-12-28lavfi/transpose: add missing const options flagsClément Bœsch
2016-12-25avfilter/af_amerge: properly handle unknown input layoutsMarton Balint