summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-22
* Add video vertical flip filter.Stefano Sabatini2009-10-22
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-21
* Add video crop filter.Stefano Sabatini2009-10-21
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-21
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-21
* Break over-80-chars-long line.Stefano Sabatini2009-10-19
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
* Make clear in the doxy that this is a *video* filter.Stefano Sabatini2009-10-18
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-18
* Add the null video filter.Stefano Sabatini2009-10-18
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-18
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-07
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-06
* Remove the const qualifier for the name field of AVFilterInOut, sinceStefano Sabatini2009-06-01
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-31
* Fix grammar for avfilter_graph_parse() doxy.Stefano Sabatini2009-05-22
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini2009-05-18