summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
...
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini2010-08-17
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-12
* Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram2010-08-11
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* avfilter: indentMåns Rullgård2010-08-06
* avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård2010-08-06
* avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård2010-08-06
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-22
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-18
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-11
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-03
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini2010-03-06
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-31
* Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini2010-01-13
* Make avfilter_insert_filter() print the instance name of theStefano Sabatini2010-01-10
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Implement avfilter_next().Stefano Sabatini2009-11-24
* Implement a new registration system for filters.Stefano Sabatini2009-11-24
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-03
* Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini2009-10-27
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-25
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-18
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-06
* Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli2009-04-14
* Make static the list of registered filters.Víctor Paesa2009-03-26
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-12
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-12
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-26
* Implement avfilter_version().Stefano Sabatini2008-08-08
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* fix AVClass for avfilterMåns Rullgård2008-03-07
* Do not copy more data than neededVitor Sessak2008-02-15
* Remove header now made uselessVitor Sessak2008-02-15
* Remove unneeded function.Vitor Sessak2008-02-15
* Missed this file in my conditional compilation patchVitor Sessak2008-02-15
* SimplifyVitor Sessak2008-02-15
* SimplifyVitor Sessak2008-02-15
* Indent after last commitVitor Sessak2008-02-15