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
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
2012-11-04lavfi/scale: declare the filter private classStefano Sabatini
2012-10-31lavfi/scale: avoid to print a NULL value in log messageStefano Sabatini
2012-10-29lavfi/scale: implement clever/insane parsing heuristic, and add a size optionStefano Sabatini
2012-10-29lavfi/scale: return error code in case of failed reconfiguration in start_fra...Stefano Sabatini
2012-10-29lavfi/scale: accept named options, make parsing more robustStefano Sabatini
2012-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06vf_pad/scale: use double precision for aspect ratios.Anton Khirnov
2012-09-05vf_scale: fix incompatible pointer type warningMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö