summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
| * vf_scale: make the dar variable return the DAR.Rudolf Polzer2013-11-021-1/+2
* | avfilter/vf_scale: simplify alignment codeMichael Niedermayer2014-01-251-9/+4
* | avfilter/vf_scale: do aspect ratio and scale factor compensation togetherMichael Niedermayer2014-01-251-6/+4
* | Documentation for scale filter factorLars Kiesow2014-01-251-0/+1
* | Fixed factor for scale filterLars Kiesow2014-01-251-3/+5
* | Factors for scale filterLars Kiesow2014-01-251-4/+22
* | avfilter/vf_scale: add ov/hsubMichael Niedermayer2013-11-041-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter/vf_scale: Correct vf_scale mappings from arguments to color rangeRobert Krüger2013-10-231-2/+2
* | avfilter/vf_scale: dont duplicate default.Michael Niedermayer2013-10-061-1/+1
* | avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer2013-10-061-1/+1
* | lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol2013-09-211-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-15/+11
* | avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer2013-08-161-3/+1
* | avfilter/vf_scale: generic swscale option supportMichael Niedermayer2013-08-151-3/+29
* | vf_scale: add force_original_aspect_ratioTimothy Gu2013-08-041-0/+19
* | avfilter/vf_scale: set in_color_matrix default to "auto"Michael Niedermayer2013-07-271-1/+1
* | avfilter/vf_scale: use sws_getCoefficients()Michael Niedermayer2013-07-261-11/+1
* | avfilter/vf_scale: use the inputs color range when its set and its not overri...Michael Niedermayer2013-07-251-0/+6
* | vf_scale: add input h/v_chr_pos parametersMichael Niedermayer2013-07-241-0/+6
* | vf_scale: add output h/v_chr_pos parameterssMichael Niedermayer2013-07-241-0/+8
* | vfilter/vf_scale: avoid using "{}"Michael Niedermayer2013-07-211-1/+1
* | avfilter/vf_scale; fix indentMichael Niedermayer2013-07-201-6/+6
* | avfilter/vf_scale: add in/out color range optionMichael Niedermayer2013-07-201-0/+16
* | avfilter/vf_scale: Add in/out yuv color matrix optionMichael Niedermayer2013-07-201-0/+66
* | lavfi/scale: allocate interlaced scalers only if needed.Nicolas George2013-07-181-0/+2
* | vf_scale: use sws_init_context()Michael Niedermayer2013-07-181-16/+26
* | lavfi/scale: remove av_opt_free()Paul B Mahol2013-07-151-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-151-4/+4
|\ \ | |/
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-2/+2
* | Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110'Michael Niedermayer2013-05-071-2/+4
|\ \ | |/
| * vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau2013-05-061-2/+4
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | avfilter: Update scale to dictionary based optionsMichael Niedermayer2013-04-121-19/+8
* | Merge commit 'c334c113d4d9e9a41bc38a3e4458d7ab21010401'Michael Niedermayer2013-04-101-22/+21
|\ \ | |/
| * vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-091-20/+30
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-19/+18
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-13/+12
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-66/+19
* | lavfi/scale: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+1
* | vf_scale: switch to filter_frameMichael Niedermayer2012-11-291-89/+50
* | lavfi/scale: declare the filter private classStefano Sabatini2012-11-041-0/+1
* | lavfi/scale: avoid to print a NULL value in log messageStefano Sabatini2012-10-311-2/+2
* | lavfi/scale: implement clever/insane parsing heuristic, and add a size optionStefano Sabatini2012-10-291-4/+40
* | lavfi/scale: return error code in case of failed reconfiguration in start_fra...Stefano Sabatini2012-10-291-2/+1
* | lavfi/scale: accept named options, make parsing more robustStefano Sabatini2012-10-291-23/+42
OpenPOWER on IntegriCloud