aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-101-1/+0
|\
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-093-3/+6
|\|
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-083-3/+6
* | Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE."Clément Bœsch2012-02-081-39/+41
* | vf_fspp: use LOCAL_MANGLE instead of MANGLE.Clément Bœsch2012-02-081-41/+39
* | lavfi/aspect: rename field aspect->aspect to aspect->ratioStefano Sabatini2012-02-071-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-071-1/+5
|\|
| * 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
* | lavfi: add setfield filterStefano Sabatini2012-02-064-1/+95
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-061-19/+6
* | lavfi/thumbnail: rename @url to @see.Clément Bœsch2012-02-031-1/+1
* | lavfi/amerge: copy ref props after filtering samples.Clément Bœsch2012-02-021-0/+7
* | lavfi/pan: copy ref props after filtering samples.Clément Bœsch2012-02-021-0/+4
* | lavfi/aconvert: use libswresample.Clément Bœsch2012-02-024-448/+35
* | lavfi/aresample: use libswresample.Clément Bœsch2012-02-022-253/+31
* | lavfi/aformat: use do..while(0) form for macro.Clément Bœsch2012-02-021-2/+3
* | drawtext: use new public timecode API.Clément Bœsch2012-02-021-19/+15
* | libavfilter/version.h: fix project nameMichael Niedermayer2012-02-011-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-294-3/+1
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-274-4/+0
* | Fix "ouput" typo and add a check.Clément Bœsch2012-01-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-262-5/+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
* | lavfi: Makefile: cosmetics: align FFLIBS.Nicolas George2012-01-251-7/+7
* | lavfi: require libswr for af_pan.Nicolas George2012-01-241-0/+1
* | lavfi: add avfilter_graph_dump.Nicolas George2012-01-244-2/+183
* | pan: drop unecessary includes.Clément Bœsch2012-01-241-2/+0
* | pan: move query_formats() to avoid forward declarations.Clément Bœsch2012-01-241-37/+34
* | pan: reindent after remap commit.Clément Bœsch2012-01-241-21/+21
* | pan: add channel mapping capability.Clément Bœsch2012-01-242-7/+128
* | pan: raise correct error when there is no param specified.Clément Bœsch2012-01-241-0/+6
* | avfilter: add some asserts() to check refcounts.Michael Niedermayer2012-01-221-0/+2
* | lavfi: fix mp and mandelbrot descriptions to make them complete sentencesStefano Sabatini2012-01-212-2/+2
* | deshake: variable used uninitializedRay Simard2012-01-211-8/+9
* | lavfi: add missing periods in descriptions.Clément Bœsch2012-01-205-5/+5
* | lavfi/testsrc: add "decimals" option to the testsrc filterStefano Sabatini2012-01-172-2/+15
* | lavfi/rgbtestsrc: make alpha plane opaqueStefano Sabatini2012-01-151-1/+1
* | overlay: do not leak x/y expressions.Nicolas George2012-01-151-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-151-1/+1
|\|
| * cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-141-1/+1
* | vf_deshake: remove unused variable totalanglesRay Simard2012-01-131-9/+0
* | vf_deshake: zero-init Transform structs in end_frame()Ray Simard2012-01-131-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-134-12/+55
|\|
| * lavfi: move version macros to a new installed header version.hAnton Khirnov2012-01-123-13/+46