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
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
2010-05-08Log input size, input format and swscale flags used for conversion inStefano Sabatini
2010-05-07c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-05-07Support setting flags for sws.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-13Make the scale filter pass the pkt.pos information to the outputStefano Sabatini
2010-02-01Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini
2010-01-31Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini
2010-01-09 Make the scale filter set in the input and output links only theStefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini
2009-11-29Use the correct chroma values for the data[] array used inStefano Sabatini
2009-11-29Use a valid log context for av_log().Stefano Sabatini
2009-11-12Add scale filter.Stefano Sabatini