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: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_hue: 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
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-03-24avfilter/hue: fix range in commentGyan Doshi
2020-01-13lavfi/hue: enable runtime change flagJun Zhao
2018-08-16avfilter/vf_hue: 10bit supportMichael Niedermayer
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-27lavfi/vf_hue: replace rint by lrintGanesh Ajjanagadde
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2013-12-20lavfi/hue: show first decimal value of saturationStefano Sabatini
2013-12-20lavfi/hue: use av_clip_uint8() instead of av_clip_uint8_c()Stefano Sabatini
2013-12-20lavfi/hue: force table initialization for the first frameStefano Sabatini
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-03lavfi/hue: relicense to LGPL with permission by all contributorsPaul B Mahol
2013-08-22lavfi/hue: allow changing brightnessPaul B Mahol
2013-08-21lavfi/hue: use lookup tablesPaul B Mahol
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-24lavfi/hue: rework logic for setting commandsStefano Sabatini
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-12lavfi/hue: add support for more alpha formatsPaul B Mahol
2013-04-12lavfi/hue: copy alpha plane tooPaul B Mahol
2013-04-12lavfi/hue: make do while (0) form meaningful.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/hue: extend debugging messageStefano Sabatini
2013-04-11lavfi/hue: reindent after last commitStefano Sabatini
2013-04-11lavfi/hue: apply major simplifications, and switch to AVOption-based systemStefano Sabatini
2013-03-10lavfi/hue: reindent.Clément Bœsch
2013-03-10lavfi/hue: add an optimized direct path.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-20lavfi/hue: reindent after previous commitStefano Sabatini
2013-02-20lavfi/hue: simplify parsing by making use of option shorthandsStefano Sabatini
2012-12-02lavfi/hue: move to ff_filter_frame.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-23lavfi/hue: simplify/fix setting logic in set_options()Stefano Sabatini
2012-09-21lavfi/hue: set to NULL freed pointersStefano Sabatini
2012-09-21lavfi/hue: fix crash when resetting the saturation expressionStefano Sabatini
2012-09-15lavfi/hue: add dynamic expression evaluation supportJérémy Tran
2012-09-06vf_hue: fix AVOption defaultsMichael Niedermayer
2012-08-31lavfi/hue: add process_command callbackJérémy Tran