summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
...
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-25
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-22
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21
* Make avfiltergraph.h public.Stefano Sabatini2010-11-13
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-13
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-10
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-08
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini2010-11-07
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
* Add transpose filter.Stefano Sabatini2010-10-18
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
* Implement cropdetect filter.Stefano Sabatini2010-10-12
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
* Implement settb filter.Stefano Sabatini2010-10-11
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-10
* Fix reference to nonexistent function.Stefano Sabatini2010-10-01
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini2010-09-27
* Make AVFilterLink store the pointers to the source and destinationStefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
* Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini2010-09-25
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-23
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-24
* Add fifo filter.Stefano Sabatini2010-08-24
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-20
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-20
* Cosmetics: add an empty newline between the function description andStefano Sabatini2010-08-20
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Add hflip filter.Stefano Sabatini2010-08-17
* Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini2010-08-12
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-12
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-11
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-11
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11