summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/aspect: set default value to 0:1, as stated in the docsStefano Sabatini2012-02-181-0/+1
* lavfi/aspect: remove confusing commentsStefano Sabatini2012-02-181-2/+0
* lavfi/aspect: show log info even in case no argument is provided to setdar/se...Stefano Sabatini2012-02-181-2/+2
* lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...Stefano Sabatini2012-02-172-13/+29
* af_pan: comment a tricky piece of code.Nicolas George2012-02-151-0/+4
* pan: fix uninitialized channel_id variable.Clément Bœsch2012-02-151-1/+1
* lavfi/silencedetect: use av_ts2timestr() macro.Clément Bœsch2012-02-151-8/+8
* lavfi/ashowinfo: only print checksum for the existing planesStefano Sabatini2012-02-141-4/+6
* lavfi/showinfo: only print checksum for the existing planesStefano Sabatini2012-02-141-2/+6
* lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfoStefano Sabatini2012-02-142-4/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-142-2/+2
|\
| * Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-132-2/+2
* | 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
OpenPOWER on IntegriCloud