aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAgeFilesLines
* lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-2/+2
* lavfi: add showinfo filterStefano Sabatini2011-04-271-2/+2
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-3/+3
|\
| * lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-261-2/+2
| * lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-261-1/+3
| * vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-261-1/+1
| * lavfi: add fieldorder filterMark Himsley2011-04-261-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-3/+3
|\|
| * Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
* | pad: make the filter parametricStefano Sabatini2011-04-191-1/+1
* | Add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-161-1/+3
* | lavfi: add fieldorder filterMark Himsley2011-04-111-2/+2
* | scale: make the filter parametricStefano Sabatini2011-04-051-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\|
| * lavfi: add fade filterBrandon Mintern2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-3/+2
| * Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-141-2/+3
| * libavfilter: add video movie sourceStefano Sabatini2011-02-081-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-3/+2
* | Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-311-1/+1
* | Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-01-311-2/+3
|/
* avfilter: remove stray semicolonMans Rullgard2011-01-181-1/+1
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-151-3/+3
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-151-2/+2
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-121-1/+1
* Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer2011-01-111-1/+4
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-281-1/+1
* Bump lavfi minor and add an entry after r26108 (which addedStefano Sabatini2010-12-271-2/+2
* Support filters and decoders that dont support negative linesizes.Michael Niedermayer2010-12-271-0/+1
* Add erode libopencv filter.Stefano Sabatini2010-12-261-1/+1
* Add dilate libopencv filter.Stefano Sabatini2010-12-261-1/+1
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-231-1/+1
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-121-2/+2
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-091-2/+3
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-041-2/+2
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-041-1/+1
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-021-1/+1
* Implement frei0r source.Stefano Sabatini2010-11-301-1/+1
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-251-1/+16
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-221-2/+2
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-2/+2
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-211-1/+1
* Make avfiltergraph.h public.Stefano Sabatini2010-11-131-1/+1
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-131-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-4/+4
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-101-1/+1
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-4/+4
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+1