summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-121-2/+2
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-091-2/+3
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-041-2/+2
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-041-1/+1
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-021-1/+1
* Implement frei0r source.Stefano Sabatini2010-11-301-1/+1
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-251-1/+16
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-221-2/+2
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-2/+2
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-211-1/+1
* Make avfiltergraph.h public.Stefano Sabatini2010-11-131-1/+1
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-131-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-4/+4
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-101-1/+1
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-4/+4
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+1
* Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini2010-11-071-1/+1
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-041-1/+1
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-041-1/+1
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-021-1/+1
* Add transpose filter.Stefano Sabatini2010-10-181-1/+1
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-2/+2
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-121-1/+1
* Implement cropdetect filter.Stefano Sabatini2010-10-121-2/+2
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-111-1/+1
* Implement settb filter.Stefano Sabatini2010-10-111-1/+1
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-101-2/+16
* Fix reference to nonexistent function.Stefano Sabatini2010-10-011-1/+1
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-281-2/+2
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-271-1/+1
* Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini2010-09-271-3/+3
* Make AVFilterLink store the pointers to the source and destinationStefano Sabatini2010-09-271-4/+4
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-1/+1
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-261-1/+1
* Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini2010-09-251-1/+1
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-251-1/+1
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-251-1/+1
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-251-1/+1
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-241-1/+1
* Add frei0r filter.Stefano Sabatini2010-09-241-1/+1
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-231-1/+1
* Implement libopencv smooth filter.Stefano Sabatini2010-09-141-2/+2
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-071-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-241-1/+1
* Add fifo filter.Stefano Sabatini2010-08-241-1/+1
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-201-2/+2
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-201-1/+1
* Cosmetics: add an empty newline between the function description andStefano Sabatini2010-08-201-0/+16
OpenPOWER on IntegriCloud