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-05-27vf_scale: use the pixfmt descriptor APIAnton Khirnov
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-06vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau
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-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06vf_pad/scale: use double precision for aspect ratios.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-04-09vf_scale: support named constants for sws flags.Anton Khirnov
2012-04-01vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2011-09-28vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer
2011-09-28vf_scale: add a "sar" variableStefano Sabatini
2011-08-27vf_scale: don't leak SWS context.Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-04-26scale: make the filter parametricStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-16Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-09-28Make init() return sensible error code rather than -1 in case ofStefano Sabatini
2010-09-28Cosmetics: apply nits.Stefano Sabatini
2010-09-25Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini
2010-08-12100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-07-22Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram
2010-07-11Use avfilter_copy_picref_props() along lavfi.Víctor Paesa
2010-06-27Add a const declaration, fixing a warningEli Friedman
2010-05-23Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini
2010-05-08Make config_props() show conversion information before to create theStefano Sabatini