summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make ff_dprintf_ref() print the information related to the referencedStefano Sabatini2010-08-201-2/+2
* Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini2010-08-201-13/+13
* Extend ff_dprintf_picref() to make it print video interlaced andStefano Sabatini2010-08-201-2/+4
* Make ff_dprintf_picref() print video properties only if available.Stefano Sabatini2010-08-201-4/+9
* Only print the pointer to the first plane in ff_dprintf_picref().Stefano Sabatini2010-08-201-2/+2
* Enable and change the log level to DEBUG for the message printed inStefano Sabatini2010-08-191-3/+1
* Cosmetics: apply misc spacing style fixes.Stefano Sabatini2010-08-191-45/+44
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-171-0/+61
* Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini2010-08-171-0/+6
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-121-2/+2
* Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram2010-08-111-0/+3
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-3/+5
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-2/+7
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-17/+17
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-7/+7
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-8/+8
* avfilter: indentMåns Rullgård2010-08-061-2/+2
* avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård2010-08-061-0/+2
* avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård2010-08-061-2/+8
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-2/+4
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-181-9/+8
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-111-5/+1
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-071-0/+2
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+3
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-031-2/+1
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-131-2/+4
* Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini2010-03-061-2/+2
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-311-2/+4
* Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini2010-01-131-2/+3
* Make avfilter_insert_filter() print the instance name of theStefano Sabatini2010-01-101-1/+1
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-041-4/+4
* Implement avfilter_next().Stefano Sabatini2009-11-241-0/+5
* Implement a new registration system for filters.Stefano Sabatini2009-11-241-13/+16
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+11
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-031-3/+0
* Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini2009-10-271-21/+13
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-251-1/+2
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-181-1/+3
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-181-5/+8
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-061-0/+35
* Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli2009-04-141-0/+1
* Make static the list of registered filters.Víctor Paesa2009-03-261-1/+1
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-121-6/+6
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-121-1/+5
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-111-2/+4
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-261-1/+1
* Implement avfilter_version().Stefano Sabatini2008-08-081-0/+4
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* fix AVClass for avfilterMåns Rullgård2008-03-071-3/+6
OpenPOWER on IntegriCloud