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-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-09vf_scale: support named constants for sws flags.Anton Khirnov
2012-04-09vf_scale: ensure the palette is set for output.Reimar Döffinger
2012-04-09scale: fix slice rendering with conversion between pal/non-pal.Reimar Döffinger
2012-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-01vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov
2012-03-18lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2011-12-06vf_scale: give a clue in case of invalid expression self-referenceStefano Sabatini
2011-12-05vf_scale: support PAL8 output by producing BGR8.Reimar Döffinger
2011-11-18vf_scale: Fix slice position assert to take vertical subsampling into account.Michael Niedermayer
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-05Add const to static arrays where it was forgotten.Reimar Döffinger
2011-10-27vf_scale: Request an aligned buffer.Michael Niedermayer
2011-10-13vf_scale: remove mathematical constants now redundant.Nicolas George
2011-10-01vf_scale.c: propagate error codeMichael Niedermayer
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-08-27vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer
2011-07-30lavfi: tweak display aspect ratio variables in pad and scale filtersStefano Sabatini
2011-07-04vf_scale: add a "sar" variableStefano Sabatini
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
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