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-28Require libswscale only if the scale filter is used.Stefano Sabatini
2010-07-28Remove reference to the unexisting movie filter and the correspondingStefano Sabatini
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-23Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec,Stefano Sabatini
2010-07-22Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram
2010-07-22Document create_filter().Stefano Sabatini
2010-07-22Add simple doxy to link_filter().Stefano Sabatini
2010-07-22Fix documentation for parse_link_name().Stefano Sabatini
2010-07-22Consistently use Uppercase for the first character of the logStefano Sabatini
2010-07-22Make link_filter() propagate the generated error code.Stefano Sabatini
2010-07-22Fix style: "if(" -> "if (".Stefano Sabatini
2010-07-21Extend buffer source syntax.Stefano Sabatini
2010-07-21Add an informational trace in init().Stefano Sabatini
2010-07-21Clarify logic and feedback of the init() function.Stefano Sabatini
2010-07-21Add description to the buffer source.Stefano Sabatini
2010-07-20Apply misc cosmetical style fixes.Stefano Sabatini
2010-07-20Add @file doxy.Stefano Sabatini
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