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
2014-12-25vf_scale: Use correct chroma positions for YUV420PKieran Kunhya
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
2013-07-24vf_scale: add output h/v_chr_pos parameterssMichael Niedermayer
2013-07-21vfilter/vf_scale: avoid using "{}"Michael Niedermayer
2013-07-21avfilter/vf_scale; fix indentMichael Niedermayer
2013-07-21avfilter/vf_scale: add in/out color range optionMichael Niedermayer
2013-07-21avfilter/vf_scale: Add in/out yuv color matrix optionMichael Niedermayer
2013-07-18lavfi/scale: allocate interlaced scalers only if needed.Nicolas George
2013-07-18vf_scale: use sws_init_context()Michael Niedermayer
2013-07-15lavfi/scale: remove av_opt_free()Paul B Mahol
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-07Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110'Michael Niedermayer
2013-05-06vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-12avfilter: Update scale to dictionary based optionsMichael Niedermayer
2013-04-10Merge commit 'c334c113d4d9e9a41bc38a3e4458d7ab21010401'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_scale: switch to an AVOptions-based system.Anton Khirnov
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-12-27lavfi/scale: remove usage of link->cur_buf.Clément Bœsch
2012-11-29vf_scale: switch to filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov