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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-03avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta
2016-04-17vf_scale: support bt2020 in in/out_color_matrix properties.Ronald S. Bultje
2016-01-20vf_scale: Detecting changes of incoming frame properties and dinamically eval...Bela Bodecs
2015-12-31avfilter/vf_scale: set proper out frame color rangeThomas Mundt
2015-12-21lavfi/scale: add nb_slices debug optionClément Bœsch
2015-12-04avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-24vf_scale: conditionally override chroma positionChristophe Gisquet
2015-09-01lavfi/scale: Pass src_range and dst_range to libswscale.Carl Eugen Hoyos
2015-08-31Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6'Hendrik Leppkes
2015-08-31avfilter/vf_scale: If no output color matrix is specified, use the inputMichael Niedermayer
2015-08-31avfilter/vf_scale: Do not skip scale if the color matrix mismatchesMichael Niedermayer
2015-08-31avfilter/vf_scale: Do not skip scale if range mismatchesCarl Eugen Hoyos
2015-08-26vf_scale: Add an option to pass the scaler paramsLuca Barbato
2015-08-18scale2ref: override request_frame() and correctly connect them to the corresp...Michael Niedermayer
2015-08-18avfilter/vf_scale: Set scale2ref ref output timebaseMichael Niedermayer
2015-08-17avfilter: add scale2ref filterMichael Niedermayer
2015-08-08avfilter/vf_scale: apply generic options after flags.Michael Niedermayer
2015-07-21libavfilter/vf_scale: implement process_commandBernd Bleßmann
2015-05-05Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov
2015-04-13avfilter/vf_scale: Add warning for AVCOL_SPC_YCGCOMichael Niedermayer
2014-12-25vf_scale: Use correct chroma positions for YUV420PKieran Kunhya
2014-12-19lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara
2014-09-21avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s...Michael Niedermayer
2014-07-28avfilter/vf_scale: fix log message categoryMichael Niedermayer
2014-05-27Merge commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8'Michael Niedermayer
2014-05-27vf_scale: use the pixfmt descriptor APIAnton Khirnov
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-01-25avfilter/vf_scale: simplify alignment codeMichael Niedermayer
2014-01-25avfilter/vf_scale: do aspect ratio and scale factor compensation togetherMichael Niedermayer
2014-01-25Documentation for scale filter factorLars Kiesow
2014-01-25Fixed factor for scale filterLars Kiesow
2014-01-25Factors for scale filterLars Kiesow
2013-11-04avfilter/vf_scale: add ov/hsubMichael Niedermayer
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-23avfilter/vf_scale: Correct vf_scale mappings from arguments to color rangeRobert Krüger
2013-10-06avfilter/vf_scale: dont duplicate default.Michael Niedermayer
2013-10-06avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer
2013-09-21lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-16avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer
2013-08-16avfilter/vf_scale: generic swscale option supportMichael Niedermayer
2013-08-04vf_scale: add force_original_aspect_ratioTimothy Gu
2013-07-27avfilter/vf_scale: set in_color_matrix default to "auto"Michael Niedermayer
2013-07-27avfilter/vf_scale: use sws_getCoefficients()Michael Niedermayer
2013-07-25avfilter/vf_scale: use the inputs color range when its set and its not overri...Michael Niedermayer
2013-07-24vf_scale: add input h/v_chr_pos parametersMichael Niedermayer