summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* vf_scale: Add an option to pass the scaler paramsLuca Barbato2015-08-261-1/+4
* Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov2015-05-051-4/+3
* lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara2014-12-181-3/+4
* vf_scale: use the pixfmt descriptor APIAnton Khirnov2014-05-261-2/+8
* lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* vf_scale: make the dar variable return the DAR.Rudolf Polzer2013-11-021-1/+2
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-2/+2
* 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
* vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-091-20/+30
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-13/+12
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-66/+19
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-8/+10
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-10/+22
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-061-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+4
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-3/+11
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-5/+5
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-5/+14
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-10/+10
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-1/+1
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-4/+5
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-6/+7
* vf_scale: support named constants for sws flags.Anton Khirnov2012-04-091-1/+10
* vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-011-5/+20
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-1/+2
* vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-281-0/+8
* vf_scale: add a "sar" variableStefano Sabatini2011-09-281-3/+7
* vf_scale: don't leak SWS context.Michael Niedermayer2011-08-271-0/+2
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* scale: make the filter parametricStefano Sabatini2011-04-261-9/+84
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini2011-01-161-1/+3
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Make init() return sensible error code rather than -1 in case ofStefano Sabatini2010-09-281-1/+1
* Cosmetics: apply nits.Stefano Sabatini2010-09-281-3/+3
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-241-1/+1
* 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier2010-08-121-0/+2
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-3/+3
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-2/+2
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-3/+3
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-2/+2
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-111-4/+1
OpenPOWER on IntegriCloud