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
2022-11-05lavfi/vf_fieldmatch: keep fields as-is if not matched properlymail@nodoa.me
2022-02-17avfilter/vf_fieldmatch: fix crash when inputs have different subsamplingPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-11avfilter/vf_fieldmatch: initialize dst pointer to silence warningPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-21avfilter/vf_fieldmatch: use av_malloc_array()Paul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-27avfilter/vf_fieldmatch: Don't allocate inpad namesAndreas Rheinhardt
2019-10-19avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol
2019-09-25avfilter/vf_fieldmatch: forward status back from output to all input linksPaul B Mahol
2019-09-25avfilter/vf_fieldmatch: fix more leaksPaul B Mahol
2018-04-29avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol
2018-04-29avfilter/vf_fieldmatch: switch to activatePaul B Mahol
2018-04-28avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startxPaul B Mahol
2017-08-25avfilter/vf_fieldmatch: check ff_insert_inpad() for failurePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-02-07lavfi/fieldmatch: fix fields copy when plane height is oddClément Bœsch
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-09avfilter/fieldmatch: use AV_OPT_TYPE_BOOL for ppsrc, mchroma and chroma optionsClément Bœsch
2015-03-17avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ...Michael Niedermayer
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-02-17avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND(...Michael Niedermayer
2015-01-26avfitler/vf_fieldmatch: fix typoPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-03avfilter: fix plane validity checksMichael Niedermayer
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-14lavfi: add missing periods in filter descriptions.Clément Bœsch
2013-04-14lavfi: port IVTC filters from vapoursynth.Clément Bœsch