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
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-26avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-16avfilter/vf_telecine: use ff_formats_pixdesc_filter()Paul B Mahol
2020-04-14avfilter/vf_telecine: avoid possible null-pointer dereferencePaul B Mahol
2020-04-11lavfi/telecine: Mark telecined frames as interlaced.Carl Eugen Hoyos
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-06-14avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
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
2015-03-27avfilter/vf_telecine: Avoid floating point valuesHimangi Saraogi
2015-03-27avfilter/vf_telecine: Fix loss of AVFrame properties in outputHimangi Saraogi
2015-03-26avfilter/vf_telecine: Fix AV desync by using the first input timestampHimangi Saraogi
2015-01-28avfilter/vf_telecine: use the name 's' for the pointer to the private contextPaul B Mahol
2014-05-27avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-18avfilter/vf_telecine: remove redudant av_frame_copy_props()Paul B Mahol
2013-09-06lavfi/telecine: remove bitstream and pal formatsPaul B Mahol
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-25lavfi/telecine: show time base change tooPaul B Mahol
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11telecine filterPaul B Mahol