summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-091-4/+4
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-083-3/+6
* drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-061-6/+11
* drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-061-0/+2
* drawtext: add missing braces around an if() block.Andrey Utkin2012-02-051-2/+4
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-274-4/+0
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-251-2/+0
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-251-2/+0
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-141-1/+1
* lavfi: move version macros to a new installed header version.hAnton Khirnov2012-01-123-13/+46
* vsrc_buffer: release the buffer on uninit.Anton Khirnov2012-01-121-0/+9
* vsrc_buffer: error on changing frame parameters.Anton Khirnov2012-01-101-0/+10
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* Disable annoying warning without changing behaviorAndrey Utkin2012-01-071-0/+1
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-251-2/+2
* lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-253-34/+72
* lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-254-8/+30
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-2/+2
* allfilters: fix type of avfilter_vsrc_buffer.Anton Khirnov2011-12-231-1/+1
* lavfi: always build vsrc_buffer.Anton Khirnov2011-12-222-2/+7
* yadif: support 10bit YUVLuca Barbato2011-12-131-2/+5
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-2/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
* lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin2011-12-111-1/+1
* drawtext: remove typoLuca Barbato2011-12-071-1/+1
* drawtext: introduce rand(min, max)Luca Barbato2011-12-071-7/+27
* drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-071-1/+10
* drawtext: make x and y parametricLuca Barbato2011-12-031-8/+125
* drawtext: manage memory allocation betterLuca Barbato2011-12-031-132/+132
* drawtext: refactor draw_textLuca Barbato2011-12-031-21/+46
* Make channel layout masks unsignedMans Rullgard2011-11-254-11/+11
* libavfilter: reindent.Ronald S. Bultje2011-11-051-7/+7
* avfilter: don't abort() on zero-size allocations.Ronald S. Bultje2011-11-051-3/+6
* avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-031-2/+2
* vsrc_testsrc: fix mailing list reference URLDiego Biurrun2011-11-021-1/+1
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-194-2/+144
* lavfi: add testsrc sourceStefano Sabatini2011-10-194-1/+362
* lavfi: port libmpcodecs delogo filterStefano Sabatini2011-10-174-1/+287
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-174-1/+353
* lavfi: add negate filterStefano Sabatini2011-10-174-1/+26
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-176-2/+394
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-122-35/+35
* vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-291-2/+2
* vf_unsharp: fix out-of-buffer readStefano Sabatini2011-09-291-1/+5
* vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini2011-09-281-6/+12
* vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini2011-09-281-5/+5
OpenPOWER on IntegriCloud