summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-074-1/+131
* Implement avfilter_copy_picref_props().Stefano Sabatini2010-07-071-2/+15
* vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård2010-07-061-3/+3
* Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini2010-07-051-39/+43
* Factorize out some code and implement the fill_line_with_color()Stefano Sabatini2010-07-051-50/+56
* Enhance pad filter command-line description.Stefano Sabatini2010-07-031-1/+1
* Use default graph swscale opts when no opts are suppliedBaptiste Coudurier2010-07-031-0/+7
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-022-2/+2
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Set pad description with NULL_IF_CONFIG_SMALL(), consistent with theStefano Sabatini2010-06-301-1/+1
* Improve description for the pad filter.Stefano Sabatini2010-06-301-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-305-42/+42
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-271-1/+1
* Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini2010-06-271-2/+1
* Reindent after the last commit.Stefano Sabatini2010-06-271-4/+4
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-272-8/+62
* Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini2010-06-271-2/+2
* Add a const declaration, fixing a warningEli Friedman2010-06-271-1/+1
* Fix clang warning, make initialization more readableEli Friedman2010-06-271-2/+2
* Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos2010-06-171-1/+2
* add #include so make checkheaders passesMichael Niedermayer2010-06-171-0/+2
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-131-1/+1
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-131-1/+1
* Add missing check to av_get_token().Stefano Sabatini2010-06-131-0/+1
* Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini2010-05-231-1/+1
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-1/+1
* use filter name when graph parser add filtersBaptiste Coudurier2010-05-161-1/+1
* Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini2010-05-131-1/+1
* Make the init and config_filter callbacks of the pad filter returnStefano Sabatini2010-05-131-3/+3
* Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini2010-05-131-2/+2
* silence gcc warning about potential uninitialized usageBaptiste Coudurier2010-05-111-1/+1
* Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak2010-05-101-1/+2
* Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini2010-05-091-1/+1
* Make config_props() show conversion information before to create theStefano Sabatini2010-05-071-4/+4
* Log input size, input format and swscale flags used for conversion inStefano Sabatini2010-05-071-2/+4
* vf_pad: fix mixed code and declarationsMåns Rullgård2010-05-071-2/+5
* c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer2010-05-071-1/+3
* Add pad filter.Michael Niedermayer2010-05-073-0/+328
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-075-0/+14
* Enable vsrc_bufferMichael Niedermayer2010-05-072-0/+2
* Support setting flags for sws.Michael Niedermayer2010-05-071-2/+6
* Add "Memory buffer source filter" from SOC.Michael Niedermayer2010-05-072-0/+164
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-2011-11/+11
* Fix leak in avfilter_graph_add_filter().Stefano Sabatini2010-04-181-5/+5
* Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini2010-04-131-1/+1
* Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini2010-04-111-2/+3
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-101-1/+1
* Add unsharp video filter.Bobby Bingham2010-04-073-0/+238
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-031-2/+1
OpenPOWER on IntegriCloud