summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
...
* libavfilter: add video movie sourceStefano Sabatini2011-02-08
* avfilter: remove stray semicolonMans Rullgard2011-01-18
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-15
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-12
* Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer2011-01-11
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-28
* Bump lavfi minor and add an entry after r26108 (which addedStefano Sabatini2010-12-27
* Support filters and decoders that dont support negative linesizes.Michael Niedermayer2010-12-27
* Add erode libopencv filter.Stefano Sabatini2010-12-26
* Add dilate libopencv filter.Stefano Sabatini2010-12-26
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-23
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-09
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-04
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-04
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-02
* Implement frei0r source.Stefano Sabatini2010-11-30
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* 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