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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_pullup: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-04avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-08-01avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on armMichael Niedermayer
2014-06-29avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARMMichael Niedermayer
2014-06-25avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer
2014-03-31avfilter/vf_pullup: fix gray8Michael Niedermayer
2014-03-26avfilter/vf_pullup: add comment to explain memset(0)Michael Niedermayer
2014-03-26avfilter/vf_pullup: zero freed memory for safteyMichael Niedermayer
2014-03-26vf_pullup: simplify, fix double free errorwm4
2013-12-13avfilter/vf_pullup: fix memleak on errorMichael Niedermayer
2013-12-13avfilter/vf_pullup: Factor free_field_queue() outMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-03avfilter/vf_pullup: do not ignore frame field orderPaul B Mahol
2013-09-18avfilter/vf_pullup: remove junk_down nonsensePaul B Mahol
2013-09-18avfilter/vf_pullup: change log level to errorPaul B Mahol
2013-09-18avfilter/vf_pullup: fix memleak of metrics for last PullupFieldPaul B Mahol
2013-09-18avfilter/vf_pullup: make sure metric_plane is availablePaul B Mahol
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol