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-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-16vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_pad: switch to an AVOptions-based system.Anton Khirnov
2013-03-10vf_pad: fix a & instead of && typoXi Wang
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 ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: add error handling to end_frame().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-07-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-07-20vf_pad: don't give up its own reference to the output buffer.Anton Khirnov
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-02-21Mark mutable static data const where appropriate.Alex Converse
2011-09-28vf_pad: fix "vsub" variable value computationStefano Sabatini
2011-09-19vsrc_color: add @file doxyStefano Sabatini
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-04-26pad: make the filter parametricStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-12In the pad filter, log information about the input size.Stefano Sabatini
2011-01-12Fix design of the pad filter.Michael Niedermayer
2011-01-05In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-17100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier
2010-11-13improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
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-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini