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
2010-07-19Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini
2010-07-17Move the AV_PERM_* flags definition outside the AVFilterPicRefS.N. Hemanth Meenakshisundaram
2010-07-17Clarify AVFilterBuffer documentation, make it clear that it is notStefano Sabatini
2010-07-17Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram
2010-07-17Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram
2010-07-17Add color source.Stefano Sabatini
2010-07-11Use avfilter_copy_picref_props() along lavfi.Víctor Paesa
2010-07-09Reindent after r24101.Stefano Sabatini
2010-07-08Rename read/write_line() to av_read/write_image_line().Stefano Sabatini
2010-07-07Add pixdesctest filter and corresponding test.Stefano Sabatini
2010-07-07Implement avfilter_copy_picref_props().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-03Use default graph swscale opts when no opts are suppliedBaptiste Coudurier
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
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-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-28Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini
2010-06-28Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini
2010-06-28Reindent after the last commit.Stefano Sabatini
2010-06-28Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini
2010-06-28Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini
2010-06-27Add a const declaration, fixing a warningEli Friedman
2010-06-27Fix clang warning, make initialization more readableEli Friedman
2010-06-18Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos
2010-06-17add #include so make checkheaders passesMichael Niedermayer
2010-06-13Document what av_get_token() returns in case of allocation failure.Stefano Sabatini
2010-06-13Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini
2010-06-13 Add missing check to av_get_token().Stefano Sabatini
2010-05-23Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-05-16use filter name when graph parser add filtersBaptiste Coudurier
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-13Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini
2010-05-11silence gcc warning about potential uninitialized usageBaptiste Coudurier
2010-05-10Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak
2010-05-10Bump lavfi minor after the addition of the fields interlaced andStefano 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-07vf_pad: fix mixed code and declarationsMåns Rullgård
2010-05-07c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer
2010-05-07Add pad filter.Michael Niedermayer
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-05-07Enable vsrc_bufferMichael Niedermayer
2010-05-07Support setting flags for sws.Michael Niedermayer