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-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-18vsrc_color: add @file doxyStefano Sabatini
2011-04-19pad: make the filter parametricStefano Sabatini
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-17Merge 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