summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec,Stefano Sabatini2010-07-22
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-22
* Document create_filter().Stefano Sabatini2010-07-22
* Add simple doxy to link_filter().Stefano Sabatini2010-07-22
* Fix documentation for parse_link_name().Stefano Sabatini2010-07-22
* Consistently use Uppercase for the first character of the logStefano Sabatini2010-07-22
* Make link_filter() propagate the generated error code.Stefano Sabatini2010-07-22
* Fix style: "if(" -> "if (".Stefano Sabatini2010-07-22
* Extend buffer source syntax.Stefano Sabatini2010-07-21
* Add an informational trace in init().Stefano Sabatini2010-07-21
* Clarify logic and feedback of the init() function.Stefano Sabatini2010-07-21
* Add description to the buffer source.Stefano Sabatini2010-07-21
* Apply misc cosmetical style fixes.Stefano Sabatini2010-07-20
* Add @file doxy.Stefano Sabatini2010-07-20
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-18
* Move the AV_PERM_* flags definition outside the AVFilterPicRefS.N. Hemanth Meenakshisundaram2010-07-17
* Clarify AVFilterBuffer documentation, make it clear that it is notStefano Sabatini2010-07-17
* Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram2010-07-17
* Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram2010-07-17
* Add color source.Stefano Sabatini2010-07-17
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-11
* Reindent after r24101.Stefano Sabatini2010-07-08
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-07
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
* Implement avfilter_copy_picref_props().Stefano Sabatini2010-07-07
* vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård2010-07-06
* Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini2010-07-05
* Factorize out some code and implement the fill_line_with_color()Stefano Sabatini2010-07-05
* Enhance pad filter command-line description.Stefano Sabatini2010-07-03
* Use default graph swscale opts when no opts are suppliedBaptiste Coudurier2010-07-03
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Set pad description with NULL_IF_CONFIG_SMALL(), consistent with theStefano Sabatini2010-06-30
* Improve description for the pad filter.Stefano Sabatini2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-27
* Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini2010-06-27
* Reindent after the last commit.Stefano Sabatini2010-06-27
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-27
* Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini2010-06-27
* Add a const declaration, fixing a warningEli Friedman2010-06-27
* Fix clang warning, make initialization more readableEli Friedman2010-06-27
* Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos2010-06-17
* add #include so make checkheaders passesMichael Niedermayer2010-06-17
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-13
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-13
* Add missing check to av_get_token().Stefano Sabatini2010-06-13
* Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini2010-05-23
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23