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-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
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-17Add color source.Stefano Sabatini
2010-07-06vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård
2010-07-06Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini
2010-07-06Factorize out some code and implement the fill_line_with_color()Stefano Sabatini
2010-07-03Enhance pad filter command-line description.Stefano Sabatini
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-07-01Set pad description with NULL_IF_CONFIG_SMALL(), consistent with theStefano Sabatini
2010-07-01Improve description for the pad filter.Stefano Sabatini
2010-05-13Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini
2010-05-13Make the init and config_filter callbacks of the pad filter returnStefano Sabatini
2010-05-11silence gcc warning about potential uninitialized usageBaptiste Coudurier
2010-05-07vf_pad: fix mixed code and declarationsMåns Rullgård
2010-05-07Add pad filter.Michael Niedermayer