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
2011-10-01vf_scale.c: propagate error codeMichael Niedermayer
2011-09-07vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer
2011-06-01Fix type of out[] variable, it should not be const.Reimar Döffinger
2011-05-02scale: fix leak occurring when a scale filter is reconfiguredStefano Sabatini
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26scale: make the filter parametricStefano Sabatini
2011-04-17scale: set evaluated value for the "out_w" and "out_h" constantsStefano Sabatini
2011-04-17scale: fix computation for the "hsub" and "vsub" constantsStefano Sabatini
2011-04-05scale: make the filter parametricStefano Sabatini
2011-04-03Dont leak sws contexts.Michael Niedermayer
2011-03-28Implement interlaced scaling.Michael Niedermayer
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