summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-171-7/+88
* Add hflip filter.Stefano Sabatini2010-08-171-2/+2
* Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini2010-08-121-19/+10
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-121-1/+1
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-111-1/+7
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-111-3/+3
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-3/+6
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-12/+22
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-18/+18
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-18/+18
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-071-3/+3
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+1
* Make avfilter_copy_picref_props() copy w and h from src to dst.Stefano Sabatini2010-08-031-0/+2
* Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.S.N. Hemanth Meenakshisundaram2010-07-301-4/+4
* Make avfilter_default_get_video_buffer() use functions inStefano Sabatini2010-07-301-1/+1
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-11/+13
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-181-1/+1
* Move the AV_PERM_* flags definition outside the AVFilterPicRefS.N. Hemanth Meenakshisundaram2010-07-171-6/+7
* Clarify AVFilterBuffer documentation, make it clear that it is notStefano Sabatini2010-07-171-8/+5
* Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram2010-07-171-3/+1
OpenPOWER on IntegriCloud