summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini2010-01-13
* Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini2010-01-13
* Make query_formats() increment the scaler_count after each scalerStefano Sabatini2010-01-10
* Make avfilter_insert_filter() print the instance name of theStefano Sabatini2010-01-10
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-10
* Make the scale filter set in the input and output links only theStefano Sabatini2010-01-08
* Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini2010-01-08
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-07
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-07
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-07
* Fix doxy, use third person.Stefano Sabatini2010-01-07
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-06
* Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini2010-01-04
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-11
* Make parse_key_value_pair() print an error message if a key is notStefano Sabatini2009-12-08
* Use an unsigned int to contain all the color values of the expressionsStefano Sabatini2009-12-08
* Fix alpha plane flipping for the yuva420p and similar pixel formats.Stefano Sabatini2009-12-08
* Reindent after the last commit.Stefano Sabatini2009-12-06
* Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini2009-12-06
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Use the correct chroma values for the data[] array used inStefano Sabatini2009-11-29
* Use a valid log context for av_log().Stefano Sabatini2009-11-29
* Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini2009-11-29
* Remove AVFilter.next field, since it is not used and it is not goingStefano Sabatini2009-11-25
* Implement avfilter_next().Stefano Sabatini2009-11-24
* Implement a new registration system for filters.Stefano Sabatini2009-11-24
* Remove from the list of the supported formats the formats which areStefano Sabatini2009-11-22
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
* Add scale filter.Stefano Sabatini2009-11-11
* Fix crop filter start_frame() for paletted formats different fromStefano Sabatini2009-11-09
* Enable linking of parseutils.o.Stefano Sabatini2009-11-09
* Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini2009-11-08
* Vertical align.Stefano Sabatini2009-11-03
* Use spaces after commas for improving readability.Stefano Sabatini2009-11-03
* Add slicify video filter.Stefano Sabatini2009-11-03
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-03
* Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini2009-11-03
* Change file doxy fromStefano Sabatini2009-11-03
* Fix/clarify description of the noformat filter.Stefano Sabatini2009-11-03
* Remove the get_video_buffer() callback.Stefano Sabatini2009-10-30
* Fix doxies, use third person and phrase-ending dots.Stefano Sabatini2009-10-27
* Add format and noformat filters.Stefano Sabatini2009-10-27
* Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini2009-10-27
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-27
* Add descriptions for the committed filters.Stefano Sabatini2009-10-27
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-25
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-22