summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-072-3/+7
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-071-1/+2
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-071-2/+2
* Fix doxy, use third person.Stefano Sabatini2010-01-071-1/+1
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-062-11/+16
* Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini2010-01-041-6/+5
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-032-1/+22
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-032-4/+4
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-111-2/+2
* Make parse_key_value_pair() print an error message if a key is notStefano Sabatini2009-12-081-0/+2
* Use an unsigned int to contain all the color values of the expressionsStefano Sabatini2009-12-081-1/+2
* Fix alpha plane flipping for the yuva420p and similar pixel formats.Stefano Sabatini2009-12-081-8/+8
* Reindent after the last commit.Stefano Sabatini2009-12-061-4/+4
* Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini2009-12-061-0/+8
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-048-33/+30
* Use the correct chroma values for the data[] array used inStefano Sabatini2009-11-291-2/+2
* Use a valid log context for av_log().Stefano Sabatini2009-11-291-1/+1
* Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini2009-11-291-0/+5
* Remove AVFilter.next field, since it is not used and it is not goingStefano Sabatini2009-11-251-6/+1
* Implement avfilter_next().Stefano Sabatini2009-11-242-1/+14
* Implement a new registration system for filters.Stefano Sabatini2009-11-242-15/+20
* Remove from the list of the supported formats the formats which areStefano Sabatini2009-11-221-3/+0
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+22
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-161-0/+2
* Add scale filter.Stefano Sabatini2009-11-114-1/+206
* Fix crop filter start_frame() for paletted formats different fromStefano Sabatini2009-11-091-1/+5
* Enable linking of parseutils.o.Stefano Sabatini2009-11-091-0/+1
* Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini2009-11-081-1/+1
* Vertical align.Stefano Sabatini2009-11-031-6/+6
* Use spaces after commas for improving readability.Stefano Sabatini2009-11-031-6/+6
* Add slicify video filter.Stefano Sabatini2009-11-034-2/+111
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-032-5/+2
* Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini2009-11-032-0/+15
* Change file doxy fromStefano Sabatini2009-11-031-1/+1
* Fix/clarify description of the noformat filter.Stefano Sabatini2009-11-031-1/+1
* Remove the get_video_buffer() callback.Stefano Sabatini2009-10-301-7/+0
* Fix doxies, use third person and phrase-ending dots.Stefano Sabatini2009-10-271-2/+2
* Add format and noformat filters.Stefano Sabatini2009-10-274-1/+159
* Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini2009-10-271-21/+13
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-271-3/+8
* Add descriptions for the committed filters.Stefano Sabatini2009-10-273-0/+5
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-251-1/+2
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-221-7/+7
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-221-2/+8
* Add video vertical flip filter.Stefano Sabatini2009-10-223-0/+104
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-211-1/+1
* Add video crop filter.Stefano Sabatini2009-10-213-0/+235
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-212-4/+4
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-212-3/+3
* Break over-80-chars-long line.Stefano Sabatini2009-10-191-1/+2
OpenPOWER on IntegriCloud