summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | vf_yadif: accept input with several frames available.Nicolas George2012-03-071-1/+1
* | vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-071-1/+0
* | libmpcodecs/vf_pp: import memleak fix from MPlayer.Nicolas George2012-03-041-0/+1
* | vf_mp: uninit filter chain.Nicolas George2012-03-041-0/+18
* | lavfi: add blackdetect filterStefano Sabatini2012-03-044-2/+213
* | vsrc_testsrc: free option values.Nicolas George2012-03-031-0/+3
* | vsrc_life: free option values.Nicolas George2012-03-031-0/+4
* | vf_fade: free type when overwriting it.Nicolas George2012-03-031-0/+1
* | vf_deshake: try to fix memleakMichael Niedermayer2012-02-291-0/+2
* | libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer2012-02-263-1/+244
* | avfiltergraph: avoid harmful auto audio conversions.Nicolas George2012-02-231-3/+8
* | af_pan: remove dual double/int storage of gain.Nicolas George2012-02-221-23/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-2210-12/+12
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-2111-13/+13
* | lavfi/abuffer: init the data planes with NULL pointers.Clément Bœsch2012-02-211-1/+1
* | af_pan: move query_format before config_props.Nicolas George2012-02-201-23/+23
* | af_pan: remove the indirect function call.Nicolas George2012-02-201-16/+1
* | af_pan: reindent after last commit.Nicolas George2012-02-201-23/+21
* | af_pan: use libswr for rematrixing.Nicolas George2012-02-201-47/+24
* | 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
OpenPOWER on IntegriCloud